Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rafaelnogueiraxd/graphics-generator-with-lazer

This is a simple project using Flask to make a web site that can create a graphics
https://github.com/rafaelnogueiraxd/graphics-generator-with-lazer

flask html-css-javascript python3

Last synced: 3 months ago
JSON representation

This is a simple project using Flask to make a web site that can create a graphics

Awesome Lists containing this project

README

        

Welcome to the Two Beam interference pattern Project! 😊



This is a project built with Flask, aimed at generating graphs based on equations formed by two lasers. These lasers, pointed at the same point, project a specific object.



The following screen corresponds to the 2D graph generator.



The following screen corresponds to the 3D graph generator.





How to Use


To use the program, you need to have Flask (a Python library) installed.

```
pip install flask
```

Start the application with:

```
python app.py
```