https://github.com/rootnode404/ascii-art-generator
A Python application that uses the ascii_magic pip package to convert images into ASCII art.
https://github.com/rootnode404/ascii-art-generator
Last synced: 6 months ago
JSON representation
A Python application that uses the ascii_magic pip package to convert images into ASCII art.
- Host: GitHub
- URL: https://github.com/rootnode404/ascii-art-generator
- Owner: RootNode404
- Created: 2025-03-07T08:40:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-07T09:28:16.000Z (over 1 year ago)
- Last Synced: 2025-03-07T10:29:27.720Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASCII-Art-Generator

## About
A Python application that uses the ascii_magic pip package to convert images into ASCII art. Huge thanks to the people who made [ascii_magic](https://pypi.org/project/ascii-magic/). It is an awsome package and I sugest that you check it out.
## Installation
You can just download the source code with the green "Code" button. Please report any issues, bugs or future improvements. Thank you🙂.
### Dependencies
To install needed Python packages:
```
pip install pyqt6 asci_magic
```
Accessing the clipboard under Linux requires the **PyGObject** module\
Ubuntu/Debian: ```sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0```\
Fedora: ```sudo dnf install python3-gobject gtk3```\
Arch: ```sudo pacman -S python-gobject gtk3```\
openSUSE: ```sudo zypper install python3-gobject python3-gobject-Gdk typelib-1_0-Gtk-3_0 libgtk-3-0```\
\
\
