Skip to content

πŸ“ A to-do app that keeps your desktop πŸ–ΌοΈ background updated with your to-do list.πŸš€πŸš€

Notifications You must be signed in to change notification settings

ohidurbappy/todo-wallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Todo Wallpaper

A utility that keeps the to-do list on desktop background. File watcher in go and the image generator written in pyhon.

preview

How to use?

Option: 1

Option: 2

  • Clone the repo

  • Build the source to get binary executable.

go-winres simply --icon icon.png --manifest gui
go build -ldflags="-H windowsgui"
  • Download Nuget python package and keep it under py directory in the same location and install required packages
python.exe -m pip install Pillow

If you don't like to use Nuget package, you need to change the location of python binary in main.go file build it accordingly.

  • Create a shortcut of todo-app.exe in startup folder.

  • Create shortcut of todo.txt on the desktop for easy access.

Whenever the todo.txt file is changed the wallpaper will be updated.

TODO:

  • Ability for user to position the todo list
  • Random wallpaper from Bing image/similar source
  • Use user's current wallpaper by default
  • Pick contrasting color with respect to the wallpaper