This is a fun and simple Python project that predicts your future based on your name and birth year. It tells you your age, gives a lucky number, shares a personality trait, and shows a random prediction.
- Asks the user for their name and birth year
- Calculates their age
- Generates a lucky number based on the birth year
- Picks a personality trait based on the name
- Gives a random prediction about the user's future
- Make sure you have Python installed
- Run the file in a terminal or code editor
- Enter your name and birth year
- See your results printed on the screen
- The program runs again automatically until you stop it
Welcome to the Python Future predictor! Enter your name: Zain Enter your birth year (e.g 2004): 2004
Name: Zain
Age: 21
Lucky Number: 36
Personality Trait: Creative
Prediction: A big opportunity is coming your way, stay ready!
- Python 3
- random module
- datetime module
I am learning Python and created this project to practice:
- Functions
- Random generation
- User input
- Simple logic and math
My name is Ali Zain. I am a student of Artificial Intelligence. I enjoy building creative and fun tools using Python.
MIT License – You are free to use, share, or improve this project.