ASCII Image Converter GUI is a simple graphical interface for ascii-image-converter.exe, allowing users to convert images into ASCII art without using the terminal. It supports various customization options and provides a user-friendly experience.
Based on TheZoraiz's ascii-image-converter Repo.
- Supports all flags of
ascii-image-converter.exe(color, grayscale, complex, negative, flip, etc.). - Simple and intuitive GUI using PyQt6.
- Allows users to select any supported image file for conversion.
- Save output ASCII art as
.pngor.txtin the same directory. - "About Us" window with GitHub contribution link.
- Optimized
.exefile with embedded dependencies.
- OS: Windows 10/11 (64-bit)
- RAM: Minimum 2GB
- Disk Space: 50MB free space
- Dependencies: None (Standalone
.exe)
- Download & Install the
.exefile. - Run
ascii_img.exe. - Select an image and choose your desired options.
- Click "Process" to generate ASCII art.
- The output file is saved in the same folder as the input image.
| File Name | Description | Size |
|---|---|---|
ascii_img.exe |
Main GUI application | 33.2 MB |
- Built with:
Python 3.x,PyQt6,PyInstaller - Compiled using PyInstaller (
--onefile,--windowed,--strip,UPX compression) - Embedded
ascii-image-converter.exeto ensure a standalone executable. - Compressed
.exeto reduce file size while maintaining performance.
| Issue | Solution |
|---|---|
App icon missing in .exe |
Ensure you extracted all files correctly. |
GitHub Repository: 🔗 Click Here
Want to contribute? Feel free to submit pull requests or report issues on GitHub!
This software is released under the Apache-2.0 License.
Let me know if you need modifications. 😊