Skip to content

A simple Python-based number guessing game where the user tries to guess the randomly generated number within a certain range. Great for beginners to understand loops, conditions, and input handling!

Notifications You must be signed in to change notification settings

Gajal-codes/Number_Guessing_Game.ipynb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎯 Number Guessing Game – Python Mini Project

This is a beginner-level Python project where the user guesses a randomly generated number between a fixed range. The program gives hints like "Too High" or "Too Low" until the correct number is guessed.


πŸ“Έ Code Screenshot

Since I faced issues uploading the .py file due to a GitHub page error, here is the complete code in image form:

Number Guessing Game Code


πŸ’‘ Features:

  • Uses Python’s random module
  • Interactive command-line interface
  • Customizable number range
  • Clear win/lose logic
  • Great for practicing while loops and if-else statements

πŸ“‚ Project Status:

βœ… Completed
🧠 Built as part of my internship & Python project portfolio


πŸ”§ Technologies Used:

  • Python 3.x
  • Built-in modules only

✨ What I Learned:

  • Looping logic
  • User input handling
  • Building fun, interactive CLI projects

πŸ”— Note:

The .py version of this file will be uploaded as soon as the GitHub server issue is resolved.

About

A simple Python-based number guessing game where the user tries to guess the randomly generated number within a certain range. Great for beginners to understand loops, conditions, and input handling!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published