Skip to content

This is a program I developed for an art project which was about the theme "Drawing machine", as I was learning how to develop in Python, I thought it could be cool to realise this project in Python.

Notifications You must be signed in to change notification settings

RomainLAU/randomShapesGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

randomShapesGenerator

This is a program I developed for an art project which was about the theme "Drawing machine", as I was learning how to develop in Python, I thought it could be cool to realise this project in Python.

How to use

Use the functon art() with 2 parameters :

  • Number of turns (the number of shapes that will be drawn)
  • The shape that will be drawn :
    • 0 = Circle, example:
      • program with cicles
    • 1 = Triangle, example:
      • program with triangles
    • 2 = Square, example:
      • program with squares
    • 3 = Parallelepiped, example:
      • program with parallelepiped

Modules used

I used 1 graphic module to achieve the project: Turtle

About

This is a program I developed for an art project which was about the theme "Drawing machine", as I was learning how to develop in Python, I thought it could be cool to realise this project in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages