Skip to main content

A cross-platform GUI and CLI tool for managing Python virtual environments and packages. Features include environment creation, activation, package installation, requirements management, updates, deletion, and export.

Project description

Py Env Studio Logo

# ๐Ÿ๐Ÿ  Py Env Studio

Py Env Studio is a cross-platform Graphical Environment & Package Manager for Python that makes managing virtual environments and packages effortless without using the command line.


๐ŸŒŸ GUI Key Features

  • โž• Create and delete virtual environments

Easily set up new virtual environments or remove unused ones with a single click, without touching the command line.

  • โšก One click environment activation

Instantly activate environments directly from the GUI, eliminating the need to type activation commands manually.

  • ๐Ÿ“ Open environment at a specific location (choose working directory)

Launch the environmentโ€™s working directory in your file explorer to quickly access project files and scripts.

  • ๐Ÿ”ท Integrated launch: CMD, VSCode, PyCharm (Beta)

Open your environment directly in your preferred editor or terminal, streamlining your workflow.

  • ๐Ÿ” Search environments instantly

Use the built-in search bar to quickly locate any environment, even in large collections.

  • โœ๏ธ Rename environments

Quickly rename environments to maintain clarity and organization in your workspace.

  • ๐Ÿ•‘ View recent used location for each environment

Track where each environment was last accessed, making it easy to jump back into active projects.

  • ๐Ÿ“ See environment size details

View the size of each environment to identify heavy setups and manage disk space effectively.

  • ๐Ÿ’ซ Visual management of all environments

Manage all your environments through a clean, organized, and user-friendly interface with minimal clutter.

  • ๐Ÿ“ฆ Package Management

Install, update, and uninstall packages visually without typing a single command.

  • ๐Ÿšš๐Ÿ“„ Export or import requirements

Import dependencies from a requirements file or export your current setup with just a click.

  • ๐Ÿ›ก๏ธ Environment Vulnerability Scanner with Insights Dashboard

Scan environments for known security vulnerabilities in installed packages.
Generate insightful reports with risk levels, recommended updates, and a dashboard overview to keep your projects secure.


๐Ÿ“ Installation Install via PyPI:

pip install py-env-studio

๐Ÿ–ฅ๏ธ Launch the GUI (Recommended)

py-env-studio

Environment Screen Package Screen Package Screen Package Screen

Command-Line Options (For Advanced Users)

Create environment
py-env-studio --create <environment name>
Create environment and upgrade pip
py-env-studio --create <environment name> --upgrade-pip
Delete environment
py-env-studio --delete <environment name>
List all environments
py-env-studio --list
Activate environment (prints activation command)
py-env-studio --activate <environment name>
Install package
py-env-studio --install <environment name>,numpy
Uninstall package
py-env-studio --uninstall <environment name>,numpy
Export requirements to file
py-env-studio --export <environment name>,requirements.txt
Import requirements from file

py-env-studio --import-reqs ,requirements.txt

๐Ÿ”‘ Activating Environments Manually activate your environment after creation:

Windows:

.\envs\<environment name>\Scripts\activate

Linux/macOS:

source envs/<environment name>/bin/activate

๐Ÿ“ Project Structure

py-env-studio/
โ”œโ”€โ”€ __init__.py
โ”œโ”€โ”€resources
โ”œโ”€โ”€ core/
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ”œโ”€โ”€ env_manager.py
โ”‚   โ””โ”€โ”€ pip_tools.py
โ”œโ”€โ”€ utils/
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ”œโ”€โ”€ handlers.py
โ”‚   โ””โ”€โ”€ vulneribility_scanner.py
โ”‚   โ””โ”€โ”€ vulneribility_insights.py  
โ”œโ”€โ”€ ui/
โ”‚   โ”œโ”€โ”€ __init__.py
โ”‚   โ””โ”€โ”€ main_window.py
โ””โ”€โ”€ static/
    โ””โ”€โ”€ icons/
โ”œโ”€โ”€ main.py
โ”œโ”€โ”€ config.ini
โ”œโ”€โ”€ requirements.txt
โ”œโ”€โ”€ README.md
โ””โ”€โ”€ pyproject.toml

๐Ÿš€ Roadmap

๐Ÿ™๏ธ Multiple Python based Environements

๐Ÿ” Global package search

โฌ†๏ธ One-click upgrade of all packages

๐Ÿ“ Package version locking

๐Ÿณ Dockerized version

๐Ÿค Contributing We welcome contributions! Feel free to fork the repository, raise issues, or submit pull requests.

๐Ÿ“œ License This project is licensed under the MIT License.

Py Env Studio โ€” Simplifying Python environment management for everyone with security scanning.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py_env_studio-2.0.2.tar.gz (2.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

py_env_studio-2.0.2-py3-none-any.whl (2.6 MB view details)

Uploaded Python 3

File details

Details for the file py_env_studio-2.0.2.tar.gz.

File metadata

  • Download URL: py_env_studio-2.0.2.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for py_env_studio-2.0.2.tar.gz
Algorithm Hash digest
SHA256 c8106a25b66fbc531dd64d87edd6c19b14210a6ddec67ae240d069a52d8a5b4d
MD5 8e4e0121e7bbbb53187040e20fa13ddc
BLAKE2b-256 c81a1aed58785a82566c23f0a14a96562321dc90c48bd79532817398c61ae3ea

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_env_studio-2.0.2.tar.gz:

Publisher: publish.yml on pyenvstudio/py-env-studio

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file py_env_studio-2.0.2-py3-none-any.whl.

File metadata

  • Download URL: py_env_studio-2.0.2-py3-none-any.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for py_env_studio-2.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9cfc726c3340ecaf825bda33ce10e64f12f157face02b9b1d74378a45141ccfe
MD5 81cc0c6c48aed64f1fc7986784bb916d
BLAKE2b-256 f25688c8064ec0f401f465d07ed88b0d5800515a1c1f0aef20cfb08422882a40

See more details on using hashes here.

Provenance

The following attestation bundles were made for py_env_studio-2.0.2-py3-none-any.whl:

Publisher: publish.yml on pyenvstudio/py-env-studio

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page