my-HenryS / pypeds

A Python pedestrian simulation simulation library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pypeds

A Python pedestrian simulation simulation library (for Java version please checkout https://github.com/my-HenryS/multi-agent-simulation)

Installation

Minimum install (with tkinter gui)

  1. git clone https://github.com/my-HenryS/pypeds.git
  2. look up documentations & try examples in example.py

  3. start your simulation

Full install

  1. Install Qt5

    Aceept license and download on https://www.qt.io/

  2. Install PyQt5

    pip3 install pyqt5
    
  3. git clone https://github.com/my-HenryS/pypeds.git
    

About

A Python pedestrian simulation simulation library

License:GNU General Public License v3.0


Languages

Language:Python 100.0%