NITDgpOS / UIP

A library, to customize your desktop wallpapers.
https://nitdgpos.github.io/projects/UIP
GNU Affero General Public License v3.0
19 stars 45 forks source link

Readme: Add instructions for GUI in Run #201

Closed abhay-raizada closed 7 years ago

abhay-raizada commented 7 years ago

add that you need to install Imagetk on your os, and to run u need to do UIP --ui

hackrush01 commented 7 years ago

Are you using PIL for python3? Is it available?

nkprince007 commented 7 years ago

No, PIL is deprecated, Pillow is under maintainence. @hackrush01

hackrush01 commented 7 years ago

What should I use then? I already have Pillow.

nkprince007 commented 7 years ago

Use Pillow as specified in requirements.txt

hackrush01 commented 7 years ago

I already have it! screenshot from 2016-12-08 18-50-51

abhay-raizada commented 7 years ago

@hackrush01 usesudo apt-get install python3-pil.imagetk if you're on an ubuntu machine

hackrush01 commented 7 years ago

Yes this worked, thank you. Updating the README.md now.