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

AI tools (such as ChatGPT) were used during the development of this project as a learning aid. They helped me understand concepts like Python packaging, project structure, and debugging issues, as well as improving documentation. I used AI to guide my thinking and solve problems, but I made sure to understand the code, adapt it to my project, and implement the logic myself. AI was used as a support tool to enhance learning, not as a substitute for building the project independently.

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

Now user can edit a particular task’s title, schedule date and status individually.

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
adtiyasingh895

I make the to-do list basic functionable and basic fundamentals of the to-do list.

Attachment
0