azcii
is a package for Ubuntu and its derivatives that allows you to create and display ASCII art in the terminal. It uses the art package for Python to generate the art.
You can install azcii
using apt
package manager:
sudo add-apt-repository ppa:<username>/<ppa-name>
sudo apt-get update
sudo apt-get install azcii
To use azcii,
simply open a terminal and type azcii followed by the name of the art you want to display. For example, to display the "Qiamast
" art, you would type:
azcii Qiamast
You can also use azcii --list
to see the list of available arts.
If you would like to contribute to the development of azcii
, you can do so by submitting bug reports and feature requests through the GitHub repository, or by submitting a pull request with your changes.
If you find a bug in azcii
, please submit an issue to the GitHub repository with a detailed description of the problem and steps to reproduce it.
If you have an idea for a new feature or improvement in azcii
, please submit an issue to the GitHub repository with a detailed description of the feature and why you think it would be useful.
If you have made changes to azcii that you would like to submit for review, please create a pull request on the GitHub repository. Make sure to follow the existing code style and include a detailed description of your changes.
azcii is licensed under the MIT License. See the LICENSE file for more information.
Bringing art to the terminal, one line at a time with azcii