Skip to main content

Colored messages in the palm of your hand

Project description

Easy Output

# How to use 👽
from EasyOutput.EasyOutput import *

PyPI - Version
PyPI - Downloads
PyPI - Downloads
PyPI - Downloads
GitHub commit activity
easyoutput

[!IMPORTANT] I am always updating this and sometimes those updates can go sideways. Please use the issues section on github to notify me of anything i have missed! If you would like me to add something, please use the Feature Request option!

Information ℹ️

EasyOutput consists of easy colored print options without the extra work.

# As of v0.1.0 you can now change the color of your text.
from EasyOutput.EasyOutput import Colors, Success_Message

Success_Message("EasyOutput", color=Colors.Green)

# As of v0.1.1 you can change the color of the title and highlight!
from EasyOutput.EasyOutput import Colors, Highlights, Success_Message

Success_Message("EasyOutput", color=Colors.Green, highlight=Highlights.Blue, title_color=Colors.White)

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}")

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!

Important Information 🥇

colorama and It's creator has done all heavy lifting here please show him some love!
Jonathan Hartley
colorama repo

PYPI

EasyOutput

Badges from: Shields.io

Change-Log 📝
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!
v0.0.8.1
FIXED
- Leaving all functions at the bottom of the file... IM SORRY
v0.0.9
FIXED
- Optioanl Highlight!
v0.0.9.1
FIXED
- Info message oddly popping up after every function
v0.1.0
ADDED
- Colored text option
- Custom Message
- Show all colors function
v0.1.1
ADDED
- Highlight any color!
- Ability to color any part of the message!

FIXED
- Highlights

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

easyoutput-0.1.1.tar.gz (8.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

easyoutput-0.1.1-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

File details

Details for the file easyoutput-0.1.1.tar.gz.

File metadata

  • Download URL: easyoutput-0.1.1.tar.gz
  • Upload date:
  • Size: 8.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for easyoutput-0.1.1.tar.gz
Algorithm Hash digest
SHA256 ff72e023720ce107d7792a931070b264dc38ae75b18f66b2efefa8e86ec26287
MD5 e9edafd0e68aa738269d099dafb5f944
BLAKE2b-256 40a4a24c4c487ffab13dfa47cbae8cd39a30454d61a12cc52ae15cf3d243b2a5

See more details on using hashes here.

File details

Details for the file easyoutput-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: easyoutput-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 5.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.1

File hashes

Hashes for easyoutput-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 18a008d129bdb99e47fe69280ebf634209f9540ba73a8bb8f860209197fe5a51
MD5 9e2274914b26339ea6a764e7e649872c
BLAKE2b-256 2a075c41af60e74034f530f36e9f00272c2c6a41256fd1dd4463d1050cb7198c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page