isaacsaffold/tripeg
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
- Ensure that `tkinter` is properly configured. On Windows, this involves setting the `TK_LIBRARY` and `TCL_LIBRARY` environment variables to <python_path>\tcl\tk86t.lib and <python_path>\tcl\tcl86t.lib, respectively.
- Navigate to the directory containing this package and execute via "python -m <package_name>" ("python3 -m" on *nix).
- Have fun!