This web-based GUI is designed for the Rocket Club to easily visualize and analyze rocket flight data. Users can plot graphs based on CSV data, view flight profiles, motor thrust, and stability over time.
- Import CSV data files.
- Plot various graphs: Flight Profile, Motor Thrust, Stability vs Time.
- Interactive data visualization.
- User-friendly web interface.
To ensure a consistent environment for all users, it's recommended to use a virtual environment. Here's how to set it up:
- Install virtualenv:
pip install virtualenv
- Create a virtual environment:
virtualenv venv
- Activate the virtual environment:
- On Windows:
venv\Scripts\activate
- On Unix or MacOS:
source venv/bin/activate
- GitBash on Windows:
source venv/Scripts/activate
- Once the virtual environment is activated, install the required packages:
pip install -r requirements.txt
- If on Windows you must install the following package manually with:
pip install waitress
- On Linux
gunicorn mysite.wsgi:application
to locally run the server - On Windows
waitress-serve --listen=127.0.0.1:8080 mysite.wsgi:application
to locally run the server
[Include screenshots or examples of the tool in use]
We welcome contributions! Please read our contribution guidelines.
Thanks to [contributors names] and [third-party libraries used].
For support or queries, contact us at [email].