This project is a beginner-friendly Python toolkit that demonstrates:
- User input
- Basic arithmetic
- Simple script execution
Help beginners quickly get started with Python by running a simple interactive program.
- Python 3.8+
- Terminal / Command Prompt
- Code editor (VS Code recommended)
-
Clone the repository: git clone https://github.com/YOUR-USERNAME/python-beginner-toolkit.git
-
Navigate into the folder: cd python-beginner-toolkit
-
Run the script: python main.py
Welcome to Python Toolkit! Enter your name: Alex Hello, Alex! Enter first number: 5 Enter second number: 3 The sum of 5 and 3 is 8
Run: python app.py
Open in browser: http://127.0.0.1:5000/add?num1=5&num2=3
- Python not recognized → Add Python to PATH
- Invalid input → Enter numbers only
This project was built with the help of generative AI prompts to:
- Learn Python basics
- Generate code
- Debug errors
Your Name