An open API service indexing awesome lists of open source software.

https://github.com/ivaltryek/colored-helloworld

Simple demo for how to create PyPi package that can be installed using pip installer locally or using PyPi package service for python.
https://github.com/ivaltryek/colored-helloworld

colored-logging pypi-package python3

Last synced: 12 months ago
JSON representation

Simple demo for how to create PyPi package that can be installed using pip installer locally or using PyPi package service for python.

Awesome Lists containing this project

README

          

# colored-helloworld

To get started with,
- Download the package
- Go to the root directory colored-helloworld/
- Run: pythonx -m pip install coloredtext ( Here 'x' is the 3 if you're using python3 version, if you're using 2.7, use simply python )
- Final Steps:

```python
from coloredtext import helloworld
helloworld.print_colored_text("Text that you want to print")