The Advanced ASCII Banner Maker is a Python-based tool designed to generate customizable ASCII art banners. With a library of hundreds of fonts, an easy-to-use interface, and the ability to save results to files, it’s the perfect solution for creating stylish ASCII banners for your projects.
- 🚀 Hundreds of Fonts: Choose from a comprehensive library of fonts to customize your banner.
- 💡 Interactive Interface: Font selection displayed in a neatly organized table.
- 📝 Save to File: Option to save your ASCII banner to a file with your chosen filename.
- 📋 Copy to Clipboard: Copy the generated banner directly to your clipboard for easy sharing (uses xclip on Linux).
- 🎨 Customizable Output: Preview and customize your banner before saving or copying.
- Python 3.x
- Dependencies:
- Clone the repository:
git clone https://github.com/fkr00t/ascify.git
- Navigate to the project directory:
cd ascify - Run the application:
pip install .
ascify- Install virtualenv
pip install virtualenv
- Create env
virtualenv env
- Activate the Virtual Environment
source env/bin/activate - Close Virtual Environment
deactivate