Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)