No description
Find a file
Ryan Burmeister-Morrison 7531683b91 Merge branch 'release/v1.0.2'
2020-01-21 22:30:11 -05:00
docs Make better example and fix CTRL-C hook 2020-01-21 22:14:06 -05:00
src Update version numbers to v1.0.2 2020-01-21 22:30:06 -05:00
.gitignore Complete first iteration 2020-01-21 22:04:07 -05:00
pych.nimble Update version numbers to v1.0.2 2020-01-21 22:30:06 -05:00
README.md Update README to fix broken link 2020-01-21 22:24:39 -05:00

PyCh

PyCh is a tool that watches Python files and re-runs them on change.

PyCh Example

Usage

Usage: pych [FLAGS] SCRIPT

A tool that watches Python files and re-runs them on change.

Example: pych -c --interpreter=python myscript.py

Flags:
  -c, --clear         clear the screen on start and after reloads
  -i, --interpreter   path to a Python interpreter (default: python3)
  -v, --version       display version
  -h, --help          display this help