This repository contains all the tasks and projects completed as part of the Tech A Intern internship program in Python programming. The projects are divided into two levels, with each level containing multiple tasks demonstrating various concepts and skills in Python.
A GUI-based game using tkinter, where users guess a randomly generated number.
A GUI-based countdown timer that allows users to set a timer in HH:MM:SS format.
A multiple-choice quiz application using tkinter, with a timer and score tracking.
For detailed descriptions and instructions, refer to the Level 1 README file.
Validates credit card numbers using the Luhn Algorithm to check for authenticity.
Finds the latitude and longitude of a given location using the Geopy API and displays it on an interactive map.
Processes an image to detect document edges and save the scanned version using OpenCV.
For detailed descriptions and instructions, refer to the Level 2 README file.
Ensure you have Python 3.x installed on your system. Clone this repository using:
git clone https://github.com/your-repo-name.gitInstall the necessary dependencies:
pip install -r requirements.txt(If requirements.txt is not available, install individual dependencies based on the task requirements.)
Run each task using the following command:
python taskX_filename.py(Replace taskX_filename.py with the respective task file.)
This repository serves as a collection of Python projects completed as part of the Tech A Intern program, focusing on problem-solving, automation, and real-world applications using Python.
- Avi Poptani
- Tech A Intern Program
This project is licensed under the MIT License.