Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ufuayk/heads-or-tails
🪙 | Heads-or-Tails makes flipping a coin easy! And it's fun.
https://github.com/ufuayk/heads-or-tails
coin-flip coin-toss game heads-or-tails pillow python tkinter
Last synced: 29 days ago
JSON representation
🪙 | Heads-or-Tails makes flipping a coin easy! And it's fun.
- Host: GitHub
- URL: https://github.com/ufuayk/heads-or-tails
- Owner: ufuayk
- License: gpl-3.0
- Created: 2024-06-01T17:57:23.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-11T11:09:47.000Z (5 months ago)
- Last Synced: 2024-09-18T23:08:53.948Z (4 months ago)
- Topics: coin-flip, coin-toss, game, heads-or-tails, pillow, python, tkinter
- Language: Python
- Homepage:
- Size: 679 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: history.json
- License: LICENSE
Awesome Lists containing this project
README
# 🪙 Heads or Tails
Heads or tails? Now it's easy to decide! And simple.
![image](https://raw.githubusercontent.com/ufuayk/Heads-or-Tails/main/screenshot.png)
## 📋 Requirements
• tkinter
• pillow
## ⚙️ Installation• Clone the project;
```bash
git clone https://github.com/ufuayk/Heads-or-Tails
```• Go to the project directory;
```bash
cd Heads-or-Tails
```• Install the required packages;
```bash
pip3 install pillow
```• Run the Python file;
```bash
python3 main.py
```
## 👷🏻♂️ Author• [@ufuayk](https://www.github.com/ufuayk) for design and development.
## 📑 License[![GPLv3 License](https://img.shields.io/badge/GNU%20General%20Public%20License%20v3-yellow.svg)](https://www.gnu.org/licenses/gpl-3.0.html)