A module used to get colours to use in the Python terminal
Project description
PythonColouring
PythonColouring is a module used to get colours to use in the Python terminal.
This allows users to import different colours to use in their Python terminal to make their Python code look nicer.
Current Version: 0.1
- Released
Requirements
- Use Python 3.6 or higher
Installation
- Install using Python's PIP manager:
pip install PythonColouring
- In your Python file import PythonColouring:
import os
try:
import PythonColouring
except:
os.system("pip3 install PythonColouring")
import PythonColouring
- Now you can use the module:
import PythonColouring as f
f.help() # Gives you help about how to import colours
# f.info() also returns the same value
"""
The above will guide you on how to import colours but below is an example:
"""
r = f.Red
b = f.Reset
print(f"{r}I support Manchester United!{b}")
Ta-da!
If you have any feedback then you can email me but I may take a while to respond, so if you have discord, then send me a friend request @Zeliktric#4282 and I'll accept within 24 hours :)
For those who use American spelling, I'M SORRY I'M BRITISH -
maybe I'll just create another module with the American spelling xD
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 PythonColouring-0.1.tar.gz.
File metadata
- Download URL: PythonColouring-0.1.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bf63760cede304566afcc1766d230afd61c77facc3363ad48d8adafd371869d
|
|
| MD5 |
64a760912181e51da9d032a2a48c6a98
|
|
| BLAKE2b-256 |
57183d59d9bba1ae5b37eb1e375dfd777e90cf94e497fac109be51190afb1eeb
|
File details
Details for the file PythonColouring-0.1-py3-none-any.whl.
File metadata
- Download URL: PythonColouring-0.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.8.0 tqdm/4.48.2 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5dbc3c2f38f010a68d59d76bb15d2cec5db08abbbea2850f58ef955b1be2c401
|
|
| MD5 |
f2bb68ecd172c46aef0930615a13b2b8
|
|
| BLAKE2b-256 |
817f44932b8b3b6d4f84a9469586394c3425254db464b2957d1cb0062a6dbff5
|