Qiamast / azcii

azcii is a package for creating beautiful ASCII art in the terminal. It's built on top of the popular Python art package and provides a simple and easy-to-use interface for generating ASCII art in just a single line of code.

Home Page:https://launchpad.net/azcii

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azcii - Terminal ASCII Art

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.

Installation

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

Usage

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.

Contributing

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.

Bug Reports

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.

Feature Requests

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.

Pull Requests

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.

Licensing

azcii is licensed under the MIT License. See the LICENSE file for more information.

our goal

Bringing art to the terminal, one line at a time with azcii

About

azcii is a package for creating beautiful ASCII art in the terminal. It's built on top of the popular Python art package and provides a simple and easy-to-use interface for generating ASCII art in just a single line of code.

https://launchpad.net/azcii

License:GNU General Public License v3.0