From 0f64dc0e23b9504ab169d91f5702b6dcb2edad90 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Fri, 14 Jan 2022 10:12:03 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0922a..bd8291f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,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 +Tkinter doesn't work when .py converted to .exe for some reason - this script uses Tkinter as the graphics library# + +I recommend creating a shortcut that executes the command automatically and pin it to Start or Taskbar (navigate to StartMenu folder, right click, new > shortcut, command:`C:\Windows\System32\cmd.exe /k python [File location]/ImageConverter_v1.1.py && exit` + ##### Required Python libraries - PIL (install with `pip install pillow`) - sys (install with `pip install sys`)