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

https://github.com/loosedwhale/snowman

This is a holiday-themed Snowman x-mas card that can be placed by using a mouse or touchpad. To run the code, please use a code interpreter like Visual Studio Code.
https://github.com/loosedwhale/snowman

card interpreter mouse python python3 tkinter tkinter-python

Last synced: about 2 months ago
JSON representation

This is a holiday-themed Snowman x-mas card that can be placed by using a mouse or touchpad. To run the code, please use a code interpreter like Visual Studio Code.

Awesome Lists containing this project

README

        

# Snowman

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.

Made with python and Tkinter \
python
python

## Features

- Place a snowman on canvas by left clicking
- Remove snowman by right clicking

## Requirements

- Python 3
- Tkinter library

## How to use

Clone the repository and run the `snowman.py` file:
```
$ git clone https://github.com/LoosedWhale/snowman.git
$ cd snowman
$ python snowman.py
```