My personal project for myself To Slap me with my todos when my pc wakes up
- You can download the executable from this repo. It's placed inside the
output
folder.
- Windows 10+
- Place the exe inside your
startup
folder. - For Example, in my case the startup folder is here:
C:\Users\Dell\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
- There's another and better/recommended way to do it.
- Have a batch script at startup folder that'll start your .exe file.
- It can look like this:
start "" "C:\Users\Dell\OneDrive\Desktop\todo-slap\output\frontend.exe"
- Pyqt5
- TinyDB
- Tkinter MessageBoxes
- I used tinyDB which uses .json file as a database. It's efficient and very easy to use.
- You're allowed to do whatever you want to do with the source code or software but
I'll request to please include my name @mujeebishaque
. Thank You :)