File tree Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Expand file tree Collapse file tree 1 file changed +14
-8
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments