Skip to content

Ghua8088/pyDash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyDash

PyDash Logo


PyDash Screenshot

A modern, matte-black system monitor and task manager built with Pytron (Python + React).

Features

  • Real-time CPU, Memory, and Disk usage monitoring.
  • Live graphs for system stats.
  • Process list sorted by CPU usage.
  • Ability to terminate processes.
  • Frameless window with custom title bar.

Setup

  1. Install Python Dependencies

    pip install -r requirements.txt
  2. Install Frontend Dependencies Navigate to the frontend folder:

    cd frontend
    npm install

Running the App

  1. Build the Frontend

    pytron build-frontend

    This will generate the static files in ../build/frontend.

  2. Run the Python App Go back to the root folder and run:

    pytron run

Development

For development, you can run the app in dev mode:

pytron run --dev

And update app.py to load from the dev server URL if needed (Pytron supports loading from URL in debug mode usually, or you can just rebuild).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors