Smart and cool to-do list banner

Smart and cool to-do list

11 devlogs
17h 6m 56s

I am making a cool and smart to-do list. I am building this because I found to-do list applications boring and uncool. My approach through this project will be to make a cool to-do list for gen-z and high-school students. This is going to fun and …

I am making a cool and smart to-do list. I am building this because I found to-do list applications boring and uncool. My approach through this project will be to make a cool to-do list for gen-z and high-school students. This is going to fun and I am going to continuously expand my domains in python and going to challenge a real problems.

This project uses AI

I used ChatGPT to understand new concepts like Tkinter and GUI design while building my To-Do app. I used it to learn, debug my mistakes, and improve my own implementation.

Demo Repository

Loading README...

adtiyasingh895

Finally publish the program in the pypi, In doing this I learned about working with terminal and using API tokens. Now, I am going to ship the project but I would continue working on it in the future!!
btw If you want to try– pip install aditya-todo-list
todo-gui

Attachment
0
adtiyasingh895

I today, separate the core logic file and gui file so that I can publish it easily through the Pypi and ship this project!!!

Attachment
0
adtiyasingh895

TODAY, I worked on loading the existing task data from JSON file in the listbox, also added delete and refresh tasks option in the window.

Attachment
0
adtiyasingh895

Today I worked on a small bug in which the task is duplicating in the JSON file if the add button is pressed cotinuously but fix it!

Attachment
0
adtiyasingh895

Today I added basic GUI in it using tkinter however for now it is not sync with backend logic but I least make basic layout .

Attachment
0
adtiyasingh895

Add delete task, add task and change task status function. Also start use of the JSON file for the storage and separate the terminal visual codes and make program more clean.

Attachment
0
adtiyasingh895

Try to add dictionaries inside a list to handle multiple data about the task like- schedule, status and title. But it is not working properly for now.

Attachment
0