Skip to content

go4Mor4/time-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Time Calculator

time-calculator is a tool that allows hour bank manager to calculate time.

Prerequisites

Before you begin, ensure you have met the following requirements:

Installing

To install, follow these steps:

  • Install the project folder here, and unzip it.

  • Go to project folder and type:

pip install -r requirements.txt

Using

To start application, type:

python .

Turning into .EXE

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.

License

This project uses the following license: MIT.