No project description provided
Project description
How to install
Simply run this command in your terminal:
pip install aviothic
if you do not have pip installed, follow this guide: https://pip.pypa.io/en/stable/installation/
How to use
This python module utilizes the ANSI escape codes that are built into python's core functionality. These simple codes allow you to do a variety of things such as adding flair to strings with colors or with other special formatting.
Adding formatting to your python strings:
In order to add special formatting to your strings in python, just use fstrings!
there are lots of colors and other format options available to use. In order to undo any formatting changes you may have made, add the variable aviothic.format.reset to the end of your string.
here's a simple example of how to change the visuals of how a string looks:
#asigning variables
reset = aviothic.format.reset
color = aviothic.format.bright_red_fg
bold = aviothic.format.bold
#making the string bold and bright red, then reseting formatting after
print(f"{bold}{color}wow so bold and red!{reset}")
Have fun making your strings pretty!
Positioning the text cursor
description not finished sorry
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aviothic-0.15.tar.gz.
File metadata
- Download URL: aviothic-0.15.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
232d87558e031d8c2754a4a324741118e1a205cc42f2d1597293603c82aed7d5
|
|
| MD5 |
031afab5a6f8f5e2ad55062f26c98d14
|
|
| BLAKE2b-256 |
5219f865923990e082fc941b74224f2aae375a97f0c0bed3c013e36a64dd1752
|
File details
Details for the file aviothic-0.15-py3-none-any.whl.
File metadata
- Download URL: aviothic-0.15-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f5682745b34336073d5eb438b449d06a39e1d44a03dbf2036d58bdcb99f2b170
|
|
| MD5 |
72726f4af2e19ff361986805346232ef
|
|
| BLAKE2b-256 |
07426a14b2ba76d13a67ff1581c9e577eded848880a20efab40c8dcf4d188540
|