Skip to content

A lightweight Python utility for managing system PATH environment variables.

License

Notifications You must be signed in to change notification settings

Jiayou-Chao/AddToPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

AddToPath

A lightweight Python utility for managing system PATH environment variables.

Overview

AddToPath is a command-line tool and importable module that simplifies the process of adding directories to your system's PATH environment variable. It provides both command-line interface and programmatic access for PATH management.

Features

  • Add directories to PATH with path normalization
  • Check if directories exist in PATH
  • Command-line interface support
  • Importable Python module
  • Cross-platform compatibility

Installation

Clone the repository and install using pip:

git clone https://github.com/yourusername/AddToPath
cd AddToPath
pip install .

About

A lightweight Python utility for managing system PATH environment variables.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages