FARt all over your documentation
Project description
_____ _____ _____ _____ /\ \ /\ \ /\ \ /\ \ /::\ \ /::\ \ /::\ \ /::\ \ /::::\ \ /::::\ \ /::::\ \ \:::\ \ /::::::\ \ /::::::\ \ /::::::\ \ \:::\ \ /:::/\:::\ \ /:::/\:::\ \ /:::/\:::\ \ \:::\ \ /:::/__\:::\ \ /:::/__\:::\ \ /:::/__\:::\ \ \:::\ \ /::::\ \:::\ \ /::::\ \:::\ \ /::::\ \:::\ \ /::::\ \ /::::::\ \:::\ \ /::::::\ \:::\ \ /::::::\ \:::\ \ /::::::\ \ /:::/\:::\ \:::\ \ /:::/\:::\ \:::\ \ /:::/\:::\ \:::\____\ /:::/\:::\ \ /:::/ \:::\ \:::\____\/:::/ \:::\ \:::\____\/:::/ \:::\ \:::| | /:::/ \:::\____\ \::/ \:::\ \::/ /\::/ \:::\ /:::/ /\::/ |::::\ /:::|____| /:::/ \::/ / \/____/ \:::\ \/____/ \/____/ \:::\/:::/ / \/____|:::::\/:::/ / /:::/ / \/____/ \:::\ \ \::::::/ / |:::::::::/ / /:::/ / \:::\____\ \::::/ / |::|\::::/ / /:::/ / \::/ / /:::/ / |::| \::/____/ \::/ / \/____/ /:::/ / |::| ~| \/____/ __ _ /:::/ / |::| | / _| __ _ _ _ | |_ /:::/ / \::| | | _| / _` | | '_| | _| \::/ / \:| | |_| \__,_| |_| \__| \/____/ \|___| ,... .d' "" mm ,dPYb, I8 dM` MM IP'`Yb I8 mMMmm ,6"Yb. `7Mb,od8 mmMMmm I8 8I 88888888 MM 8) MM MM' "' MM I8 8' I8 MM ,pm9MM MM MM I8 dP ,gggg,gg ,gggggg, I8 MM 8M MM MM MM I8dP dP" "Y8I dP""""8I I8 .JMML. `Moo9^Yo..JMML. `Mbmo I8P i8' ,8I ,8' 8I ,I8, ,d8b,_ ,d8, ,d8b,,dP Y8, ,d88b, PI8"8888P"Y8888P"`Y88P `Y888P""Y88 _______ _______ ______ _______ I8 `8, | || _ || _ | | | I8 `8, ___ __ ___ | ___|| |_| || | || |_ _| I8 8I |__ /\ |__) | | |___ | || |_||_ | | I8 8I | /~~\ | \ | | ___|| || __ | | | I8, ,8' | | | _ || | | | | | "Y8P' |___| |__| |__||___| |_| |___| _ _ _ _ /\ \ / /\ /\ \ /\ \ / \ \ / / \ / \ \ \_\ \ / /\ \ \ / / /\ \ / /\ \ \ /\__ \ / / /\ \_\ / / /\ \ \ / / /\ \_\ / /_ \ \ / /_/_ \/_/ / / / \ \ \ / / /_/ / / / / /\ \ \ / /____/\ / / /___/ /\ \ / / /__\/ / / / / \/_/ / /\____\/ / / /_____/ /\ \ / / /_____/ / / / / / / / /_________/\ \ \ / / /\ \ \ / / / / / / / / /_ __\ \_\/ / / \ \ \ /_/ / \/_/ \_\___\ /____/_/\/_/ \_\/ \_\/ ███████ █████ ██████ ████████ ██ ██ ██ ██ ██ ██ ██ ██ █████ ███████ ██████ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
Make text banners to visually divide segments in your code with fart.
What’s a fart?
//-----------------------------------------------------------------------------//
// This is a fart. //
//-----------------------------------------------------------------------------//
#=============================================================================#
# ____ _ _ _ _ #
# / ___| ___ (_) ___ | |_ | |__ (_) ___ #
# \___ \ / _ \ | | / __| | __| | '_ \ | | / __| #
# ___) | | (_) | | | \__ \ | |_ | | | | | | \__ \ #
# |____/ \___/ |_| |___/ \__| |_| |_| |_| |___/ #
# #
#=============================================================================#
Fart is short for Figlet ART. This program is very similar to Figlet, and most fonts are borrowed from from it. Fart is focused on making text banners for use in code documentation.
As such, all generated text is encapsulated by commenting characters and copied to clipboard, so you can easily paste your fart into your code.
Usage
There are two types of farts currently supported:
$ fart text-box style
#=============================================================================#
# text-box style #
#=============================================================================#
and…
$ fart figlet style --font big
#=============================================================================#
# __ _ _ _ _ _ #
# / _| (_) | | | | | | | | #
# | |_ _ __ _ | | ___ | |_ ___ | |_ _ _ | | ___ #
# | _| | | / _` | | | / _ \ | __| / __| | __| | | | | | | / _ \ #
# | | | | | (_| | | | | __/ | |_ \__ \ | |_ | |_| | | | | __/ #
# |_| |_| \__, | |_| \___| \__| |___/ \__| \__, | |_| \___| #
# __/ | __/ | #
# |___/ |___/ #
# #
#=============================================================================#
You can specify which characters to use for the commenting char (“cap”) and line char (“line”). For example:
$ fart C++ -f georgia11 -c // -l '#' //#############################################################################// // // // .g8"""bgd // // .dP' `M // // dM' ` M M // // MM M M // // MM. mmmmMmmmm mmmmMmmmm // // `Mb. ,' M M // // `"bmmmd' M M // // // //#############################################################################//
Farts are automatically copied to your clipboard for convenience. To disable this functionality, make sure to flag your farts with -n.
To see all available fonts and their supported character-sets, enter fart -s or fart --sample.
Installation
Install through pip:
pip install fart
Requirements
Package was built for use in python 3. Probably works in python 2.
Additional required packages:
pyperclip
Acknowledgements
FIGlet fonts are licensed under the BSD-3 by the original authors at http://www.figlet.org.
Big thanks to the members of the Laboratory of Plasma Physics (LPP) who were the original farters on PyPi with Find All Roots with a Tree, but graciously allowed me fart on PyPi.
License
Code is licensed under BSD-3 and any font assets are copyright by original authors.
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
Built Distribution
File details
Details for the file fart-0.1.5.tar.gz
.
File metadata
- Download URL: fart-0.1.5.tar.gz
- Upload date:
- Size: 60.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0bddecc3f3e4f6a45cd0c0400f53f31c896967f9f62783efec5509e3423dc828 |
|
MD5 | 8c0b5fa147ad5d4d2c7f79c4c3f17278 |
|
BLAKE2b-256 | 4cea83c9da7349b283e0cb2415d56c65bfad1061ef44de873bd702b1e9be9160 |
File details
Details for the file fart-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: fart-0.1.5-py3-none-any.whl
- Upload date:
- Size: 65.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b311fc4fd1a4af0ed5855c4c07b4229cad4c4b0092d9618cad80afb0d5345491 |
|
MD5 | 0a4753c010e4a3cb66d419cb7ad4fadf |
|
BLAKE2b-256 | 7d143b31256abb7ca25da40d70b0425451f82093fab4805e30bf92de06bd93fa |