Skip to content

zena0111/python-beginner-toolkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python Beginner Toolkit

📌 Overview

This project is a beginner-friendly Python toolkit that demonstrates:

  • User input
  • Basic arithmetic
  • Simple script execution

🎯 Objective

Help beginners quickly get started with Python by running a simple interactive program.

🛠️ Requirements

  • Python 3.8+
  • Terminal / Command Prompt
  • Code editor (VS Code recommended)

⚙️ Setup Instructions

  1. Clone the repository: git clone https://github.com/YOUR-USERNAME/python-beginner-toolkit.git

  2. Navigate into the folder: cd python-beginner-toolkit

  3. Run the script: python main.py

▶️ Example Output

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

🌐 Flask API (Bonus)

Run: python app.py

Open in browser: http://127.0.0.1:5000/add?num1=5&num2=3

❗ Common Issues

  • Python not recognized → Add Python to PATH
  • Invalid input → Enter numbers only

📚 Resources

🤖 AI Usage

This project was built with the help of generative AI prompts to:

  • Learn Python basics
  • Generate code
  • Debug errors

🚀 Author

Your Name

About

Python Beginner Toolkit: Learn Python through AI-assisted examples, code, and documentation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages