Coders Packet

Listing of packets of source code submitted by coders

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.

PDF to Audio converter using Python.

This is a simple Python program. Where you can give pdf as input then this program will make that PDF Audioable, using only two packages pyttsx3 and PyPDF2

C++ Program for Read and Write Operation using fstream library.

Reading and Writing in a file using fstream library in C++ Programming Language. This all comes under File Handling in C++ Programming.