Skip to content

A todolist app that allows you to generate wallpaper as reminder using python

License

Notifications You must be signed in to change notification settings

lorenzoc25/MuralList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuralList

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!

Usage

if haven't installed PIL

pip install PIL

then, clone the repo, go do MuralList/src

python3 main.py

or can use PyInstaller to pack the app

pip install pyinstaller
cd MuralList/src
pyinstaller main.py

an executable then should be generated to MuralList/src/dist folder

Sample Works

demo

What's next

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.

About

A todolist app that allows you to generate wallpaper as reminder using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages