Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 615 Bytes

File metadata and controls

20 lines (13 loc) · 615 Bytes

Python Mini Projects by Dev

This repository contains two beginner-friendly Python projects written in Python:

🎯 1. Number Guessing Game

A fun guessing game where the computer randomly picks a number between 1 and 100, and the user tries to guess it.

🔐 2. Password Generator

A simple tool that creates a random, strong password of a user-defined length using letters, numbers, and symbols.


✅ How to Run

  1. Make sure Python is installed.
  2. Download the file dev_python_project_combined.py
  3. Run it using the terminal or any Python IDE:
python dev_python_project_combined.py