pych

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


Keywords
python, monitor
License
MIT
Install
nimble install pych@#v1.0.1

Documentation

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