Metadata-Version: 2.4
Name: largeLetters
Version: 1.0.1
Summary: Generate large text
Author-email: Cobaz <cobaz.foxtail@gmail.com>
License-Expression: MIT
License-File: LICENCSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# Large Letters

This module allows you to easily generate
large text for use in python. Example:

>>> import largeLetters
>>> text = largeLetters.gen("hello world!")
>>> print(text)
██╗  ██╗███████╗██╗     ██╗      █████╗    ██╗       ██╗ █████╗ ██████╗ ██╗     ██████╗ ██╗
██║  ██║██╔════╝██║     ██║     ██╔══██╗   ██║  ██╗  ██║██╔══██╗██╔══██╗██║     ██╔══██╗██║
███████║█████╗  ██║     ██║     ██║  ██║   ╚██╗████╗██╔╝██║  ██║██████╔╝██║     ██║  ██║██║
██╔══██║██╔══╝  ██║     ██║     ██║  ██║    ████╔═████║ ██║  ██║██╔══██╗██║     ██║  ██║╚═╝
██║  ██║███████╗███████╗███████╗╚█████╔╝    ╚██╔╝ ╚██╔╝ ╚█████╔╝██║  ██║███████╗██████╔╝██╗
╚═╝  ╚═╝╚══════╝╚══════╝╚══════╝ ╚════╝      ╚═╝   ╚═╝   ╚════╝ ╚═╝  ╚═╝╚══════╝╚═════╝ ╚═╝