https://github.com/zanottipaolo/scg-project
Script Python to analyze variances data of companies, with GUI!
https://github.com/zanottipaolo/scg-project
pandas plotly python streamlit
Last synced: about 2 months ago
JSON representation
Script Python to analyze variances data of companies, with GUI!
- Host: GitHub
- URL: https://github.com/zanottipaolo/scg-project
- Owner: zanottipaolo
- License: mit
- Created: 2023-01-02T12:12:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-19T10:14:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T14:40:11.103Z (about 1 year ago)
- Topics: pandas, plotly, python, streamlit
- Language: Python
- Homepage: https://scostamenti.streamlit.app
- Size: 37.6 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SCG-Project :bar_chart:
Script Python to analyze variances data, with GUI!
## Dependencies
- Pipenv
- Pandas
- Streamlit
- Plotly Express
## How to use it
1. Install dependencies: ``python3 -m pipenv install requests``
2. Activate virtual enviroment: ``python3 -m pipenv shell``
3. Run web app: ``streamlit run gui.py``
Made by:
- [Paolo Zanotti](https://github.com/zanottipaolo)
- [Matteo Soldini](https://github.com/matteosoldini)
- [Silvia Bernardi](https://github.com/SilviaBer)
- [Francesco Foresti](https://github.com/FrancusForrest)