This is a project timer. A simple UI that counts down the time you allocated for your project to be completed.
Download the EXE file. When first running the program you'll be asked to enter project information. After the information is entered, restart. A pickle file will be created in the directory you keep the EXE
No preequistes
Download the EXE. Enter and save your project information. Exit and restart to see your project and countdown timer. When creating a new project a dict.pickle file will be created that contains your project info.
- tkinter - The python UI package used on this project.
- C. Deatherage - Initial work - ctd1077