Installation

Prerequisites

  • Python 3.7 or newer

  • pip

Clone the repository

git clone https://github.com/MShirazAhmad/PhysPlot.git
cd PhysPlot

Create and activate a virtual environment

python -m venv .venv

On macOS/Linux:

source .venv/bin/activate

On Windows (PowerShell):

.venv\Scripts\Activate.ps1

Install Python dependencies

python -m pip install --upgrade pip
python -m pip install -r requirements.txt

Run PhysPlot

From the project directory:

python PhysPlot.py

Alternative module entry point:

python -m physplot

Keep the physplot/inc image assets with the source tree so the GUI can load the official app icon and logo.