Skip to content

Commit f4af4fd

Browse files
authored
Adding README
1 parent e7b9d32 commit f4af4fd

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# <img src ="https://media.giphy.com/media/10b7yI48cD31K0/giphy.gif" width ="40" height = "40" /> Fun with Python - It is what it is!
2+
3+
4+
If you want to do some real fun with Python, then do check this space out. I did this when I was a beginner in Python and was exploring how easy, interactive and fun Python could be.
5+
I made some basic games :
6+
<ol>
7+
<li> Dice Stimulator </li>
8+
<li> Tic Tac Toe </li>
9+
<li> Egg Catcher </li>
10+
<li> Caterpillar Game </li>
11+
</ol>
12+
13+
I had a lot of fun with Tkinter & Turtle Graphics. For those who don't know, turtle is a pre-installed Python library that enables users to create pictures and shapes
14+
by providing them with a virtual canvas and Tkinter is the GUI package. <br>
15+
16+
17+

0 commit comments

Comments
 (0)