Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikexarau/universal-file-compressor-desktop-application-for-macos
This project is a desktop application designed for macOS that enables users to compress images, videos, and PDFs effortlessly. Built with Python and Tkinter, the app offers a simple and intuitive interface for reducing file sizes, making it easy to manage storage without compromising on quality.
https://github.com/mikexarau/universal-file-compressor-desktop-application-for-macos
cross-platform desktop-app file-compression file-optimization image-compression macos python tkinter tkinter-gui tkinter-python video-compression
Last synced: about 2 months ago
JSON representation
This project is a desktop application designed for macOS that enables users to compress images, videos, and PDFs effortlessly. Built with Python and Tkinter, the app offers a simple and intuitive interface for reducing file sizes, making it easy to manage storage without compromising on quality.
- Host: GitHub
- URL: https://github.com/mikexarau/universal-file-compressor-desktop-application-for-macos
- Owner: mikexarau
- License: gpl-3.0
- Created: 2024-07-25T20:46:38.000Z (6 months ago)
- Default Branch: MASTER
- Last Pushed: 2024-08-04T10:52:44.000Z (5 months ago)
- Last Synced: 2024-08-04T23:35:39.872Z (5 months ago)
- Topics: cross-platform, desktop-app, file-compression, file-optimization, image-compression, macos, python, tkinter, tkinter-gui, tkinter-python, video-compression
- Language: Python
- Homepage:
- Size: 14.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Universal File Compressor - Desktop Application for macOS
This project is a desktop application for macOS that allows users to compress images, videos, and PDFs effortlessly. Built using Python and Tkinter, it provides a simple yet effective interface for reducing file sizes, ensuring optimal storage management without compromising on quality.
## Features
- Compress images, videos, and PDFs with user-friendly controls.
- Support for various file formats, including JPEG, PNG, MP4, and PDF.
- Drag-and-drop functionality for easy file selection.
- Real-time compression preview and progress indicators.
- Developed using Python with Tkinter for the graphical user interface.## Installation
Follow these steps to set up the project on your macOS system:
1. Clone the repository:
git clone https://github.com/mikexarau/Universal-File-Compressor-Desktop-Application-for-macOS.git2. Navigate to the project directory:
cd Desktop-APP-Compressor3. Install the required dependencies:
pip install -r requirements.txt4. Run the application:
python app.py