dildeolupbiten / ConjunctionFinder

ConjunctionFinder is a Python program that finds the conjunctions of selected planets with using the orb factors and signs between the dates -12998 BC and 16799 AD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConjunctionFinder

ConjunctionFinder is a Python program that finds the conjunctions of selected planets with using the orb factors and signs between the dates -12998 BC and 16799 AD.

Availability

Windows, Linux, Mac

Dependencies

In order to run ConjunctionFinder, at least Python's 3.6 version must be installed on your computer. Note that in order to use Python on the command prompt, Python should be added to the PATH. There is no need to install manually the libraries that are used by the program. When the program first runs, the necessary libraries will be downloaded and installed automatically.

Usage

python3 ConjunctionFinder.py

or

python3 ConjunctionFinder.py

Notes:

a) Windows users may need to write python ConjunctionFinder.py instead of python3 ConjunctionFinder.py. Or they can double click the run.bat file to run the program.

b) Windows user may receive a PermissionError unless they don't open the cmd as "Administrator".

1. After run the program on the command prompt, a window like below would open:

img1

2. The results would be displayed on the text frame after making the choices and then clicking the start button.

img2

Licenses

ConjunctionFinder is released under the terms of the GNU GENERAL PUBLIC LICENSE. Please refer to the LICENSE file.

About

ConjunctionFinder is a Python program that finds the conjunctions of selected planets with using the orb factors and signs between the dates -12998 BC and 16799 AD.

License:GNU General Public License v3.0


Languages

Language:Python 99.9%Language:Batchfile 0.1%