Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new project ascii-art #314

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Shashikumar-ezhilarasu
Copy link

ASCII Art Generator

    _    ____   ____ ___ ___      _         _   
   / \  / ___| / ___|_ _|_ _|    / \   _ __| |_ 
  / _ \ \___ \| |    | | | |    / _ \ | '__| __|
 / ___ \ ___) | |___ | | | |   / ___ \| |  | |_ 
/_/   \_\____/ \____|___|___| /_/   \_\_|   \__|
                                                
  ____                           _             
 / ___| ___ _ __   ___ _ __ __ _| |_ ___  _ __ 
| |  _ / _ \ '_ \ / _ \ '__/ _` | __/ _ \| '__|
| |_| |  __/ | | |  __/ | | (_| | || (_) | |   
 \____|\___|_| |_|\___|_|  \__,_|\__\___/|_|   

This is a simple Python script that converts user-provided text into ASCII art using the pyfiglet library.

Requirements
Python 3.x

pyfiglet library (install it using pip install pyfiglet)

How to Use
Run the script:

python script_name.py
 _   _      _ _                            _     _ 
| | | | ___| | | ___   __      _____  _ __| | __| |
| |_| |/ _ \ | |/ _ \  \ \ /\ / / _ \| '__| |/ _` |
|  _  |  __/ | | (_) |  \ V  V / (_) | |  | | (_| |
|_| |_|\___|_|_|\___/    \_/\_/ \___/|_|  |_|\__,_|

Enter the text when prompted.
See the ASCII art output in the terminal.

@Shashikumar-ezhilarasu
Copy link
Author

Shashikumar-ezhilarasu commented Dec 8, 2024

Can you review this request please @ndleah

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant