https://github.com/jsmith/colorshell
A simple package to allow color printing in IDLE
https://github.com/jsmith/colorshell
Last synced: 11 months ago
JSON representation
A simple package to allow color printing in IDLE
- Host: GitHub
- URL: https://github.com/jsmith/colorshell
- Owner: jsmith
- License: mit
- Created: 2017-07-10T14:35:26.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-26T16:07:36.000Z (almost 9 years ago)
- Last Synced: 2025-06-13T12:54:31.911Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# colorshell
A simple package to enable printing in color in IDLE. Works for python 3.
### Installation
```
pip install colorshell
```
## Example Usage
```
from colorshell import out
out.red('prints in red')
out.purple('print in purple')
```
## Supported Colors
1. black
2. red
3. green
4. purple
5. blue
6. orange