Who23 / python-color

python but with color in the REPL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-color

It's python3, but it has syntax highlighting in the REPL!!

Installation:

  1. Clone the repo with git clone --single-branch https://github.com/Who23/python-color.git (Please make sure the directory is called python-color!)
  2. Run ./setup.sh CONFIG_FILE where CONFIG_FILE is your .bash_profile or .zshrc
  3. Restart the terminal and you're ready to use python-color!

Usage

python-color - starts a python3 REPL

python-color <file> - attempts to run file with python3

python-color uninstall - uninstalls python-color

python-color update - attempts to update python-color

python-color is meant for macOS

About

python but with color in the REPL

License:GNU General Public License v3.0


Languages

Language:Python 84.7%Language:Shell 15.3%