https://github.com/rynanda/house-visualiser-with-turtle
Developing a program using Python Turtle to draw a visualisation (Houses and Nature's Elements) following a given dataset.
https://github.com/rynanda/house-visualiser-with-turtle
python python-turtle
Last synced: 8 months ago
JSON representation
Developing a program using Python Turtle to draw a visualisation (Houses and Nature's Elements) following a given dataset.
- Host: GitHub
- URL: https://github.com/rynanda/house-visualiser-with-turtle
- Owner: rynanda
- Created: 2023-09-13T06:40:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T07:20:37.000Z (over 2 years ago)
- Last Synced: 2023-09-13T14:45:14.212Z (over 2 years ago)
- Topics: python, python-turtle
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# House Visualiser with Turtle
Processing data stored in lists, creating reusable code using functions, and following instructions to display a complex visual image. Fills a grid with various symbols following a given dataset/list. For this, Python Turtle was used to draw different variations of houses line by line. Effectively using Python and applying appropriate processes and creative thinking to develop solutions to small IT challenges.