{"id":27231681,"url":"https://github.com/dominicduffin1/python-turtle-art-canvas","last_synced_at":"2025-04-10T13:45:06.745Z","repository":{"id":46548964,"uuid":"404812491","full_name":"dominicduffin1/python-turtle-art-canvas","owner":"dominicduffin1","description":"The aim of this project is to create a collaborative piece of creative coding using Python Turtle Graphics.","archived":false,"fork":false,"pushed_at":"2024-10-16T09:08:08.000Z","size":33,"stargazers_count":5,"open_issues_count":2,"forks_count":5,"subscribers_count":2,"default_branch":"parent","last_synced_at":"2024-10-17T22:10:18.713Z","etag":null,"topics":["creative-coding","hacktoberfest","python","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/dominicduffin1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-09-09T17:29:18.000Z","updated_at":"2024-10-16T09:08:13.000Z","dependencies_parsed_at":"2022-09-02T11:50:46.918Z","dependency_job_id":"70221b13-5953-4416-b8b1-3b9f663c28f0","html_url":"https://github.com/dominicduffin1/python-turtle-art-canvas","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/dominicduffin1%2Fpython-turtle-art-canvas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominicduffin1%2Fpython-turtle-art-canvas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominicduffin1%2Fpython-turtle-art-canvas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dominicduffin1%2Fpython-turtle-art-canvas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dominicduffin1","download_url":"https://codeload.github.com/dominicduffin1/python-turtle-art-canvas/tar.gz/refs/heads/parent","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248226634,"owners_count":21068248,"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":["creative-coding","hacktoberfest","python","turtle-graphics"],"created_at":"2025-04-10T13:45:05.908Z","updated_at":"2025-04-10T13:45:06.724Z","avatar_url":"https://github.com/dominicduffin1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-turtle-art-canvas\n\n## Project status\n\nThis project is currently open for contributions to an initial first canvas. Let your imagination flow on [Issue #3](https://github.com/dominicduffin1/python-turtle-art-canvas/issues/3)\n\n## Code of Conduct\n\nThis project has a Code of Conduct. If you contribute to or otherwise engage with the project, you are expected to read and comply with it. The Code of Conduct can be found [here](https://github.com/dominicduffin1/python-turtle-art-canvas/blob/parent/CODE_OF_CONDUCT.md)\n\n## Contributing\n\nFor details of how to contribute, please see the [Contributing Guide](https://github.com/dominicduffin1/python-turtle-art-canvas/blob/parent/CONTRIBUTING.md)\n\nPlease pay special attention to the Code of Conduct and the Content Guidelines in the Contributing Guide. This project is intended to be a fun space where everyone can feel comfortable participating and where care is taken not to cause offense, including to people from cultures and backgrounds that may be very different fom your own. The Code of Conduct and Content Guidelines are important for maintaining such an environment. Contributions that do not comply with the Code of Conduct or Content Guidelines will not be accepted into this repository. If you disagree with any part of the Code of Conduct or Content Guidelines, you are free to start your own project with different rules.\n\nIf you notice any content in the project that you think might violate the Code of Conduct or Content Guidelines, please open an issue using the 'Report' template.\n\n## License\n\nThis project is licensed under [this license](https://github.com/dominicduffin1/python-turtle-art-canvas/blob/parent/LICENSE). By downloading or otherwise copying the contents of this repository or part thereof you are agreeing to be bound by the terms of the license. By contributing to the project, you are agreeing to release your contributions under the terms of the license.\n\n## Running the program\n\nYou need to have Python 3 installed on your computer. Python can be downloaded [here](https://www.python.org/downloads/). Or use your favorite package manager.\n\n### Windows\n\nTo run the program, open the root directory in your terminal and type `python main.py`. If you have mutliple versions of Python installed on your computer, you can use `py -\u003cversion number\u003e main.py` for example `py -3.9 main.py` to ensure you are using Python 3 and not Python 2.\n\n### Mac\n\nTo run the program, open the root directory in your terminal and type `python main.py`. If you have mutliple versions of Python installed on your computer, you can use `python -\u003cversion number\u003e main.py` for example `python3.9 main.py` to ensure you are using Python 3 and not Python 2.\n\n• CD into the folder that contain main.py\n• type Python3 main.py\n• the turtle window should open\n\n### Linux\n\nInstall python3-tk on your system, if you haven't done yet.\n\n`sudo apt-get install python3-tk`\n\n• CD into the python-turtle-art-canvas\n\n• type python3 main.py in terminal\n\n• the turtle window should open\n\n## Roadmap\n\n2023: Re-promote the project and accept contributions to a basic Turtle Graphics canvas.\n\nThe future: Build on this by creating a user interface, probably a command line interface, and multiple canvases.\n\nOther ideas on how to extend the project are welcome and can be put forward at any time using the 'Suggestion' issue template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominicduffin1%2Fpython-turtle-art-canvas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdominicduffin1%2Fpython-turtle-art-canvas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdominicduffin1%2Fpython-turtle-art-canvas/lists"}