Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

Python projects for Telecom 1 Students

GROUP 1
1. Average Words Length calculator: This project lets a user enter a
sentence. Then calculates the average length of words in the sentence.

GROUP 2
2. Calculator: This project creates a basic calculator application with
addition, subtraction, multiplication, and division functions. The program
should clear the screen once calculation is done.

GROUP 3
3. Alarm clock: Alfred is often late for class. Set an alarm clock to wake
him up at specific times so he doesn’t get late.

GROUP 4
4. Password generator: This project generates a password. It checks if the
password contains numbers, characters, special characters or their blend
and informs the user accordingly.

GROUP 5
5. Number to words: This project lets a user enter any number. Then, the
number is converted to words. The program should support numbers with
a maximum of 14 digits.

GROUP 6
6. Password strength checker: This program helps to determine if a
particular password typed by a user is strong enough.

GROUP 7
7. Number guessing game: The program generates a random number (in a
certain range) that the user must guess after receiving hints. For each
wrong guess the user makes, they receive extra hints, but at the cost of
reducing their final score.
GROUP 8
8. Dice roll generator: The program simulates rolling one or two dice.

GROUP 9
9. Countdown clock timer: The program asks the user to input a number of
seconds. It then counts down, second by second, until it displays the
message, “Time Up”.

GROUP 10
10. Automatic Birthday Message sending: This program checks from a list
containing your friends’ birthdays. It then sends them an email if today is
their big day, before getting you notified that say, they’ve received their
email.

You might also like