Coders Packet

Listing of packets of source code submitted by coders

Conversion Calculator - Python

This is a Python3 project which will help in operating on numbers in all the four number systems as well as converting a number from a given number system to other three number systems.

Python Script to check the Internet Speed.

A python script to check the Internet speed of your connection using the speedtest-cli package.

Credit Card Validator in C++

Credit Card Validator is made by using a C++ programming language. It implements the Luhn algorithm to validate a credit card number and to determine what type of credit card it is.

Geocoder in Python

This is a geocoder in the Python programming language. It takes the names of cities and plots them on the map of India.

Python Script to get a Map of any location.

A python script to get a map of any specified location using geopy, folium, and webbrowser packages.

Medical Shop Management System using C++

This project is a simple implementation of a medical shop management system . The entire project has been written in C++.

Binary Search in Python

The purpose of this project is to show the implementation of Binary Search to find whether a given value is present in a sorted array using Python.

Wikipedia search using wikipedia library in Python

In this source code, Wikipedia search is done easily using wikipedia library in Python. Wikipedia search summary is displayed as output. Can be used in chatbots.

Python Script to Convert image files to PDF

A python script to convert image files to pdf using the Image module of the PIL library

Finding maximum depth of binary tree in Python

This is a simple python code to find the depth (maximum) of a given binary tree. The algorithm used is a simple recursive approach and the problem is solved in O(n) time, with a single pass.

BMI CALCULATOR IN C++

The Project is built in C++ using Atom Editor and MinGW Compiler. It Can Calculate both in kg/m2 and lbs/in2 to predict the body type.

Password Vault in Python using Tkinter, openpyxl and xlrd

Password Vault is a software that allows us to securely store all our passwords and keep them safe and is made using python programming language along with Tkinter, openpyxl, and xlrd libraries.