Update README.md

This commit is contained in:
Jonas_Jones 2022-01-14 09:16:00 +01:00 committed by GitHub
parent dd48b2d49f
commit ae83496de5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,3 +6,10 @@ A Python based Image converter supporting a bunch of image formats.
### Requirments ### Requirments
Python needs to be isntalled for this program to work. Python needs to be isntalled for this program to work.
Tkinter doesn't work when .py converted to .exe for some reason - this script uses Tkinter as the graphics library Tkinter doesn't work when .py converted to .exe for some reason - this script uses Tkinter as the graphics library
##### Required Python libraries
- PIL (install with `pip install pillow`)
- sys (install with `pip install sys`)
- os (install with `pip install os`)
- tkinter (install with `pip install tk`)
**Usually sys and os come already preinstalled along with the python installation**