A simple Tkinter application in Python to place a snowman by clicking on the canvas. The snowman can be removed by right clicking on the canvas.
- Place a snowman on canvas by left clicking
- Remove snowman by right clicking
- Python 3
- Tkinter library
Clone the repository and run the snowman.py
file:
$ git clone https://github.com/LoosedWhale/snowman.git
$ cd snowman
$ python snowman.py