Devlog 1
Hi,
This is my very first devlog and I am excited to share my idea and my progress so far.
The idea is to make a to-do desktop application using python. Where you can store task, schedule and prioritize task. The app will have simple GUI, most likely made using ‘tkinter’. The app would run in the background on sleep, and it will check the scheduled task every 30 second or one minute and if it finds any scheduled task on that time, then a window of the app will pop up on my screen with the task regardless of what I am doing. I can also whitelist some of the windows so it doesn’t appear when I am doing something important. If I close the window leaving the task unchecked, then it will appear every 1 hour or 30 minute depending on what I set it to.
So this is a very basic idea, but I will learn a lot in this single project.
I downloaded some libraries and since, this is my very first time working with json in python. I spent quite a lot of time understanding the thing.