1. Number Guessing Game

You need generate one random number and get user input and tell them is that number is higher/lower then generated random number.

2. Password Generator

Generate strong password with combination of numbers characters and special characters. You can ask for particular length too from user.

3. Clock

Add all features like timer, stopwatch, alarm. This project teach you date and time function and yes about UTC.

4. Mad Libs Game

This is very simple and fun game. However, you must try this as it will teach you to work with strings!

5. Tic-Tac-Toe

You can make this game as two player game or if you have knowledge of AI then make computer player.

6. Strong existing password

It's password generator but from entered string. You need to just replace characters with similar characters like 'a' with '@', 's' with '$' likewise.

7. Hangman Game

Hangman is a guessing game for two or more players. Teach you about strings and if else.