From 3fdfd5bc6e6d84fb793e750c2b85fdb1b823fec1 Mon Sep 17 00:00:00 2001 From: adithyagenie Date: Thu, 17 Nov 2022 19:41:24 +0530 Subject: [PATCH] README --- README.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.txt diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..20aa122 --- /dev/null +++ b/README.txt @@ -0,0 +1,11 @@ +Oh hello there. + +To run this project, basically theres two things you need to do. +1. To open this readme file which you have already done +2. Open command prompt (just type it in start menu) +3. Type in 'cd' + the path name to where this readme is +4. Type in 'python starter.py initsql' to initialise your mysql credentials +5. Type in 'python starter.py' and enjoy the game! +6. If you want to test the database functionalities, just type in 'python starter.py dumpsample' to dump a sample database + +Enjoy! \ No newline at end of file