Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🖥️ DevBox Optimizer Studio — Visual Development Environment GUI

Desktop GUI application that detects dev environment inconsistencies, clears docker caches, and optimizes toolchains.

Python Version License GUI Type


✨ Features

  • Visual Desktop GUI Interface: Built with Python Tkinter dark theme aesthetics.
  • Interactive Control Panel: Real-time action triggers, visual sliders, and parameter inputs.
  • Graphical Displays: Tabular data views, live progress gauges, and real-time status monitors.
  • Zero Configuration: Ready out-of-the-box with default mock feeds and fallback modes.

📋 Prerequisites

  • Python 3.10+ installed on your system.
  • pip package manager.
  • tkinter support (included by default with standard Python installations).

🚀 Installation & Setup

1. Clone the Repository

git clone https://github.com/d3mio/Devbox-optimizer.git
cd Devbox-optimizer

2. Create and Activate Virtual Environment (Recommended)

  • macOS / Linux:
    python3 -m venv venv
    source venv/bin/activate
  • Windows:
    python -m venv venv
    venv\Scripts\activate

3. Install Dependencies

pip install -r requirements.txt

🎮 How to Launch the Visual GUI Application

Run the main application script:

python gui_app.py

This will launch the desktop graphical user interface window!


🎮 GUI Controls & Usage Guide

  1. Top Header: Displays system status and active port/connection telemetry.
  2. Interactive Controls: Enter custom target paths, API keys, or test configurations in the input fields.
  3. Execution Button: Click ⚡ Run Action to trigger live processing.
  4. Visual Results Grid: Inspect findings, metrics, and severity scores in the interactive table view.

📄 License

This project is licensed under the MIT License — see the LICENSE file for details.

About

Solves dev env inconsistencies and boosts productivity

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages