Metadata-Version: 2.1
Name: myfiglet
Version: 0.0.3
Summary: FIGlet Using Python
Author: Harsh Gupta
Author-email: harshnkgupta@gmail.com

This program can be used to display FIGlet fonts using python.
This is a simple,standalone and easy to understand module with zero dependency on external packages.With just 300 lines of code this is a beginner friendly module.

Best use case :: Can be used in unison with different programs to make them more lively and attarctive: 

Syntax:

>>>import myfiglet

>>>myfiglet.display(<input_string>,<symbol>)

Type >>>myfiglet.help() for further help.
