Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 683 Bytes

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 .