anirudhajith / process-wallpaper

Shell and python scripts for setting your desktop wallpaper to a ~live word cloud of your most resource-hungry processes
GNU General Public License v3.0
544 stars 52 forks source link

Use requirements.txt instead of a bash setup script. #16

Closed dsluo closed 5 years ago

dsluo commented 5 years ago

It's standard to use a requirements.txt rather than a bash setup script.

Also added Github's Python .gitignore.