Coders Packet

Packets submitted by Ankush Indulkar

Simple GUI Calculator in Python using Tkinter

This python project is used to compute arithmetic operations on two numbers such as addition, subtraction, multiplication, and division by using the Tkinter module.

Hangman Game in Python

This Hangman Game in Python is used to guess the names of characters of MARVEL superheroes and DC superheroes and supervillains.

Linear Vs Binary Search in Python

This program is used to compare the time complexities of Linear Search and Binary Search.

Database GUI in Python using Tkinter

This simple GUI in python is used to store a number of entries of basic details like First Name, Last Name, Address, City, State, and Zipcode.

Plotting Graph in Python using Matplotlib

This Python Project is used to plot a Line Graph by using the Matplotlib library. It takes the coordinate's input from the user.