{"id":19681222,"url":"https://github.com/marfullsen/tortuga","last_synced_at":"2025-02-27T06:41:11.508Z","repository":{"id":139327134,"uuid":"438444971","full_name":"Marfullsen/tortuga","owner":"Marfullsen","description":"Challenge: learn how to use turtle library (Python3).","archived":false,"fork":false,"pushed_at":"2021-12-22T06:07:50.000Z","size":106,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-10T05:36:29.058Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Marfullsen.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":"2021-12-15T00:36:31.000Z","updated_at":"2021-12-22T06:07:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"df44574d-f5b9-4eef-83dc-c7b05946543b","html_url":"https://github.com/Marfullsen/tortuga","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Ftortuga","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Ftortuga/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Ftortuga/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Marfullsen%2Ftortuga/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Marfullsen","download_url":"https://codeload.github.com/Marfullsen/tortuga/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240990739,"owners_count":19889930,"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-11-11T18:07:15.557Z","updated_at":"2025-02-27T06:41:11.496Z","avatar_url":"https://github.com/Marfullsen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"\" rel=\"noopener\"\u003e\n \u003cimg src=\"./docs/img/turtle.png\" alt=\"Tortuga\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch3 align=\"center\"\u003eTortuga\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![python3](https://img.shields.io/badge/Python-3.9.4-blue.svg)](https://www.python.org/)\n\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e Desafío para aprender interfaces gráficas con Python3.\n    \u003cbr\u003e \n\u003c/p\u003e\n\n## 📝 Contenidos\n\n- [¿Qué es Tortuga?](#about)\n- [¡Empecemos!](#getting_started)\n- [Iniciar los proyectos](#usage)\n- [Tecnologías usadas](#built_using)\n- [Autores](#authors)\n- [Agradecimientos](#acknowledgement)\n\n## 🧐 ¿Qué es Tortuga? \u003ca name = \"about\"\u003e\u003c/a\u003e\n\nTortuga es un par de proyectos que utilizan la biblioteca [Turtle](https://docs.python.org/3/library/turtle.html) de Python3.\n\n## 🏁 ¡Empecemos! \u003ca name = \"getting_started\"\u003e\u003c/a\u003e\n\n### Turtle\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"./Turtle.py\" rel=\"noopener\"\u003e\n \u003cimg src=\"./docs/img/turtle.py.png\" alt=\"Turtle by Enzzo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nCon **Turtle** tendrás que ir escribiendo las instrucciones **en una consola externa**, paralelamente irás viendo los movimientos en la ventana principal.\n\n### Tortoise\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"./Tortoise.py\" rel=\"noopener\"\u003e\n \u003cimg src=\"./docs/img/tortoise.py.png\" alt=\"Tortoise by Marfullsen\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nCon **Tortoise** tendrás que ir **Clickeando en la misma pantalla principal**, ambos botones del _mouse_ además de las teclas de flecha te permitirán moverte.\n\n### Requisitos Previos\n\nInstalar [Python3](https://www.python.org/).\n\n## 🎈 Iniciar los proyectos \u003ca name=\"usage\"\u003e\u003c/a\u003e\n\n```\npython Turtle.py\n\npython Tortoise.py\n```\n\n## ⛏️ Tecnologías usadas \u003ca name = \"built_using\"\u003e\u003c/a\u003e\n\n- [Python](https://www.python.org/) - Lenguaje de programación.\n\n## ✍️ Autores \u003ca name = \"authors\"\u003e\u003c/a\u003e\n\n- Enzzo - Creación del archivo Turtle.\n- [@Marfullsen](https://github.com/Marfullsen) - Creación del archivo Tortoise.\n\n## 🎉 Agradecimientos \u003ca name = \"acknowledgement\"\u003e\u003c/a\u003e\n\n- Enzzo Igor.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarfullsen%2Ftortuga","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarfullsen%2Ftortuga","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarfullsen%2Ftortuga/lists"}