{"id":20225028,"url":"https://github.com/adwaith-rajesh/the-turtle-project","last_synced_at":"2025-08-03T23:34:56.513Z","repository":{"id":118590332,"uuid":"309947559","full_name":"Adwaith-Rajesh/The-Turtle-Project","owner":"Adwaith-Rajesh","description":"A school project based on art and coding.","archived":false,"fork":false,"pushed_at":"2020-11-06T14:27:49.000Z","size":29,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T12:45:09.851Z","etag":null,"topics":["python","python3","turtle","turtle-graphics"],"latest_commit_sha":null,"homepage":"","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/Adwaith-Rajesh.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":"2020-11-04T08:56:06.000Z","updated_at":"2021-01-30T03:48:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"984cbe9e-ae0e-4dfe-bcea-4b320c6aed3c","html_url":"https://github.com/Adwaith-Rajesh/The-Turtle-Project","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Adwaith-Rajesh/The-Turtle-Project","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2FThe-Turtle-Project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2FThe-Turtle-Project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2FThe-Turtle-Project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2FThe-Turtle-Project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adwaith-Rajesh","download_url":"https://codeload.github.com/Adwaith-Rajesh/The-Turtle-Project/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adwaith-Rajesh%2FThe-Turtle-Project/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268628824,"owners_count":24281036,"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-08-03T02:00:12.545Z","response_time":2577,"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":["python","python3","turtle","turtle-graphics"],"created_at":"2024-11-14T07:10:30.201Z","updated_at":"2025-08-03T23:34:56.477Z","avatar_url":"https://github.com/Adwaith-Rajesh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Turtle Project\r\n\r\n   Our school project\r\n\r\n____\r\n\r\n## Table of contents\r\n\r\n- [Description](#description)\r\n- [Usage](#usage)\r\n- [External Packages](#third-party-packages)\r\n- [License](#license)\r\n\r\n____\r\n____\r\n\r\n## Description\r\n\r\nThe project is a part a school project with the theme art in programming (Literally). Where we are supposed make visual representation with coding\r\n\r\n## Usage\r\n\r\nTo use the package all you have to do is to run the main file with the command.\r\n\r\n```bash\r\npython main.py\r\n```\r\n\r\nThis will provide with a range of option that you can choose from.\r\n\r\n## Using .cord file\r\n\r\nThe software supports a custom file type called the cord file(It does not use x, y co-ordinate system), with which you can draw figures and shapes.\r\n\r\nThe supports only these commands:\r\n\r\n```text\r\nf -\u003e forward\r\nb -\u003e backward\r\nr -\u003e turn right\r\nl -\u003e turn left\r\nu -\u003e stop drawing(does all the commands shown above but does not draw)\r\nd -\u003e start draw\r\n```\r\n\r\n____\r\n\r\n- ### Usage in file\r\n\r\n```text\r\n\r\nf=500\r\nd=100\r\nr=50\r\nf=20\r\nu=0\r\nf=50\r\n```\r\n\r\n- ### Working\r\n\r\nf=500 means move forward 500 pixels, d=100 means move backward 500 pixels, r=50 means turn right 50 degrees, u can have any value but it will stop drawing, since here the next command is to move forward 50, it will move forward 50 pixels but it will not draw on the screen. To start drawing again you need to use \u003cb\u003ed=0\u003c/b\u003e.\r\n\r\n## Third party packages\r\n\r\nThe project currently does not use any third party packages or libraries.\r\n\r\n## License\r\n\r\n[MIT](LICENSE)\r\n\r\n## Authors\r\n\r\nThe entire project is done by:\r\n\r\n- [Adwaith Rajesh](https://github.com/Adwaith-Rajesh)\r\n- [Devadathan](https://github.com/Devadathan13)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadwaith-rajesh%2Fthe-turtle-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadwaith-rajesh%2Fthe-turtle-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadwaith-rajesh%2Fthe-turtle-project/lists"}