SebiAi / custom-nothing-glyph-tools

A repo containing scripts and tools for creating custom Nothing Glyph compositions.
GNU General Public License v3.0
248 stars 18 forks source link

Linking 'python' to 'python3' for cross-compatibility #29

Closed Snupai closed 5 months ago

Snupai commented 5 months ago

Added logic to check and create a symlink for 'python3' to ensure scripts can be invoked using both 'python' and 'python3' commands. This guarantees compatibility across environments where 'python3' is required. Helps avoid potential confusion and errors in script execution.

Added a script to open a new Terminal with cwd of the current folder.

Only been able to do limited testing. Tested on Win11 and Wind10 once, both ran without an issue.