{"id":29825854,"url":"https://github.com/lra8dev/python-turtle","last_synced_at":"2025-07-29T04:12:47.926Z","repository":{"id":245678372,"uuid":"818943828","full_name":"lra8dev/Python-Turtle","owner":"lra8dev","description":"This is a simple Python project that uses the Turtle graphics library to display a \"Happy Holi\" text. The project is perfect for beginners who want to learn how to use the Turtle graphics library in Python.","archived":false,"fork":false,"pushed_at":"2024-06-23T10:39:12.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-27T06:00:33.899Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://python-turtle.vercel.app","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/lra8dev.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-06-23T10:19:20.000Z","updated_at":"2024-06-23T10:39:16.000Z","dependencies_parsed_at":"2024-06-23T11:43:11.602Z","dependency_job_id":null,"html_url":"https://github.com/lra8dev/Python-Turtle","commit_stats":null,"previous_names":["laxman-rathod/python-turtle","laxmanrathod69/python-turtle","lra8dev/python-turtle"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lra8dev/Python-Turtle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FPython-Turtle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FPython-Turtle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FPython-Turtle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FPython-Turtle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lra8dev","download_url":"https://codeload.github.com/lra8dev/Python-Turtle/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lra8dev%2FPython-Turtle/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267627268,"owners_count":24117716,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"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":[],"created_at":"2025-07-29T04:12:47.385Z","updated_at":"2025-07-29T04:12:47.894Z","avatar_url":"https://github.com/lra8dev.png","language":"Python","readme":"# Happy Holi Turtle Graphics\n\nThis is a simple Python project that uses the Turtle graphics library to display a \"Happy Holi\" text. The project is perfect for beginners who want to learn how to use the Turtle graphics library in Python.\n\n## Snapshots\n![Screenshot 2024-06-23 160657](https://github.com/laxman-rathod/Python-Turtle/assets/131651450/bfc0752d-b773-4d08-9609-2f5b03f7d68a)\n\n## Features\n\n- Displays \"Happy Holi\" text on the screen using Turtle graphics\n- Simple and easy-to-understand code\n- Suitable for beginners\n\n## Prerequisites\n\nBefore you begin, ensure you have met the following requirements:\n\n- You have installed Python 3.x on your machine.\n- You have installed the Turtle graphics library. If not, you can install it using the following command:\n\n```bash\npip install PythonTurtle\n```\n\n## Installation\n\n**To install this project, follow these steps:**\n\n1. Clone the repository to your local machine:\n  ```bash\ngit clone https://github.com/laxman-rathod/Python-Turtle.git\n```\n\n2. Navigate to the project directory:\n```bash\ncd happy-holi-turtle-graphics\n```\n\n## Usage\n**To run the project, execute the following command:**\n```bash\npython happy_holi.py\n```\n\nYou should see a window displaying \"Happy Holi\" text created using Turtle graphics.\n\n## Code Explanation\n\n**Here's a brief explanation of the code:**\n\n```bash\nimport turtle\n\n# Set up the screen\nscreen = turtle.Screen()\nscreen.title(\"Happy Holi\")\nscreen.bgcolor(\"white\")\n\n# Create a turtle object\npen = turtle.Turtle()\npen.color(\"blue\")\npen.hideturtle()\npen.speed(2)\n\n# Function to display \"Happy Holi\"\ndef write_happy_holi():\n    pen.penup()\n    pen.goto(0, 0)\n    pen.pendown()\n    pen.write(\"Happy Holi\", align=\"center\", font=(\"Arial\", 40, \"bold\"))\n\n# Display the text\nwrite_happy_holi()\n\n# Keep the window open\nturtle.done()\n```\n\n## Contributing\nIf you want to contribute to this project, follow these steps:\n\nFork the repository.\nCreate a new branch (git checkout -b feature-branch).\nMake your changes and commit them (git commit -m 'Add some feature').\nPush to the branch (git push origin feature-branch).\nOpen a pull request.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE). \n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flra8dev%2Fpython-turtle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flra8dev%2Fpython-turtle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flra8dev%2Fpython-turtle/lists"}