Download Latest Version v0.1.0-beta source code.tar.gz (49.1 kB)
Email in envelope

Get an email when there's a new version of Init-Venv

Home / v0.1.0-beta
Name Modified Size InfoDownloads / Week
Parent folder
InitVenv-Installer-x86.exe 2025-08-10 5.9 MB
InitVenv-Installer-x64.exe 2025-08-10 6.4 MB
InitVenv-Installer-ARM64.exe 2025-08-10 5.9 MB
README.md 2025-08-10 4.7 kB
v0.1.0-beta source code.tar.gz 2025-08-10 49.1 kB
v0.1.0-beta source code.zip 2025-08-10 56.6 kB
Totals: 6 Items   18.4 MB 1

InitVenv v0.1.0-beta

Automatic create, install requirements and activate venv only with one command: InitVenv

Requirements

  • Have python installed and have the path in the PATH
  • Initially it only works on Windows systems

Usage Instructions

[!IMPORTANT] - If you want to use the program from CMD, make sure you pass a path, just one, like this: Initvenv "path". You can use absolute or relative paths. - If you prefer to use it from Windows File Explorer, follow these steps.

Its main functionality, is:

  1. Go to any directory (With File Explorer in Windows)
  2. Make a requirements.txt file (Important, it must be with the written requirements, the program will not understand the requirements once the venv is created)
  3. Press keys CTRL+L
  4. Step 2 activates the explorer's path bar, so you must type the following command: InitVenv
  5. The program will be start and execute automatically

Installation Process

I want to know what the installer does

  1. Copy and paste the "InitVenv-{architecture}.exe" and "InnitVenv.bat" files to the installation directory you selected.
  2. Use the `` command to add the installation directory to the system PATH.

That's all the installer does; it adds the path to the system PATH, allowing you to use the program with a simple call to InitVenv, which then calls InitVenv.bat.

[!NOTE] If you're unsure what the .bat file contains, it contains this: @echo off start "" "InitVenv-x64.exe" "%CD%" exit

Screenshots

Description Preview
Program startup error - missing working directory Program startup error showing missing working directory configuration
Successful program initialization without requirements file Program successfully started without requirements file installation
Console with virtual environment activated for user Terminal console showing activated virtual environment for user interaction
Program execution with requirements file installation Program running with automatic requirements file installation process
User terminal session maintained after setup User terminal session preserved and ready for continued interaction

Development History

What's Changed

New Contributors

Full Changelog: https://github.com/Dev2Forge/Init-Venv/commits/v0.1.0-beta

Source: README.md, updated 2025-08-10