This project connects points and lines using WebGL.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
What things you need to install the software and how to install them
$ python -V
Python 3.12.4
$ pip -V
pip 24.2The required Python package is written in requirements.txt. Just install using pip.
$ pip install -r requirements.txtJust run main.py with the python command and access http://localhost:5000/ on the browser.
$ python app.pyHave fun!