{"id":20303176,"url":"https://github.com/bredalis/tkinter","last_synced_at":"2026-05-30T21:31:31.628Z","repository":{"id":245156697,"uuid":"805821380","full_name":"Bredalis/Tkinter","owner":"Bredalis","description":"✨ Library to make user interfaces ✨","archived":false,"fork":false,"pushed_at":"2026-02-21T02:09:52.000Z","size":52,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-21T08:04:58.792Z","etag":null,"topics":["gui-interface","librery","python","tkinter","user-interfaces"],"latest_commit_sha":null,"homepage":"","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/Bredalis.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-25T14:57:02.000Z","updated_at":"2026-02-21T02:09:56.000Z","dependencies_parsed_at":"2024-06-20T06:04:30.780Z","dependency_job_id":"0d284190-88cf-4f7a-a9c0-779d314ff1f2","html_url":"https://github.com/Bredalis/Tkinter","commit_stats":null,"previous_names":["bredalis/tkinter"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bredalis/Tkinter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FTkinter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FTkinter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FTkinter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FTkinter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bredalis","download_url":"https://codeload.github.com/Bredalis/Tkinter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bredalis%2FTkinter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33711018,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"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":["gui-interface","librery","python","tkinter","user-interfaces"],"created_at":"2024-11-14T16:36:12.759Z","updated_at":"2026-05-30T21:31:31.621Z","avatar_url":"https://github.com/Bredalis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003cb\u003ePython Tkinter 🖥️🐍\u003c/b\u003e\u003c/h1\u003e\n\n\u003ca href=\"https://www.python.org\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Python-52BE80\"\u003e\n\u003c/a\u003e\n\u003ca href=\"https://docs.python.org/es/3/library/tk.html\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/Tkinter-ECF0F1\"\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n\u003cimg src=\"https://i.pinimg.com/236x/64/79/b9/6479b9448caa384c54cdeceb1578b5ae.jpg\"\u003e\n\n\u003cp\u003e\n  🖥️ This repository contains graphical interface applications developed with Tkinter, \n  the standard Python library for GUI creation. 🌟  \n  It includes practical examples, widgets, and interactive programs designed to help \n  understand how desktop applications work using Python.\n\u003c/p\u003e\n\n---\n\n## Table of Contents 🧾\n\n* Description 📝\n* Included Projects 📦\n* Installation 🛠️\n* Usage 📘\n* Technologies 🧪\n* License 📜\n\n---\n\n## Description 📝\n\nTkinter is the standard GUI library in Python that allows developers to create desktop applications \nquickly and efficiently.  \n\nThis project demonstrates different interface components such as buttons, labels, radio buttons, \nand layouts, helping learners understand GUI programming concepts from basic to intermediate levels.\n\n---\n\n## Included Projects 📦\n\n✔️ Basic windows  \n✔️ Labels and buttons  \n✔️ Radio buttons and user interaction  \n✔️ Event handling  \n✔️ Practical GUI examples  \n\n---\n\n## Installation 🖥️\n\n1. Clone the repository:\n\n```\n\ngit clone [https://github.com/Bredalis/Tkinter.git](https://github.com/Bredalis/Tkinter.git)\n\n```\n\n2. Navigate into the directory:\n\n```\n\ncd Tkinter\n\n```\n\n---\n\n## Usage ⚙️\n\nTo run a program from the terminal:\n\n1️⃣ Go to the file location:\n\n```\n\ncd path-to-program\n\n```\n\n2️⃣ Run the Python file:\n\n```\n\npython program-name.py\n\n```\n\n---\n\n## Technologies 🧪\n\n* Python 🐍  \n* Tkinter GUI Library 🖥️  \n\n---\n\n## License 📜\n\nThis project is licensed under the 📜  \n\u003ca href=\"https://www.gnu.org/licenses/gpl-3.0.en.html\" target=\"_blank\"\u003e\nGPLv3 (GNU General Public License V3.0)\n\u003c/a\u003e\n\n---\n\n## 👩‍💻 Author\n\n\u003cimg src=\"https://avatars.githubusercontent.com/u/111624948?s=400\u0026u=cd081f79392220d8cd2a22f2a8d5d3b18814350a\u0026v=4\" width=\"50\" height=\"50\"\u003e \n\u003cimg src=\"https://readme-typing-svg.demolab.com?font=Roboto+Slab\u0026color=%23FFFFFF\u0026size=35\u0026center=true\u0026vCenter=true\u0026width=450\u0026duration=1500\u0026pause=1000\u0026lines=Hello,+I+am;Bredalis+Gautreaux!\" width=\"auto\" height=\"35\"/\u003e\n\n[![Github](https://img.shields.io/github/followers/Bredalis?label=Follow\u0026style=social)](https://github.com/Bredalis)\n![GitHub Followers](https://img.shields.io/github/stars/bredalis?style=social)\n\n\u003ca href=\"https://www.linkedin.com/in/bredalis-gautreaux/\" target=\"_blank\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-LinkedIn-blue?style=flat-square\u0026logo=Linkedin\u0026logoColor=white\"\u003e\n\u003c/a\u003e\n\n😊 I am a programmer passionate about technology, artificial intelligence, and continuous learning.  \nI love creating projects that help others understand complex concepts in a simple way.  \n#python #gui #tkinter 🚀\n\n---\n\n## ⭐ Check out my GitHub profile\n\n[![Web](https://img.shields.io/badge/GitHub-Bredalis-14a1f0?style=for-the-badge\u0026logo=github\u0026logoColor=white\u0026labelColor=101010)](https://github.com/bredalis)\n\n---\n\n✨ If you like this project, don’t forget to give it a star!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Ftkinter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbredalis%2Ftkinter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbredalis%2Ftkinter/lists"}