Installation

Clone PyBDC repository

git clone https://github.com/DIDSR/PyBDC.git

Run the following commands to install required dependencies

apt-get -y install python3.11-tk
apt-get -y install pip
cd PyBDC
pip install -r requirements.txt

The required dependencies located in requirements.txt

  • customtkinter==5.2.2

  • matplotlib==3.8.0

  • numpy==1.26.0

  • pandas==1.3.4

Run PyBDC

python3 PyBDC.py