Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gurpreet0022/python

Python Concepts Implementation
https://github.com/gurpreet0022/python

knowledge projects python

Last synced: 6 days ago
JSON representation

Python Concepts Implementation

Awesome Lists containing this project

README

        

# 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.