Skip to content

AviPoptani/TAI-IP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tech A Intern - Python Programming

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.


Table of Contents


Level 1 Tasks

Task 1: Number Guessing Game

A GUI-based game using tkinter, where users guess a randomly generated number.

Task 2: Countdown Timer

A GUI-based countdown timer that allows users to set a timer in HH:MM:SS format.

Task 3: Quiz Application

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.


Level 2 Tasks

Task 1: Credit Card Validator

Validates credit card numbers using the Luhn Algorithm to check for authenticity.

Task 2: Location Finder

Finds the latitude and longitude of a given location using the Geopy API and displays it on an interactive map.

Task 3: Document Scanner

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.


Installation and Setup

Ensure you have Python 3.x installed on your system. Clone this repository using:

 git clone https://github.com/your-repo-name.git

Install the necessary dependencies:

pip install -r requirements.txt

(If requirements.txt is not available, install individual dependencies based on the task requirements.)


Usage

Run each task using the following command:

python taskX_filename.py

(Replace taskX_filename.py with the respective task file.)


About the Internship

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.


Contributors

  • Avi Poptani
  • Tech A Intern Program

License

This project is licensed under the MIT License.

About

This repository contains all files and projects related to my ongoing internship. It includes various Python-based tasks, such as credit card validation, location finding, and document scanning, demonstrating my learning and contributions during the internship.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages