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.4.tar.gz (3.5 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.4-py3-none-any.whl (3.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: titlesart-1.0.4.tar.gz
  • Upload date:
  • Size: 3.5 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.4.tar.gz
Algorithm Hash digest
SHA256 9250f8ba18e0e9bb4bb93c0d0b0f042bb0e11f4f0e2b1e7db47180096feeb42c
MD5 651736c235baab6837237c5168e9b284
BLAKE2b-256 057aa2b646575e130d40dd9ebd3f5ca165f02178a96e1a5072172ea71ad7f44b

See more details on using hashes here.

File details

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

File metadata

  • Download URL: TitlesArt-1.0.4-py3-none-any.whl
  • Upload date:
  • Size: 3.9 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 e1ad895fe385dac6efa3b054143e6d780b6176da613a2f1c9551846e5979e4a2
MD5 0971e3cad100853cd2df154800f3c688
BLAKE2b-256 12eaad73cf2314b1230245dd78868878907e3e2c0ffa567aa4979df066b883c9

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