Metadata-Version: 2.1
Name: myfiglet
Version: 0.0.9
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.Now you can also add colours to figlet fonts (using <colour> argument) to make them more beautiful.Rainbow colour effect can also be generated in figlet fonts using <rainbow=True> argument in display() function.

 Syntax: 

 >>>import myfiglet 

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

 Example: >>>myfiglet.display( 'Python' , '%') 

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


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