LogoCraft App is an application for logo conversion. Built with Python and PyQt6, it provides a platform for handling various image formats, with a focus on maintaining image quality and processing efficiency.
Key Features:
- High DPI support for modern displays
- Multi-format image processing support
- Image conversion
- User-friendly graphical interface
- Batch processing capabilities
- Custom output format specifications
- Python 3.8+
- Pillow==9.5.0
- PyQt6==6.6.1
- PyQt6-Qt6==6.6.1
- PyQt6-sip==13.6.0
Follow these steps to set up LogoCraft App locally:
- Python 3.8 or higher
- pip package manager
python -m pip install --upgrade pip- Clone the repository
git clone https://github.com/yourusername/LogoCraft_App.git- Create and activate a virtual environment
python -m venv .venv
source .venv/bin/activate # On Windows: .venv\Scripts\activate- Install required packages
pip install -r requirements.txt- Launch the application
python run.pyLogoCraft App provides a straightforward interface for image processing:
- Load images via drag-and-drop or file selection
- Choose desired output formats:
- Logo (300×300)
- Small Logo (136×136)
- KD Logo (140×112)
- RPT Logo (155×110)
- Print Logo (Thermal)
- Select output directory
- Process images with a single click
Supported Formats:
- PNG
- JPEG/JPG
- BMP
- GIF
- TIFF
- WebP
For detailed information about the application:
- Installation Guide - Complete setup instructions
- Architecture Documentation - System design and technical details
