This application is a user-friendly tool for managing the Windows 10 environment PATH variable. It allows users to:
-
Select an existing
PATHvariable. -
Edit its values or create new ones.
-
Add, remove, or clear values as needed.
The app is designed to make managing PATH variables simple and accessible, eliminating the need to manually navigate system settings or use complex commands.
-
Select and Edit Existing Paths: Browse and update the variables in your environment
PATH. -
Create New Paths: Easily add new
PATHvariables without errors. -
Manage Values:
-
Show all values in the selected
PATH. -
Add new values.
-
Remove specific values.
-
Clear all values if required.
The app includes a custom library, cmd_path.py, which provides:
-
Commands to display all current
PATHvalues. -
Methods to add, remove, or clear specific values in the
PATH.
This library is at the core of the app, handling all operations with efficiency and reliability.
If you'd like to modify the app and build it yourself, a build.bat script is included.
-
Python
-
PyInstaller library
- Install PyInstaller:
pip install pyinstaller
2. Run the `build.bat` script:
cmd
build.bat
3. The executable will be created in the dist folder.- Run the app executable or Python script RUN AS ADMIN
- Select an existing
PATHvariable to edit or create a new one. - Use the intuitive interface to:
- View all values.
- Add, remove, or clear specific values.
