Create Figlets using a PySimpleGUI GUI and pyfiglet. A PySimpleGUI Demo Program.
Project description
Figlet Creation
Create Figlets easily using this application created using PySimpleGUI.
Installation
Old-school Straight Pip
pip install psgfiglet
pip via python -m pip
the python recommended way
If python
is your command
python -m pip install psgfiglet
If python3
is your command
python3 -m pip install psgfiglet
Usage
To run the program and create your own Figlets type from your command prompt:
psgfiglet
About - What is a Figlet?
A Figlet is a text based way to add large block text to your code or chats. There are a variety of "Fonts" available that you'll find listed along the left side of the screen.
To use in your code
The easiest way to is make a multiline string in your code using triple quotes:
'''
This is a multiline string
Line 2
'''
You can simply paste your Figlet into one of these multiline comments. They work well at breaking up your code into chunks
'''
oo
88d8b.d8b. .d8888b. dP 88d888b.
88'`88'`88 88' `88 88 88' `88
88 88 88 88. .88 88 88 88
dP dP dP `88888P8 dP dP dP
'''
def main():
x = 20
License
Licensed under an LGPL3 License
Designed and Written By
Mike from PySimpleGUI.org
Contributing
Like the PySimpleGUI project, this project is currently licensed under an open-source license, the project itself is structured like a proprietary product. Pull Requests are not accepted.
Copyright
Copyright 2021 PySimpleGUI
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file psgfiglet-1.15.0.tar.gz
.
File metadata
- Download URL: psgfiglet-1.15.0.tar.gz
- Upload date:
- Size: 6.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.0 pkginfo/1.4.2 requests/2.26.0 requests-toolbelt/0.8.0 tqdm/4.62.0 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35d80a901fc495c85acac676ca9fbac29aa27b5a4d1fabf6fe2eac0fafb1d708 |
|
MD5 | b5ac17b0b297acac202a38e817ade5ee |
|
BLAKE2b-256 | 550135e8d6e657254d60a87f784e5862baaa6401acc7318f50bb5e06d6c644fc |
File details
Details for the file psgfiglet-1.15.0-py3-none-any.whl
.
File metadata
- Download URL: psgfiglet-1.15.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.0 pkginfo/1.4.2 requests/2.26.0 requests-toolbelt/0.8.0 tqdm/4.62.0 CPython/3.6.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1df34ddbdbe62efef90c90a7f4860251760ecdee4b6062b98ce7bc9f4ceb1a4 |
|
MD5 | 444accc92e9601f5bb3aab3710cb1ee5 |
|
BLAKE2b-256 | c7e09d2df52821fddd195efb9bfc4f82c301f457b3675fd380e18cc9c7e07ee8 |