Activity

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