{"id":17238722,"url":"https://github.com/othonalberto/coeficienteutfpr","last_synced_at":"2025-09-04T00:13:43.101Z","repository":{"id":85695034,"uuid":"97234795","full_name":"othonalberto/coeficienteUTFPR","owner":"othonalberto","description":"Simule o coeficiente com futuras notas","archived":false,"fork":false,"pushed_at":"2018-01-02T23:49:27.000Z","size":33,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-26T02:34:23.460Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/othonalberto.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":"2017-07-14T13:07:02.000Z","updated_at":"2018-11-22T23:06:28.000Z","dependencies_parsed_at":"2023-03-03T23:00:49.553Z","dependency_job_id":null,"html_url":"https://github.com/othonalberto/coeficienteUTFPR","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/othonalberto/coeficienteUTFPR","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othonalberto%2FcoeficienteUTFPR","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othonalberto%2FcoeficienteUTFPR/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othonalberto%2FcoeficienteUTFPR/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othonalberto%2FcoeficienteUTFPR/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/othonalberto","download_url":"https://codeload.github.com/othonalberto/coeficienteUTFPR/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/othonalberto%2FcoeficienteUTFPR/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262302828,"owners_count":23290326,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-15T05:46:30.099Z","updated_at":"2025-06-27T17:37:14.068Z","avatar_url":"https://github.com/othonalberto.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# coeficiente-UTFPR\n\n## Simule o coeficiente com futuras notas\n\nArquivo exemplo: `` document.xls ``\n\nExtensões suportadas: xls, xlsx e ods. Graças a [Rows](https://github.com/turicas/rows)\n\n---\n\nPara rodar: (recomendo fortemente o uso de virtualenv)\n\npip3 install -r requirements.txt\n\npython3 main.py\n\n## Como utilizar\nRecomendo salvar as planilhas com as notas em ``/arquivos``\n\n    # para ler um documento\n    notas = documento.Documento('arquivos/nomeArquivo.xls')\n\n    # calcular o coeficiente\n    coef = coeficiente.Coeficiente()\n    coef.gerar_coeficiente(notas) # quando um documento é importado é necessário passá-lo para a função\n\n    # adicionar notas\n    novaNota = materia.Materia(10, 90)\n\n    # gerar coeficiente atualizado\n    coef.inserir_materia(novaNota)\n    coef.gerar_coeficiente()\n\n    # printar coeficiente\n    print(coef.retorna_coeficiente())\n\nEm ``main.py`` há um exemplo, da maneira que utilizo.\n\n### ATENÇÃO!\n\nEste projeto foi criado por mim por três motivos:\n\n1. Aprender Python;\n2. diversão;\n3. ser algo útil para mim.\n\nPortanto, **não há** qualquer ligação com a instituição UTFPR. Qualquer\nreclamação/sugestão deve ser direcionada a mim.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothonalberto%2Fcoeficienteutfpr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fothonalberto%2Fcoeficienteutfpr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fothonalberto%2Fcoeficienteutfpr/lists"}