Skip to main content

Banner Output Program

Project description

banner_HaramSs

Usage pyfiglet can be used is python code:

from pyfiglet import Figlet
f = Figlet(font='slant')
print(f.renderText('text to render'))

or

import pyfiglet
f = pyfiglet.figlet_format("text to render", font="slant")
print(f)

found new font

pyfiglet -L <font file>

root access to install the font

sudo pyfiglet -L <font file>

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

banner_haramss-0.3.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

banner_HaramSs-0.3.1-py3-none-any.whl (2.1 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