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.
- Host: GitHub
- URL: https://github.com/ivaltryek/colored-helloworld
- Owner: ivaltryek
- License: mit
- Created: 2021-01-13T05:35:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-21T08:14:38.000Z (over 4 years ago)
- Last Synced: 2025-01-26T04:14:34.331Z (over 1 year ago)
- Topics: colored-logging, pypi-package, python3
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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")