pych
A tool that watches Python files and re-runs them on change.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install pych
choosenim install pych
git clone https://github.com/rburmorrison/pych
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| pych | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/rburmorrison/pych |
|---|---|
| Homepage | https://github.com/rburmorrison/pych |
| Registry Source | nimble_official |
README
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