An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ASCII-Art-Generator
![Screenshot of Application ASCII](https://github.com/RootNode404/ASCII-Art-Generator/blob/main/readme_ascii_image.png)

## 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```\
\
\
![Screenshot of Application](https://github.com/RootNode404/ASCII-Art-Generator/blob/main/readme_image.png)