A todolist app that allows you to generate wallpaper as reminder using python
All you need to do is simple!
Just list your tasks in the taskbox
Either create your custom resultions and color background, or select a picture as your background
Then within one click, you'll get yourself a wallpaper with the things you need to do on it!
if haven't installed PIL
pip install PILthen, clone the repo, go do MuralList/src
python3 main.pyor can use PyInstaller to pack the app
pip install pyinstaller
cd MuralList/src
pyinstaller main.pyan executable then should be generated to MuralList/src/dist folder
This application has definitely has a lot of room of improvements, for example, I'm planning to touch up the UI design more and also to add more customizable features like allow the user to choose their own fonts, customize text size & margins etc. Also, I'm considering make this App into a WebApp one day so this app can be more convenient to use.
