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.
This is a geocoder in the Python programming language. It takes the names of cities and plots them on the map of India.
A python script to get a map of any specified location using geopy, folium, and webbrowser packages.
This project is a simple implementation of a medical shop management system . The entire project has been written in C++.
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.
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.
A python script to convert image files to pdf using the Image module of the PIL library
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.
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 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.
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
Reading and Writing in a file using fstream library in C++ Programming Language. This all comes under File Handling in C++ Programming.