Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 821 Bytes

File metadata and controls

23 lines (15 loc) · 821 Bytes

Python Mini Projects

This repository includes a collection of basic Python projects created for learning and portfolio purposes. Each project demonstrates a simple concept in programming and can be run in any standard Python environment.

Projects

1. Simple Calculator

A basic calculator that can perform addition, subtraction, multiplication, and division.

2. Temperature Converter

Converts temperature between Celsius and Fahrenheit using simple mathematical formulas.

3. Password Generator

Generates a random strong password using letters, numbers, and symbols.

Technologies Used

  • Python 3.x
  • VS Code (for development)
  • Command line / Terminal (for testing)

How to Run

Each project is in its own file. Simply open the file in your IDE or terminal and run it using: