This GUI allows someone to track their tasks throughout the day and see their productivity in graph form In order to use this app correctly, you must
- Type in all of your tasks into the entry boxes
- Once done with the tasks select the green button near it and press the done button to lock the button on that task
- Once youre done with the day and have some incomplete tasks, select the red button near the incomplete task and then select done to lock the button
- Once done with all of that, press the finish button in the top right and to see a bar graph of how productive you've been that day
Summary:
- I learned how to make a bar graph in matplotlib and manipulate data to show productivity
- I learned the basics of tkinter