Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rafaelnogueiraxd/graphics-generator-with-lazer
- Owner: RafaelNogueiraXD
- Created: 2024-09-09T19:09:32.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T14:56:59.000Z (4 months ago)
- Last Synced: 2024-10-22T21:29:33.720Z (4 months ago)
- Topics: flask, html-css-javascript, python3
- Language: HTML
- Homepage:
- Size: 13.6 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```