Skip to main content

Create titles for command-line tools easily.

Project description

TitlesArt

TitlesArt is a Python library that makes it easy to create artistic titles for command-line tools. With this library, you can convert text into visually appealing ASCII art, which can be used as headers or titles in your terminal-based applications.

Installation

To use TitlesArt, you can install it directly in your Python environment. If you're using a virtual environment (which is highly recommended), install the dependencies by running:

pip install -r requirements.txt
pip install titlesart

Usage

1. Importing the Library:

You can use the library by importing the titles_art module and calling the appropriate functions.

from titles_art import main

# Text you want to convert into ASCII art
text = "HELLO WORLD"

# Convert the text into its ASCII art representation
ascii_art = main.textToCol(text)

# Print the ASCII art
main.printText(ascii_art)

2. Available Functions:

  • textToCol(text): Converts the input text into a list of ASCII art representations.
  • printText(text_arrays): Prints the ASCII art in a readable format on the console.

Example

Here is a simple example of how to use the library to create and print a title:

from titles_art import main

text = "hello world"
ascii_art = main.textToCol(text)
main.printText(ascii_art)

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature: git checkout -b new-feature.
  3. Make your changes and commit them: git commit -am 'Add new feature'.
  4. Push to your forked repository: git push origin new-feature.
  5. Open a Pull Request to propose your changes.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

titlesart-1.0.1.tar.gz (3.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

TitlesArt-1.0.1-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

Details for the file titlesart-1.0.1.tar.gz.

File metadata

  • Download URL: titlesart-1.0.1.tar.gz
  • Upload date:
  • Size: 3.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for titlesart-1.0.1.tar.gz
Algorithm Hash digest
SHA256 68f0da06b9b24191a6a421d55854130a368b3ddd19f07f98566f91c80c68ec73
MD5 b48b43a15fa70d0d5cef237053386b62
BLAKE2b-256 50a333d8c886cfa9b29958370196c68225cfb7b99d8a101b734b11d3ddd4c013

See more details on using hashes here.

File details

Details for the file TitlesArt-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: TitlesArt-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 3.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.13.1

File hashes

Hashes for TitlesArt-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 b75670be4b5dd1a82890b0502480763eb927e8714389c3e248400d7e5d56caef
MD5 29b0ec5df89bd6c99aa07b79e21853ab
BLAKE2b-256 8103d16ac1623c2c2de5829863bc61161d6b2d7a5e6db6fa4ba358c011bf56f8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page