Set of variables and functions for text editing.
Project description
Text Editing
Set of variables and functions for text editing.
Python library by LassaInora.
Summary
Links
Contacts
Character attributes:
variables
- BOLD
- \033[1m
- NO_BOLD
- /!\ Not widely supported.
- \033[21m
- LOW_INTENSITY
- /!\ Not widely supported.
- \033[2m
- NO_LOW_INTENSITY
- \033[22m
- ITALIC
- /!\ Not widely supported. Sometimes treated as the reverse.
- \033[3m
- NO_ITALIC
- \033[23m
- UNDERLINE
- \033[4m
- NO_UNDERLINE
- \033[24m
- SLOWLY_FLASHING
- \033[5m
- NO_SLOWLY_FLASHING
- \033[25m
- RAPIDLY_FLASHING
- /!\ MS-DOS ANSI.SYS; Not widely supported.
- \033[6m
- NO_RAPIDLY_FLASHING
- \033[26m
- NEGATIVE
- \033[7m
- NO_NEGATIVE
- \033[27m
- HIDDEN
- /!\ Not widely supported.
- \033[8m
- NO_HIDDEN
- \033[28m
- STRIKETHROUGH
- /!\ Not widely supported.
- \033[9m
- NO_STRIKETHROUGH
- \033[29m
- STOP_ALL
- \033[0m
Color:
variables
- BLACK
- \033[30m
- RED
- \033[31m
- GREEN
- \033[32m
- YELLOW
- \033[33m
- BLUE
- \033[34m
- PURPLE
- \033[35m
- CYAN
- \033[36m
- WHITE
- \033[37m
- LIGHT_BLACK
- \033[90m
- LIGHT_RED
- \033[91m
- LIGHT_GREEN
- \033[92m
- LIGHT_YELLOW
- \033[93m
- LIGHT_BLUE
- \033[94m
- LIGHT_PURPLE
- \033[95m
- LIGHT_CYAN
- \033[96m
- LIGHT_WHITE
- \033[97m
- STOP
- \033[39m
functions
- get_rgb :
- Changes your color to the chosen value
- get_hex :
- Changes your color to the chosen value
Font:
/!\ Few terminals support this library.
variables
- ONE (The font given by this character is currently unknown.)
- \033[11m
- TWO (The font given by this character is currently unknown.)
- \033[12m
- THREE (The font given by this character is currently unknown.)
- \033[13m
- FOUR (The font given by this character is currently unknown.)
- \033[14m
- FIVE (The font given by this character is currently unknown.)
- \033[15m
- SIX (The font given by this character is currently unknown.)
- \033[16m
- SEVEN (The font given by this character is currently unknown.)
- \033[17m
- EIGHT (The font given by this character is currently unknown.)
- \033[18m
- NINE (The font given by this character is currently unknown.)
- \033[19m
- FRAKTUR
- \033[20m
- STOP
- \033[10m
Character attributes:
variables
- BLACK
- \033[40m
- RED
- \033[41m
- GREEN
- \033[42m
- YELLOW
- \033[43m
- BLUE
- \033[44m
- PURPLE
- \033[45m
- CYAN
- \033[46m
- WHITE
- \033[47m
- LIGHT_BLACK
- \033[100m
- LIGHT_RED
- \033[101m
- LIGHT_GREEN
- \033[102m
- LIGHT_YELLOW
- \033[103m
- LIGHT_BLUE
- \033[104m
- LIGHT_PURPLE
- \033[105m
- LIGHT_CYAN
- \033[106m
- LIGHT_WHITE
- \033[107m
- STOP
- \033[49m
functions
- get_rgb :
- Changes your color to the chosen value
- get_hex :
- Changes your color to the chosen value
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
text_editing-1.0.1.tar.gz
(16.0 kB
view details)
Built Distribution
File details
Details for the file text_editing-1.0.1.tar.gz
.
File metadata
- Download URL: text_editing-1.0.1.tar.gz
- Upload date:
- Size: 16.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc9948267f7b8309be46fec964153d832242f2813424b407c328cb75e950acbc |
|
MD5 | 6591bf308f1b284e3646aebd76231377 |
|
BLAKE2b-256 | 77144f359d375bef4e9a33007fc5fc96c9adbb6bda9b54488cf1725a51b1fc90 |
File details
Details for the file text_editing-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: text_editing-1.0.1-py3-none-any.whl
- Upload date:
- Size: 16.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1072f6235b8392eaf95eb026dd753bed9511cc9fa01c90bf9e3923cd26f1c5ce |
|
MD5 | faf7119f2f59d7557da04274e324907e |
|
BLAKE2b-256 | 3a347d768c4b22a371f0f591645f3d014ab784b545438194433992aafc0386e4 |