{"id":19091954,"url":"https://github.com/matheusafonseca/m210-projeto","last_synced_at":"2026-04-17T04:32:13.481Z","repository":{"id":241826860,"uuid":"807729459","full_name":"matheusAFONSECA/M210-PROJETO","owner":"matheusAFONSECA","description":"Este projeto é uma calculadora Simplex desenvolvida em Python, utilizando o framework Streamlit para a interface gráfica e a biblioteca Pulp para resolver problemas de programação linear.","archived":false,"fork":false,"pushed_at":"2024-10-01T14:04:44.000Z","size":3725,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-12T04:32:31.157Z","etag":null,"topics":["pulp","python","python3","simplex-method","streamlit"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/matheusAFONSECA.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-05-29T16:56:39.000Z","updated_at":"2024-11-27T18:06:03.000Z","dependencies_parsed_at":"2025-01-02T23:13:48.788Z","dependency_job_id":"78799c0f-2450-4fe6-92a5-5d2090436c3e","html_url":"https://github.com/matheusAFONSECA/M210-PROJETO","commit_stats":null,"previous_names":["matheusafonseca/m210-projeto"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/matheusAFONSECA/M210-PROJETO","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusAFONSECA%2FM210-PROJETO","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusAFONSECA%2FM210-PROJETO/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusAFONSECA%2FM210-PROJETO/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusAFONSECA%2FM210-PROJETO/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/matheusAFONSECA","download_url":"https://codeload.github.com/matheusAFONSECA/M210-PROJETO/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/matheusAFONSECA%2FM210-PROJETO/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915114,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["pulp","python","python3","simplex-method","streamlit"],"created_at":"2024-11-09T03:17:38.964Z","updated_at":"2026-04-17T04:32:13.450Z","avatar_url":"https://github.com/matheusAFONSECA.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simplex Calculator\nEste projeto é uma calculadora Simplex desenvolvida em Python, utilizando o framework Streamlit para a interface gráfica e a biblioteca Pulp para resolver problemas de programação linear.\n\n# Sumário\n- [Visão geral](#visão-geral)\n- [Instalação](#instalação)\n   - [Criar ambiente virtual](#criar-ambiente-virtual)\n   - [Instalar dependências](#instalar-dependências)\n- [Execução do projeto](#execução-do-projeto)\n- [Tecnologias utilizadas](#tecnologias-utilizadas)\n\n# Visão geral\nA Calculadora Simplex é um aplicativo que permite resolver problemas de programação linear utilizando o método Simplex. A interface gráfica foi construída com Streamlit, proporcionando uma experiência de usuário intuitiva e fácil de usar. A resolução dos problemas é feita com a ajuda da biblioteca Pulp, que facilita a modelagem e a solução de problemas de otimização linear.\n\n# Requisitos\n- Python 3.7 ou superior\n- pip (gerenciador de pacotes do Python)\n\n# Instalação\n## Criar ambiente virtual\n1. Navegue até o diretório do projeto.\n2. Crie um ambiente virtual com o comando:\n```\n$ python -m venv venv\n```\n3. Ative o ambiente virtual:\n   - No Windows:\n     ```\n      $ venv\\Scripts\\activate\n     ```\n   - No macOS e Linux:\n     ```\n      $ source venv/bin/activate\n     ```\n## Instalar Dependências\nCom o ambiente virtual ativado, instale as dependências listadas no arquivo `requirements.txt` com o comando:\n```\n$ pip install -r requirements.txt\n```\n\n# Execução do projeto\nPara iniciar a aplicação, execute o seguinte comando na raiz do projeto:\n```\n$ streamlit run main.py\n```\nEste comando iniciará o servidor Streamlit e abrirá a aplicação no seu navegador padrão.\n\n# Tecnologias Utilizadas\n- __Python__: Linguagem de programação principal utilizada para desenvolver o projeto.\n- **Streamlit**: Framework usado para construir a interface gráfica da calculadora.\n- **Pulp**: Biblioteca utilizada para modelagem e solução de problemas de otimização linear.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusafonseca%2Fm210-projeto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatheusafonseca%2Fm210-projeto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatheusafonseca%2Fm210-projeto/lists"}