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

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!

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)