Colored messages in the palm of your hand
Project description
Easy Output
Information
EasyOutput consists of easy colored print options without the hassle of doing
print(f"{Fore.GREEN + Style.BRIGHT}Success{Style.RESET_ALL}: Your Message")
In reality this is nothing special and just simply for my lazy use. You could easily make these yourself by doing
def Success(message):
print(f"{Fore.GREEN + Style.BRIGHT}Success{Style.RESET_ALL}: {message}")
# and calling it like so
Success("Your Success Message")
If you would rather save time instead, you can always download it by entering pip install EasyOutput into your terminal!\
Feel free to use this in any way you like, all I ask is that you show me your project when finished! 😄
Updating as much as I can!
Functions
Success
Use:
Success("EasyOutput")
Shows:
Success: EasyOutput
Successful_Connection
Use:
Successful_Connection("EasyOutput")
Shows:
Successful Connection: EasyOutput
Error
Use:
Error("EasyOutput")
Shows:
Error: EasyOutput
Connection_Error
Use:
Connection_Error("EasyOutput")
Shows:
Connection Error: EasyOutput
Note
Use:
Note("EasyOutput")
Shows:
Note: EasyOutput
Wait
Use:
Wait("EasyOutput")
Shows:
Wait: EasyOutput
Title
Use:
Title("EasyOutput")
Shows:
=== EasyOutput ===
PYPI
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 EasyOutput-0.0.6.tar.gz.
File metadata
- Download URL: EasyOutput-0.0.6.tar.gz
- Upload date:
- Size: 2.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab64325668267a245587c41b9e97e12fcd845a0d34fe78af9280f14e619f1f47
|
|
| MD5 |
ce31a0e359f77ee99d769d25f8d01083
|
|
| BLAKE2b-256 |
c2bec9f53efa40f4ab0a62005fdd018653909e6c756d388348ca7128ff761eea
|
File details
Details for the file EasyOutput-0.0.6-py3-none-any.whl.
File metadata
- Download URL: EasyOutput-0.0.6-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b88c97caae1acd9be76d04ffc8a099dadb29ec1e0ab64c98b703942f943dd13d
|
|
| MD5 |
152dfb07ab6d7cb75369bc492905c717
|
|
| BLAKE2b-256 |
bae3cd890ed51cff580096b88303499bd61868a5dce9ea791f43e5bb01fc63f3
|