A simple productivity app built using Python's tkinter
library that provides random productive tasks to be completed throughout the day. The app allows users to generate tasks, mark tasks as completed, add custom tasks, and view completed tasks.
- Generate random productive tasks from a predefined list.
- Mark tasks as completed and remove them from the task list.
- Add custom tasks to the task list.
- View completed tasks in a separate text area.
- Dark mode appearance for a more comfortable usage experience.
- Python 3.x
tkinter
library (usually included in standard Python installations)
- Clone the repository to your local machine
- Navigate to the project directory
- Run the app
Contributions are welcome! If you find a bug or have an idea for an enhancement, feel free to open an issue or submit a pull request.