Giter VIP home page Giter VIP logo

image_compressor's Introduction

Image Compressor

Download

A PyQt5 widget that allows the user to select an image, compress it and save it to a file.

The code is totally opensource, so check it out, it simply does what it says on the box :D

Getting Started

Clone the repository to your local machine

git clone https://github.com/yourusername/image-compressor.git

Install the requirements

pip install -r requirements.txt

Run the app

python main.py

Using the App

By Using the app.py file

Click on the 'Select Image' button to select an image from your local machine. Click on the 'Compress Image' button to compress the selected image. The compressed image will be saved in the same directory as the original image with the name 'compressed_image.jpg' or with a user-specified name if provided. A notification will be displayed on the self.image_label widget showing the save location of the compressed image.

By using the .exe

Simply download the dist/Image Compressor.exe to your computers applications directory, create a shortcut to your Desktop or pin it, and use it like any other applciation.

Built With

PyQt5 - The GUI framework used Pillow - A Python Imaging Library

Contributing

Fork the repository Create your feature branch (git checkout -b my-new-feature) Commit your changes (git commit -am 'Add some feature') Push to the branch (git push origin my-new-feature) Create a new Pull Request

Authors

DirkSCGM

License

This project is licensed under the MIT License - see the LICENSE.md file for details

image_compressor's People

Contributors

bytemedirk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.