This repository contains two beginner-friendly Python projects written in Python:
A fun guessing game where the computer randomly picks a number between 1 and 100, and the user tries to guess it.
A simple tool that creates a random, strong password of a user-defined length using letters, numbers, and symbols.
- Make sure Python is installed.
- Download the file
dev_python_project_combined.py - Run it using the terminal or any Python IDE:
python dev_python_project_combined.py