From ebe9a27f078efba79820edfc1b2b8a0cd9b1f80e Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Sat, 15 Jan 2022 13:06:47 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4d3fa97..ea8dee7 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,7 @@ A Python based Image converter supporting a bunch of image formats. Note that many more file formats such as `.jpg` and `.jpeg` can be read by the program but not converted into. ### 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 +The program can be downloaded at the ![Releases](https://github.com/J-onasJones/ImageConverter/releases) page. When using the executable nothing else is required for the program to work. When using the python schript the beloow listed libraries as well as python itself need to be installed. 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` From 4c305571386af4e5a8b4b2450b342e9523061764 Mon Sep 17 00:00:00 2001 From: Jonas_Jones <91549607+J-onasJones@users.noreply.github.com> Date: Fri, 21 Jan 2022 00:40:15 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea8dee7..01fca01 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # ImageConverter -A Python based Image converter supporting a bunch of image formats. +A Python based Image converter supporting a bunch of image formats ### Supported Formats: `.bmp`, `.dds`, `.dib`, `.eps`, `.gif`, `.icns`, `.ico`, `.im`, `.msp`, `.pcx`, `.png`, `.ppm`, `.sgi`, `.spider`, `.tga`, `.tiff`, `.webp`, `.xbm`, `.palm`, `.pdf`, `.xv`