{"id":26472761,"url":"https://github.com/samuel-amaro/gui-python","last_synced_at":"2026-05-18T08:31:17.349Z","repository":{"id":134088585,"uuid":"317881850","full_name":"Samuel-Amaro/GUI-Python","owner":"Samuel-Amaro","description":"Projeto de exemplo que usa o python tkinter, uma GUI python aplicada, a um problema real, projeto envolve uso de banco de dados, e consumo de algumas API, e bibliotecas externas próprias do python. tem  como objetivo este repositório mostrar a minha capacidade na linguagem de programação python","archived":false,"fork":false,"pushed_at":"2020-12-30T14:51:14.000Z","size":11466,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T21:49:36.554Z","etag":null,"topics":["mvc","python","python3","sqlite3","tkinter-gui","tkinter-python"],"latest_commit_sha":null,"homepage":"","language":"TeX","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/Samuel-Amaro.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}},"created_at":"2020-12-02T14:08:22.000Z","updated_at":"2024-04-24T23:43:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"a63ab3a5-61e6-492b-af3e-36ee44b004b2","html_url":"https://github.com/Samuel-Amaro/GUI-Python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Samuel-Amaro/GUI-Python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuel-Amaro%2FGUI-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuel-Amaro%2FGUI-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuel-Amaro%2FGUI-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuel-Amaro%2FGUI-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samuel-Amaro","download_url":"https://codeload.github.com/Samuel-Amaro/GUI-Python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samuel-Amaro%2FGUI-Python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33170818,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"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":["mvc","python","python3","sqlite3","tkinter-gui","tkinter-python"],"created_at":"2025-03-19T21:44:36.447Z","updated_at":"2026-05-18T08:31:17.344Z","avatar_url":"https://github.com/Samuel-Amaro.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GUI-Python\nProjeto de exemplo que usa o pyhton tkinter, uma GUI python aplicada, a um problema real, projeto envolve uso de banco de dados, e consumo de algumas API,\ne bibliotecas externas proprias do python\n# Ferramentas Necessarias\n  * [Python versão 3.9.0](https://www.python.org/)\n  * [Tkinter](https://docs.python.org/pt-br/3/library/tkinter.ttk.html)\n  * Editor de Código;\n  * [API-SQLite3 Python](https://docs.python.org/3/library/sqlite3.html#sqlite3.Cursor.fetchall);\n# Tkinter\nPara utilizar o python tkinter basta istalar a versão mais recente do python, \ne seguir as importações a seguir em seu projeto e tera todos os widgets disponiveis no tkinter para usar em seu projeto  \n  ```\n  from tkinter import *\n  from tkinter import ttk\n  ```\n## Istalar Sqlite3 usando gerenciador de pacotes pip\n```\n pip install sqlite3-api\n```\n## API SQLite3 No Python\n```\n from sqlite3 import *\n```\n## Banco-Dados\n * Modelo logico do banco de dados que deve ser implementado;\n * [Modelo-Logico-Db](https://github.com/Samuel-Amaro/GUI-Python/blob/main/Documentacao/Banco-Dados/modelo-logico-banco.pdf)\n \n## Executavel do Projeto\n  * Para se criar o executavel do projeto usa-se o [pyinstaller](https://www.pyinstaller.org/)\n  ```\n   pip install pyinstalle\n   # para criar  o .exe no seu SO\n   # no terminal execute\n   pyinstaller yourprogram.py\n  ```\n  * Compativel com Windows 10;\n  * Não e Multiplataforma;\n  * O Executavel e compativel somente em SO em que ele foi gerado(No caso Windows 10);\n  * [Executavel de teste do Projeto](https://github.com/Samuel-Amaro/GUI-Python/tree/main/dist)\n  \n## Prototipos Interface\n\n  \n * [Prototipo Beneficiario](https://github.com/Samuel-Amaro/GUI-Python/blob/main/Documentacao/Prototipos-Interface-GUI/0001.jpg)\n \n \n \n * [Prototipo Secretaria Social](https://github.com/Samuel-Amaro/GUI-Python/blob/main/Documentacao/Prototipos-Interface-GUI/prototipo-secretaria-social.pdf)\n \n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuel-amaro%2Fgui-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamuel-amaro%2Fgui-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamuel-amaro%2Fgui-python/lists"}