{"id":39109727,"url":"https://github.com/7aimez/turtle_string","last_synced_at":"2026-01-17T19:44:25.803Z","repository":{"id":326217175,"uuid":"1104571482","full_name":"7aimez/turtle_string","owner":"7aimez","description":"Useful tool that converts text to a turtle drawing","archived":false,"fork":false,"pushed_at":"2025-12-18T11:07:38.000Z","size":946,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-21T02:48:44.309Z","etag":null,"topics":["lib","python","python-turtle","text","turtle"],"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/7aimez.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-26T11:47:25.000Z","updated_at":"2025-12-18T11:04:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/7aimez/turtle_string","commit_stats":null,"previous_names":["7aimez/turtle_string"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/7aimez/turtle_string","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7aimez%2Fturtle_string","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7aimez%2Fturtle_string/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7aimez%2Fturtle_string/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7aimez%2Fturtle_string/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7aimez","download_url":"https://codeload.github.com/7aimez/turtle_string/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7aimez%2Fturtle_string/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28517426,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["lib","python","python-turtle","text","turtle"],"created_at":"2026-01-17T19:44:25.221Z","updated_at":"2026-01-17T19:44:25.794Z","avatar_url":"https://github.com/7aimez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n   \u003ch1\u003eTurtle String\u003c/h1\u003e\n   \u003cb\u003eConverts a string into a turtle drawing\u003c/b\u003e\n   \n   \u003cbr /\u003e\u003cbr /\u003e\n\n   \u003cimg src=\"https://img.shields.io/github/languages/count/7aimez/turtle_string\" /\u003e\n   \u003cimg src=\"https://img.shields.io/github/languages/top/7aimez/turtle_string?logo=python\" /\u003e\n   \u003cimg src=\"https://img.shields.io/github/stars/7aimez/turtle_string\" /\u003e\n   \u003cimg src=\"https://img.shields.io/github/forks/7aimez/turtle_string\" /\u003e\n\u003c/div\u003e\n\n---\n\n## About\n\nThis python script splits up the text, uses the letter functions to draw the letter using `t.goto(x, y)`, reletive to the bottom left corner of the letter, e.g. `t.goto(x+10, y+20)`.\n\n## Features\n\n- All letters (a-z)\n- Special characters (`.`, `,`, `!`, `?`, `'`)\n- Background colour\n- Letter spacing\n- Line spacing\n- Text line width ('boldness')\n\n## Requirements\n\n- Python 2.5 or later\n- Turtle libs\n\n\n## Get Started\n\n**Follow these steps to use _Turtle String_:**\n\n### Manually\n\n1. Clone the repo\n   \n   ```sh\n   git clone https://github.com/7aimez/turtle_string.git\n   ```\n3. Move into the source folder\n   \n   ```sh\n   cd turtle_string/src\n   ```\n\n4. Edit the setup dictionary just inside the `main()` function to your preferences\n5. Run the program in _python_\n\n   ```sh\n   python main.py\n   ```\n\n6. **Done!** Watch your text appear on the screen\n\n### Automatically\n\nRun [auto.sh](install/auto.sh) (for raw, use github.com/7aimez/turtle_string/raw/refs/heads/main/install/auto.sh), to automatically install Turtle String. Then, edit the setup dictionary just inside the `main()` function to your preferences. Finally, run the program in _python_:\n\n```sh\npython main.py\n```\n\n## Demo\n\n**Demo of Turtle String in action**\n\n\u003cimg alt=\"Demo of Turtle String in action\" src=\"media/sample.gif\" width=\"400\" height=\"400\" /\u003e\n\n## Contents\n\n- [`src`](src/) - Contains source files and python code\n- [`install`](install/) - Install _Turtle String_\n- [`key`](key/) - Contains the key for lettering and the text arguments\n- [`src/examples`](src/examples/) - Contains example of the code being used\n\n## License\n\n_Turtle String_ is under the MIT Licesnse. Read [LICENSE](LICENSE) to find out more.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7aimez%2Fturtle_string","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7aimez%2Fturtle_string","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7aimez%2Fturtle_string/lists"}