InternationalFinanceApp is a light-weight Python Tkinter GUI Application used for advanced International Finance Computation.
Go to InternaltionFinanceApp Repository then click Code > Download ZIP.
To access the application you first need access to the libriries in the virtual enviroment under the venv folder. Then we can start up the GUI application by running Appinterface.py. See command prompts below depending on Operating System.
Windows
C:\path\InternationalFinanceApp>venv\Scripts\activate.bat
(venv) C:\path\InternationalFinanceApp>python AppInterface.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.