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.
- Host: GitHub
- URL: https://github.com/loosedwhale/snowman
- Owner: LoosedWhale
- License: mit
- Created: 2023-01-10T17:22:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T15:19:43.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:45:04.537Z (4 months ago)
- Topics: card, interpreter, mouse, python, python3, tkinter, tkinter-python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
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 \
![]()
![]()
## 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
```