A colorful Python package that greets teams with style using colorama
Project description
Hello Team 🎨
A colorful Python package that greets teams with style using colorama!
Installation
pip install hello-team
Usage
Basic Usage
from hello_team import hello_team
# Greet with default green color
hello_team("Python")
# Output: 'Hello Python Team' (in green)
# Greet with default team name
hello_team()
# Output: 'Hello World Team' (in green)
Using Colors
# Greet with different colors
hello_team("DevOps", "blue")
hello_team("Security", "red")
hello_team("Data Science", "magenta")
hello_team("Frontend", "cyan")
Using Styles
# Greet with colors and styles
hello_team("Backend", "green", "bright")
hello_team("QA", "yellow", "dim")
hello_team("Mobile", "blue", "normal")
Available Options
Colors
blue- Blue textgreen- Green text (default)cyan- Cyan textyellow- Yellow textred- Red textmagenta- Magenta textwhite- White textblack- Black text
Styles
normal- Regular text (default)bright- Bold/bright textdim- Dimmed text
Features
- 🎨 Colorful terminal output with colorama
- 🖥️ Cross-platform support (Windows, macOS, Linux)
- ✨ Multiple color and style options
- 🔧 Simple and easy to use API
- 📦 Lightweight with minimal dependencies
Development
To install in development mode:
pip install -e .
To build the package:
python -m build
License
MIT
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 developeralex_hello_team-0.1.0.tar.gz.
File metadata
- Download URL: developeralex_hello_team-0.1.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d46b0a9e6eeda631110e431cff8b91a4701e90315e3419a7caaaefb762e5798
|
|
| MD5 |
ad36b899b7e144be8b0c928c827dad7b
|
|
| BLAKE2b-256 |
be808ce73defd564e3865779e5b73808e1ae93672d0cb99fb125c820a46c8315
|
File details
Details for the file developeralex_hello_team-0.1.0-py3-none-any.whl.
File metadata
- Download URL: developeralex_hello_team-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d08f1a1b764c60f4ec1e806e25c69c57d2990d619d0e112fd4f08f4a7aec3ec0
|
|
| MD5 |
e31e6340d8a419d3d8a06c43238001de
|
|
| BLAKE2b-256 |
f8157f99cc4a366e42ffad0c63e028170b53c4c9aa1764c3816027ef1546d9a4
|