🎨 A Python command-line utility for converting standard text input into creative, stylized ASCII art displays.
- Diverse Styles: Utilizes the powerful
pyfigletlibrary to offer a wide range of ASCII art fonts. - Command-Line Interface (CLI): Simple, direct execution from your terminal.
- Standard Input Support: Easily pipe text from other programs or files.
- Randomized Output: Option to choose a random, fun font for quick creative flair.
These instructions will get you a copy of the project up and running on your local machine.
You need Python 3.6 or newer installed on your system.
-
Clone the repository :
git clone https://github.com/ApurveKaranwal/TextForge cd TextForge -
Install the required dependencies:
This project requires the
pyfigletlibrary.pip install pyfiglet
-
Ensure
TextForge.pyis executable (if necessary):chmod +x TextForge.py
The basic command structure is designed to be simple and intuitive.
To convert a single string of text, run the script and pass the text as an argument.
python textforge.pypython textforge.py --font SlantContributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request



