Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/westly-bouchard/streamlit-jvn
A better looking version of the JVN Mechanical Design Calculator for the First Robotics Competition
https://github.com/westly-bouchard/streamlit-jvn
first-robotics-competition frc python streamlit
Last synced: 18 days ago
JSON representation
A better looking version of the JVN Mechanical Design Calculator for the First Robotics Competition
- Host: GitHub
- URL: https://github.com/westly-bouchard/streamlit-jvn
- Owner: Westly-Bouchard
- Created: 2022-07-16T21:30:03.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-23T20:09:28.000Z (over 2 years ago)
- Last Synced: 2024-10-16T19:25:26.837Z (2 months ago)
- Topics: first-robotics-competition, frc, python, streamlit
- Language: Python
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [JVN Design Calc](https://westly-bouchard-streamlit-jvn-home-3ejlnz.streamlitapp.com/)
This is a set of calculators that are very useful in the first robotics competition (FRC)This project is essentially a reskinned version of the original JVN Design calc which can be found [here](https://www.chiefdelphi.com/t/paper-jvns-mechanical-design-calculator-2016/146281)
This project uses [streamlit](https://github.com/streamlit), you should check it out, it's pretty cool
## Running Locally
1. Install streamlit following [these](https://docs.streamlit.io/library/get-started/installation) instructions
2. Clone this repo
3. Run `streamlit run Home.py`
4. The application should open in your default browser