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.
A simple calculator that performs basic arithmetic operations such as addition, subtraction, multiplication, and division.
A program that converts amounts from one currency to another using a fixed exchange rate.
A game where the user has to guess a randomly generated number within a given range.
A utility to generate QR codes for given text or URLs.
A tool to convert temperatures between Celsius, Fahrenheit, and Kelvin.
A basic application to manage a list of tasks with options to add, remove, and view tasks.