Init-Venv
Initialize a base virtual environment for Python.
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...