Skip to content

Python Script allows user to resize any image type.

Deathbringer98/Image-Resizer-Python-Script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

🖼️ Image Resizer Python GUI App

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).

Preview

--------------------------------------------------------------------------------------------------------------------------------------------------------------

Setup & Run Instructions

  1. Navigate to your project folder cd "file location"

  2. (Optional) Create a virtual environment python -m venv venv venv\Scripts\activate # On Windows source venv/bin/activate # On macOS/Linux

  3. Install required dependencies pip install pillow tk

  4. Run the Image Resizer script python img-resize.py

- Notes:

  • 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

About

Python Script allows user to resize any image type.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages