Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions coin_flip_visualizer/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__pycache__
16 changes: 16 additions & 0 deletions coin_flip_visualizer/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Coin Flip Visualizer
A simple script that flips a coin and displays ascii art of the result in terminal.

### Prerequisites
Python3. You can download using the installer for your respective os here: https://www.python.org/downloads/
If you are on an ubuntu/debian based linux distro you can execute "sudo apt install python3" in the terminal.
Verify installation with "python3 --version"

### How to run the script
cd into the directory containing coin_flip_visualizer.py and execute the command "python3 coin_flip_visualizer.py"

### Screenshot/GIF showing the sample use of the script
![screenshot of using the script in terminal](https://i.postimg.cc/K8HB0sQP/Screenshot-from-2025-11-06-10-50-45.png)

## Author
https://github.com/carmckmc <3
Loading