Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1008 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 1008 Bytes

GUESSING GAME - Ritik 1815773

Purspose

It is a number guessing game Written in python and GUI is created from HTML,CSS and Javascript.

Technologies Used

  • Python (backend)
  • EEL (python library for joining python to frontend)
  • Javascript
  • HTML(frontend)
  • CSS (frontend)

Requirements

  • Chrome browser
  • Python v3 installed

How To Use

  • Intall requirements by executing following command 'pip install -r requirements.txt'
  • Open cmd in a Project folder by writing "cmd" in address bar and hit Enter.
  • Type "python main.py" and hit enter
  • Program will sucessfully run

Sample1

sample2

Sample3

THANKYOU