Code Packets
Browse all published coding projects
Canny Edge Detection using Open CV and Python
Canny edge detection is a popular edge detection and a multi-step algorithm that can detect edges. I used Python programming language and Open CV tool to build this project.
Guessing Game in CPP
The guessing game is a simple game in which you have to guess the correct number. I designed this game in C++ programming language.
Python Script to get Weather of any city.
Getting current weather of any city with the help of OpenWeather API, requests, and json module in Python.
Extra Long Factorials in C++
This is a C++ program to find the factorials of numbers that are too big to fit on any data type in C++.
C++ code for all operation in an array
In this code, the user can perform all possible operations related to an array in the c++ programming language.
Python Script to convert images to thumbnail.
A Python script for converting image files to thumbnail using the Image module of the PIL Library.
Mad Libs Generator in Python
Mad libs generator in Python is a fun game that creates a story using the words given as input. User has to enter substitutes for blanks in the story without knowing the story.
Image Editor Using OpenCV In C++
Image Editor is a simple console application made using OpenCV/C++ with Image processing methodology. This App can be used to do various editing on an image.
Javascript QR Code Generator
Build the small "Javascript QR Code Generator" where the user can generate QR and can send the information to other users or can store particular information in code form.
Registration form in Php
This project is based on HTML, CSS and PHP for the registration of employee and the data of the user is sent to the backend which can be accessed in future according to the need.
Percentage Calculator in Java
This is a short program based on JAVA, used to calculate percent by taking user input and generate the desired output.
Keyboard Stroke Recorder Using Python
This Python program will record every action that occurred on the keyboard. This program is mostly used for Parental Control , Company Security, and many other purposes.