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

This module 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( 'Python' , '%') 

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


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