{"id":33329270,"url":"https://github.com/0x03c1/streamlit-escola","last_synced_at":"2026-05-13T18:36:50.375Z","repository":{"id":325167649,"uuid":"1100103536","full_name":"0x03c1/streamlit-escola","owner":"0x03c1","description":"Aplicação interativa desenvolvida em Python e Streamlit para apoiar análises pedagógicas, elétricas, civis e financeiras no planejamento de uma escola pública sustentável","archived":false,"fork":false,"pushed_at":"2025-11-20T01:07:19.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-20T03:08:13.335Z","etag":null,"topics":["python","streamlit"],"latest_commit_sha":null,"homepage":"https://gw4vhjq7eww7za2tiddgym.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x03c1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-19T21:01:08.000Z","updated_at":"2025-11-20T01:07:23.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/0x03c1/streamlit-escola","commit_stats":null,"previous_names":["0x03c1/streamlit-demo","0x03c1/streamlit-escola"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/0x03c1/streamlit-escola","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x03c1%2Fstreamlit-escola","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x03c1%2Fstreamlit-escola/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x03c1%2Fstreamlit-escola/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x03c1%2Fstreamlit-escola/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x03c1","download_url":"https://codeload.github.com/0x03c1/streamlit-escola/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x03c1%2Fstreamlit-escola/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32995909,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"ssl_error","status_checked_at":"2026-05-13T13:14:51.610Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["python","streamlit"],"created_at":"2025-11-20T16:00:43.597Z","updated_at":"2026-05-13T18:36:50.370Z","avatar_url":"https://github.com/0x03c1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Escola Sustentável do Futuro\n\nAplicação interativa desenvolvida em Python e Streamlit para apoiar análises pedagógicas, elétricas, civis e financeiras no planejamento de uma escola pública sustentável. A ferramenta permite ajustar parâmetros do projeto e visualizar indicadores em tempo real, facilitando discussões interdisciplinares durante as aulas de Pensamento Computacional.\n\n---\n\n## Demonstração Online\n\nAcesse a aplicação no link:\n\n[https://gw4vhjq7eww7za2tiddgym.streamlit.app/](https://gw4vhjq7eww7za2tiddgym.streamlit.app/)\n\n---\n\n## Tecnologias Utilizadas\n\n* Python\n* Streamlit\n* Plotly\n* Pandas\n\n---\n\n## Instalação e Execução Local\n\nClone o repositório:\n\n```bash\ngit clone https://github.com/0x03c1/streamlit-escola.git\ncd streamlit-escola\n```\n\nInstale as dependências:\n\n```bash\npip install -r requirements.txt\n```\n\nExecute a aplicação:\n\n```bash\nstreamlit run app.py\n```\n\n---\n\n## Funcionalidades\n\n1. **Análise Pedagógica**\n\n   * Cálculo de áreas para salas, horta, quadra e circulação.\n   * Verificação da viabilidade pedagógica.\n\n2. **Análise Elétrica**\n\n   * Estimativa de consumo energético.\n   * Cálculo de potência fotovoltaica necessária e custo do sistema.\n\n3. **Análise Civil**\n\n   * Estimativa de concreto, aço e custo da estrutura.\n\n4. **Análise Financeira**\n\n   * Simulação do orçamento total do projeto.\n   * Cálculo de desembolso mensal e verificação de viabilidade financeira.\n\n5. **Aprovação Geral**\n\n   * O sistema informa se o projeto atende aos critérios mínimos para ser aprovado.\n\n---\n\n## Objetivo Educacional\n\nA aplicação foi criada para integrar conceitos de Pensamento Computacional às áreas de pedagogia, engenharia civil, engenharia elétrica, administração pública e tecnologia. O objetivo é demonstrar como decisões quantitativas influenciam a viabilidade de um projeto real.\n\n---\n\n## Estrutura do Projeto\n\n```bash\n/\n├── app.py\n├── requirements.txt\n└── README.md\n```\n\n---\n\n## Requisitos\n\nConteúdo recomendado para o arquivo `requirements.txt`:\n\n```bash\nstreamlit\nplotly\npandas\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x03c1%2Fstreamlit-escola","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x03c1%2Fstreamlit-escola","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x03c1%2Fstreamlit-escola/lists"}