calculadora para el mismísimo ingeniero ruiz
|
|
vor 3 Tagen | |
|---|---|---|
| .github | vor 3 Tagen | |
| .vscode | vor 3 Tagen | |
| __pycache__ | vor 3 Tagen | |
| instance | vor 3 Tagen | |
| templates | vor 3 Tagen | |
| .gitignore | vor 3 Tagen | |
| README.md | vor 3 Tagen | |
| app.py | vor 3 Tagen | |
| design.md | vor 3 Tagen | |
| models.py | vor 3 Tagen | |
| requirements.txt | vor 3 Tagen | |
| routes.py | vor 3 Tagen | |
| seed.py | vor 3 Tagen |
Aplicación web en Flask para calcular la viabilidad de proyectos de energía solar fotovoltaica.
Configurar entorno:
python -m venv venv
source venv/bin/activate # Linux/Mac
# venv\Scripts\activate # Windows
pip install -r requirements.txt
Ejecutar:
python app.py
Accede a http://127.0.0.1:5000.0,15
app.py: Aplicación principal.models.py: Modelos de datos.routes.py: Rutas.templates/: Vistas HTML.