go4Mor4 / time-calculator

A time calculator GUI made in python and tkinter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A time calculator GUI made in python and tkinter.

License:MIT License


Languages

Language:Python 100.0%