Colored messages in the palm of your hand
Reason this release was yanked:
missing important files
Project description
Easy Output
# How to use 👽
from EasyOutput.EasyOutput import *
ChangeLog 📝
Alpha
v0.0.1
ADDED
- Success Message
- Error Message
- Wait Message
v0.0.2
ADDED
- Connection Success Message
- Connection Error Message
v0.0.3
ADDED
- Function Notes
FIXED
- Small Success Message Bugs
v0.0.4
ADDED
- Info Mesage
- Note Message
v0.0.5
ADDED
- Title Print
FIXED
- Calling issues
v0.0.6
ADDED
- REDACTED Message
REMOVED
- Usless Classes
v0.0.7
REMOVED
- Wait Message
ADDED
- Warning Message
FIXED
- imports
v0.0.7.1
FIXED
-
v0.0.8
ADDED
- Highlight Message Option!
Information
EasyOutput consists of easy colored print options without the hassle of doing
# You can now highlight your message aswell!
Success_Message("New Highlight!", highlight=True)
# Or keep it og 😄
Success_Message("No Highlight!")
# Same as
Success_Message("No Highlight!", highlight=False)
In reality this is nothing special and just simply for my lazy use. You could easily make these yourself by doing
from colorama import Fore, Style
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! 😄
Request a feature
Report an issue
Updating as much as I can!
Functions
Success
Use:
Success_Message("EasyOutput")
Shows:
Success: EasyOutput
Error
Use:
Error_Message("EasyOutput")
Shows:
Error: EasyOutput
PYPI
Badges from: Shields.io
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.8.tar.gz.
File metadata
- Download URL: easyoutput-0.0.8.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
541f2bdfa881eb8f60eefa6f3545dd051575c0f77f77afe39a5a674465bdcbdb
|
|
| MD5 |
be8b634fd71728cad1617e6b950ae44b
|
|
| BLAKE2b-256 |
3a996db7cf6c8595c27ad12912cfc384a8074040a374b56a0fe6449def83310d
|
File details
Details for the file easyoutput-0.0.8-py3-none-any.whl.
File metadata
- Download URL: easyoutput-0.0.8-py3-none-any.whl
- Upload date:
- Size: 4.2 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 |
84a7fc746a7cb231cb06f0412337b3268a3051cc6355380a4e44679a2204aa35
|
|
| MD5 |
3cc35dcb4d0012977f29190c54d2e561
|
|
| BLAKE2b-256 |
f1e0b4ad3b55063cfd24d7d4d81236ec90ca87e8efa9d0547ec4b954e9b2b3da
|