time-calculator is a tool that allows hour bank manager to calculate time.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
python - You have installed the latest version of
pip
To install, follow these steps:
-
Install the project folder here, and unzip it.
-
Go to project folder and type:
pip install -r requirements.txt To start application, type:
python . After installing requirements.txt type into the project folder:
pyinstaller.exe --onefile --icon="src\images\icon.ico" __main__.py --noconsole Then you will have an .exe file inside the newly created folder dist.
This project uses the following license: MIT.