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.0.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.0-py3-none-any.whl (3.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: titlesart-1.0.0.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.0.tar.gz
Algorithm Hash digest
SHA256 6c380103961df81fbe1079472c5cc8366d58fff0bb6742b6881df6ffe581c2bd
MD5 8fae927ae76087f1bd901e2fb17038e0
BLAKE2b-256 ebeb31c0de46b401f5f527b8aa88d58780a86534934e809fc8cbaa0d8cacf69c

See more details on using hashes here.

File details

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

File metadata

  • Download URL: TitlesArt-1.0.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 89f5993d3d74773d207472d94f14f4baa5bda7381f8e4ad987d629d931bda41b
MD5 d767f36e08b35c4c1932bbbebaeb9911
BLAKE2b-256 27e25b4acb28131f9af216b42daf2ea79a7d800a3cd850555317f4857b5201ba

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