Code Packets
Browse all published coding projects
Currency Converter using Python
A Currency Converter using CurrencyConverter module of the currency_converter library of Python.
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.
Background Subtraction Method using Open CV and Python
Background Subtraction Method is able to subtract or eliminate the background portion inside an image.The programming language I used is python and the technology I worked with is Open CV.
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.
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.
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.
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.
Peek Page Preview. Format - JAVASCRIPT,CSS Dependencies req: JQuery
This is a peek box that is revealed in case of hover on the scrollbar. The box contains the preview of the page at that scrollHeight. Format - JAVASCRIPT,CSS Dependencies req: JQuery
Python Script to check the Internet Speed.
A python script to check the Internet speed of your connection using the speedtest-cli package.
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.
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.
Rock, Paper, and Scissors in CPP
This is a hand game usually played between the two players. I designed this game in the C++ programming language.