Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 990 Bytes

File metadata and controls

24 lines (15 loc) · 990 Bytes

Python

Welcome to the Python repository! This repository contains a collection of simple Python projects that demonstrate fundamental programming concepts. These projects are designed to help beginners understand various aspects of Python, including loops, strings, mathematical operations, and more.

Projects

1. Basic Calculator

A simple calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.

2. Currency Converter

A program that converts amounts from one currency to another using a fixed exchange rate.

3. Guess the Number

A game where the user has to guess a randomly generated number within a given range.

4. QR Code Generator

A utility to generate QR codes for given text or URLs.

5. Temperature Converter

A tool to convert temperatures between Celsius, Fahrenheit, and Kelvin.

6. To-Do List

A basic application to manage a list of tasks with options to add, remove, and view tasks.