Home
InitVenv pypi version
See original version: Download the latest release
Table of Contents
InitVenv is a cross-platform automation tool that streamlines Python development workflow by automatically creating Python virtual environments, installing project dependencies from requirements.txt, and activating the environment with a single command execution. Currently supports Windows, with Linux and macOS support planned for future releases.
Features
- One-command setup: Create Python virtual environment, install requirements, and activate with a single command
- Windows integration: Works seamlessly with Windows File Explorer
- Automatic detection: Finds and installs requirements from
requirements.txtautomatically - Path flexibility: Supports both absolute and relative paths
- Zero configuration: Just run and go
Requirements
- Python installed and added to system PATH
- Windows operating system (currently Windows-only)
Important Notes
- The
requirements.txtfile must contain the dependencies before running InitVenv - The program will not understand requirements once the virtual environment is created
- Currently supports Windows systems only