{"id":24719499,"url":"https://github.com/nrxss/turtlesketch","last_synced_at":"2025-03-22T11:43:03.408Z","repository":{"id":153151809,"uuid":"625269386","full_name":"nrxss/turtlesketch","owner":"nrxss","description":"Draw simple sketches with console input or a macro file, using the python turtle library","archived":false,"fork":false,"pushed_at":"2023-04-09T12:54:18.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-27T11:18:01.500Z","etag":null,"topics":["drawing","fun","python","python-turtle","python3","sketch","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nrxss.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":"2023-04-08T15:34:46.000Z","updated_at":"2024-04-10T13:46:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"6de91647-cb6b-4a14-8247-3b3df5c5b87c","html_url":"https://github.com/nrxss/turtlesketch","commit_stats":null,"previous_names":["nrxss/turtlesketch"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrxss%2Fturtlesketch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrxss%2Fturtlesketch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrxss%2Fturtlesketch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nrxss%2Fturtlesketch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nrxss","download_url":"https://codeload.github.com/nrxss/turtlesketch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244952562,"owners_count":20537468,"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":["drawing","fun","python","python-turtle","python3","sketch","turtle","turtle-graphics"],"created_at":"2025-01-27T11:18:04.198Z","updated_at":"2025-03-22T11:43:03.386Z","avatar_url":"https://github.com/nrxss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Turtlesketch 🐢\n\n**Draw simple sketches with console input or a macro file, using the python turtle library**\n\nLicense: [Apache 2.0](/LICENSE)\n\n### Commands\n- move [pixels] - Move forward for specified distance, backward with a negative\n- turn [degrees] - Turn right for specified degrees, left with a negative\n- toggle - Toggle to show pointer (pen position/rotation); useful with complex sketches\n- switch - Switch between normal and blank output (pen down/pen up)\n- color [color] - Sets brush color to specified (hex supported); Black can be used as an eraser\n- macro [path to file] - Runs a macro file.\n\n### Macro file\nTo use a macro, give the command `macro path/to/file.x`. \n\nThe extension does not matter, but each command has to be separated by a new line, like this:\n```arduino\nmove 100\nturn 90\nmove 100\nturn 90\nmove 100\nturn 90\nmove 100\n```\n(this creates a square)\n\nFor a more complex one, check out [macro.txt](/macro.txt)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrxss%2Fturtlesketch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnrxss%2Fturtlesketch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnrxss%2Fturtlesketch/lists"}