https://github.com/gurpreet0022/python
Python Concepts Implementation
https://github.com/gurpreet0022/python
knowledge projects python
Last synced: 4 months ago
JSON representation
Python Concepts Implementation
- Host: GitHub
- URL: https://github.com/gurpreet0022/python
- Owner: Gurpreet0022
- Created: 2024-07-23T14:59:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-01T16:53:13.000Z (5 months ago)
- Last Synced: 2025-02-01T17:32:53.943Z (5 months ago)
- Topics: knowledge, projects, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.