1 Number Guessing Game A CLI game where the computer picks a random number and the user guesses it with high/low hints.
Concepts used: loops, conditionals, random library, user input
2.Budget Tracker A CLI app where user enters monthly income and expenses, then gets a complete financial summary with remaining balance.
Concepts used: dictionaries, loops, f-strings, float input, sum()