Productivity Tracker
- 1 Devlogs
- 7 Total hours
A python GUI program which allows for the user to track various tasks.
A python GUI program which allows for the user to track various tasks.
This is my first real coding project. I used python tkinter to create a productivity checker. The user can input and publish various categories. In each category, the user can input various tasks. Each task has a check button assigned to them, once clicked their task disappears. This isn’t the final product since, the UI is ugly and some buttons don’t work. In the near future, I’m will allow for the categories to be deleted and for a completed task section to appear.