From ae83496de5d4d693141e40eaf58ac81b2e0ebc66 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Fri, 14 Jan 2022 09:16:00 +0100 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 4600ce0..dda0532 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,10 @@ A Python based Image converter supporting a bunch of image formats. ### Requirments 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 +##### 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**