A lightweight Python desktop tool that allows you to quickly resize any image with a simple and intuitive user interface. Built with Tkinter and Pillow (PIL).
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Navigate to your project folder cd "file location"
-
(Optional) Create a virtual environment python -m venv venv venv\Scripts\activate # On Windows source venv/bin/activate # On macOS/Linux
-
Install required dependencies pip install pillow tk
-
Run the Image Resizer script python img-resize.py
- Make sure 'alienspfp_36x36.png' is in the same folder as 'img-resize.py'.
- If your system uses 'python3' instead of 'python', replace the command accordingly: python3 img-resize.py
