Skip to content

Commit 42d9b17

Browse files
authored
Update README.md
1 parent 7547575 commit 42d9b17

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1-
TIC TAC TOE
2-
Here's a tic tac toe game made using python.
1+
<h1> TIC TAC TOE USING PYTHON WITH EXE FILE </h1>
2+
3+
<h2> Here's a tic tac toe game made using python </h2>
34

4-
Build:
5-
Source code :
6-
https://gist.github.com/VarunBanka/9361931d3746690e16cf5ad715e50bcc
7-
Making exe file:
5+
<h3>Build : </h3
6+
<h3>Source code :
7+
https://gist.github.com/VarunBanka/9361931d3746690e16cf5ad715e50bcc </h3>
8+
9+
<h4>Making exe file : </h4>
10+
11+
<h5>
812
I've used a module named pyinstaller which lets us convert python xode to exe file.
913
pip install pyinstaller
1014
{Open power shell as admin in directory where py file is located}
1115
pyinstaller --onefile {file name with extinction .py}
1216

13-
Done :D
14-
Thanks and regards
17+
</h5>
18+
<h5>Done :D</h5>
19+
<h5>
20+
Thanks and regards</h5>

0 commit comments

Comments
 (0)