Metadata-Version: 2.1
Name: myfiglet
Version: 0.0.4
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.Best use case is, it can be used in unison with different programs to make them more lively and attarctive.

 Syntax: 

 >>>import myfiglet 

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

 Example: >>>myfiglet.display('Harsh Gupta','%') 

 Example: >>>myfiglet.display('Harsh Gupta',pattern='name') 


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