Skip to main content

FIGlet Using Python

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

myfiglet-0.0.6.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

myfiglet-0.0.6-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page