https://github.com/abdullah-niaz/technohacks
Explore diverse Python projects developed during my 4-week internship at TechnoHacks EduTech, covering practical applications, games, and utility tools. Perfect for Python enthusiasts of all levels
https://github.com/abdullah-niaz/technohacks
python python3 pythonintership pythonprojects
Last synced: 7 months ago
JSON representation
Explore diverse Python projects developed during my 4-week internship at TechnoHacks EduTech, covering practical applications, games, and utility tools. Perfect for Python enthusiasts of all levels
- Host: GitHub
- URL: https://github.com/abdullah-niaz/technohacks
- Owner: Abdullah-Niaz
- Created: 2023-10-21T04:25:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T07:38:29.000Z (almost 2 years ago)
- Last Synced: 2025-01-17T10:28:59.229Z (9 months ago)
- Topics: python, python3, pythonintership, pythonprojects
- Language: Jupyter Notebook
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Programming Projects
A collection of Python programming projects developed during my internship at TechnoHacks EduTech. These projects cover a wide range of applications, from basic calculators to games and utility tools.
## Table of Contents
- [Project Descriptions](#project-descriptions)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Project Descriptions
This repository contains the following Python projects developed during the internship:
1. **Calculator**: A basic calculator that can perform essential arithmetic operations such as addition, subtraction, multiplication, and division, utilizing Python functions.
2. **Currency Converter**: A program for converting currency from one form to another using the latest exchange rates.
3. **Rock, Paper, Scissors Game**: An interactive program that allows users to play the classic game of rock, paper, scissors against the computer.
4. **Tic Tac Toe Game**: A simple Tic Tac Toe game that can be played between two players or against the computer.
5. **Temperature Converter**: A tool to convert temperatures between Fahrenheit and Celsius.
6. **ATM Simulator**: A comprehensive program simulating various ATM functionalities, including checking balances, deposits, and withdrawals.
7. **To-Do List**: An application for creating and managing to-do lists efficiently.
8. **Music Player**: A basic music player capable of playing MP3 files and managing playlists.
9. **Random Password Generator**: A utility for generating random passwords of user-defined lengths.
## Getting Started
### Prerequisites
List any software or libraries that users need to have installed to run the programs. For example, you may need Python installed.
### Installation
Provide instructions for setting up and running the projects on a local machine. Include code snippets where necessary.
## Usage
Explain how to use each of the projects. Provide examples and screenshots if applicable.
## Contributing
Explain how others can contribute to this repository. Include guidelines for submitting issues, feature requests, and pull requests. A code of conduct is essential to maintain a welcoming and inclusive community.