File tree Expand file tree Collapse file tree 1 file changed +41
-3
lines changed
Expand file tree Collapse file tree 1 file changed +41
-3
lines changed Original file line number Diff line number Diff line change @@ -55,10 +55,48 @@ The script will compress all the images in the `/home/USER/ImageCompressor/test/
5555## Graphical Interface (User Friendly)
5656
5757//TODO
58- Download the zip, and extract it
59- If you are on Windows, just click the direct access to execute
60- If you are on Linux, run ./dist/ImageCompressor
58+ ### Requirements
59+ - Python 3.x
60+ - PIL Library
61+
62+ ### Usage
63+
64+ ## Installation Guide
65+ ## Windows
66+ Download and install the desired version of Python from the official website:https://www.python.org/downloads/
67+
68+ Open a terminal and run the following command to install PIL:
69+
70+ ```
71+ pip install Pillow
72+ ```
73+ Download the latest release executable of Image Compressor from
74+ https://github.com/github/ImageCompressor-AnyFileExtension-Console-GraphicInterface/releases/tag/v1.0.
75+
76+ Double click on the "ImageCompressor.exe" executable file to run Image Compressor.
77+
78+
79+ ## Linux (Debian and Ubuntu)
80+ Download and install the desired version of Python:
81+
82+ ```
83+ sudo apt-get update
84+ sudo apt-get install python3
85+ ```
86+
87+ Run the following command to install PIL:
88+ ```
89+ pip install Pillow
90+ ```
91+
92+ Download the latest release executable of Image Compressor from
93+ https://github.com/github/ImageCompressor-AnyFileExtension-Console-GraphicInterface/releases/tag/v1.0.
6194
95+ Run it with the following command:
96+ ```
97+ sudo ./ImageCompressor
98+ ```
99+
62100## Build (Advanced User) [Not necessary]
63101### Requirements
64102- Python 3.x
You can’t perform that action at this time.
0 commit comments