mirror of
https://github.com/rburmorrison/pych
synced 2026-01-07 05:41:18 +00:00
No description
| docs | ||
| src | ||
| .gitignore | ||
| pych.nimble | ||
| README.md | ||
PyCh
PyCh is a tool that watches Python files and re-runs them on change.
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
