Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.06 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.06 KB

A clock

This piece was inspired by the Circular Echoes by the Squidgroup (here is the exhibition link). The original installation was a circle created by lights and speakers, programmed with many behaviors. The piece made me reflect on two concepts:

  • The idea of passing time
  • How easy it is to manipulate digital objects
  • The idea of how things may be similar, although they appear different

These reflections prompted me to build a clock. One that starts with a standard structure and progressively changes towards a more random and diverse configuration. Hope you enjoy!

Technologies

  • Python
  • Turtle Module

Installation and execution

Prerequisites

  • Python 3 - here is the download link
  • Git - here is the download link

Installation

# download the repository
git clone https://github.com/trinpu/clock.git

# navigate to the new repository
cd clock

Execution

# run the application for the clock directory
python3 clock.py