Initial commit

This commit is contained in:
2026-03-20 00:21:32 +01:00 Verified
commit 9592d05744
9 changed files with 195 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Python Executor
Enables drophandler on `.py` files as well as edit with VS Code on normal file open action.
## Installation
Build the executable using `cargo` and place the resulting `python-runner.exe` at `C:\`. Execute the `.reg` file to add the drop-handler and open commands to `.py` files.
### Build command
```cmd
cargo build --release