From 560dc0b8ca6306989eed02c4403647914ea25c7c Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Fri, 21 Sep 2018 00:18:28 -0400 Subject: [PATCH] Pong gif --- docs/index.md | 2 ++ readme.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index af243158..e718ab5c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -73,6 +73,8 @@ You can build an async media player GUI with custom buttons in 30 lines of code. ![media player 2](https://user-images.githubusercontent.com/13696193/44960091-eeebf980-aec6-11e8-884e-80d4447a83cd.jpg) +![pong](https://user-images.githubusercontent.com/13696193/45860012-2d8d0b00-bd33-11e8-9efd-3eaf4c30f324.gif) + ## Background I was frustrated by having to deal with the dos prompt when I had a powerful Windows machine right in front of me. Why is it SO difficult to do even the simplest of input/output to a window in Python?? diff --git a/readme.md b/readme.md index af243158..e718ab5c 100644 --- a/readme.md +++ b/readme.md @@ -73,6 +73,8 @@ You can build an async media player GUI with custom buttons in 30 lines of code. ![media player 2](https://user-images.githubusercontent.com/13696193/44960091-eeebf980-aec6-11e8-884e-80d4447a83cd.jpg) +![pong](https://user-images.githubusercontent.com/13696193/45860012-2d8d0b00-bd33-11e8-9efd-3eaf4c30f324.gif) + ## Background I was frustrated by having to deal with the dos prompt when I had a powerful Windows machine right in front of me. Why is it SO difficult to do even the simplest of input/output to a window in Python??