Skip to content

[PRACTICE_PROJECT]: a stylish ToDo list application built with the Python and CustomTkinter.

License

Notifications You must be signed in to change notification settings

therootdir/MyTodos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyToDos - A Simple ToDo App with CustomTkinter

image

This is a beginner-friendly ToDo application built with Python and the CustomTkinter library. It allows you to add, edit, check off, and remove tasks.

Features

  • Add new tasks with a user-friendly interface.
  • Mark tasks as complete with checkboxes.
  • Edit existing tasks.
  • Remove individual tasks or all completed tasks at once.
  • Visual progress tracker showing the number of completed tasks.
  • Dark mode for a visually appealing experience.
  • Saving and loading tasks

Installation & Usage:

  1. Clone the repository:
git clone https://github.com/therootdir/MyTodos.git

  1. Navigate to project directory:
cd MyTodos

  1. Install dependencies:
py -3 -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt

  1. Run the Script:
python mytodos.py

License

The MIT License grants the use of this project. See the LICENSE file for additional details.

Feedback & Collabs

Got a feedback? I'm all circuits! Pull requests? Yes, I love them! If not h4ck1n9 or c0d1ng, you might catch me creating cybersecurity content mostly on YouTube:)

About

[PRACTICE_PROJECT]: a stylish ToDo list application built with the Python and CustomTkinter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages