| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A simple Python-based GUI tool for managing your Windows PATH environment variable with a friendly way to view, add, edit, delete, and reorder individual entries in both the User and System PATH variables, with an inbuilt ability to handle >2047 character PATHs.
Created by: MattFor - mattfor@relaxy.xyz
Keep getting this error? I'm here to fix that!
python -m venv .venv.venv\Scripts\activate.venv\Scripts\ActivateOpen your terminal.
Navigate to the directory that has main.py.
If you created a virtual environment, activate it (see Installation steps).
Run the script using your Python interpreter:
python main.pyIf you compiled it to an executable using PyInstaller (pyinstaller --onefile --noconsole main.py)
[Which I HIGHLY recommend btw], you can run the executable directly from the dist folder.
Select whether you want to edit the "User" or "System" PATH variable using the radio buttons.
Use the buttons ("Add", "Edit", "Delete", "Up", "Down") to manage the PATH entries in the list.
Use "Save PATH to File" and "Restore from File" for backup purposes. A backup file also stores the raw registry value as it was at the moment of export, so it stays a valid recovery point even if the list on screen had unsaved edits.
Click "Save" to apply your changes to the selected PATH variable. Note that modifying the System PATH requires administrator privileges.
Click "Cancel" to close the application without saving.
Nothing is written to the registry until you click "Save". Already running programs keep their old PATH until they are restarted, even though the change is broadcast to the system.
This software is provided under a Proprietary License.
You are not permitted to distribute, modify, or create derivative works of this Software, in whole or in part, without express written permission from the copyright holder, MattFor.
Please refer to the LICENSE file in this repository for the full terms. ;)
| Back | FazBrowse Home | New Git URL |