An open API service indexing awesome lists of open source software.

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.

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.