https://github.com/j03-dev/pcat
cat alternative for color python code
https://github.com/j03-dev/pcat
Last synced: over 1 year ago
JSON representation
cat alternative for color python code
- Host: GitHub
- URL: https://github.com/j03-dev/pcat
- Owner: j03-dev
- Created: 2023-02-16T20:22:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T20:44:50.000Z (over 3 years ago)
- Last Synced: 2025-01-22T14:33:58.908Z (over 1 year ago)
- Language: Python
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PCAT
### about
pcat is cat alternative for colored python code
### installation
```bash
git clone https://github.com/j03-dev/pcat
cd pcat
python -m pip install colorama
chmod +x pcat.py
sudo ln -s ./pcat.py /bin/pcat
```
