Code Packets
Browse all published coding projects
Voice Based Calculator using SpeechRecognition, pyttsx3,gtts and googletrans in Python
A Python Project to perform basic mathematical calculations using audio using libraries such as SpeechRecognition, pyttsx3 and gTTs.
Image Filters in Python
In this project, I've used python and ML framework Tensorflow. We will be applying filters on the pictures of your choice.
Find LCA(Lowest Common Ancestor) in Binary Tree using C++
Hello coders, Today we will discuss how to find LCA(Lowest Common Ancestor) in a Binary Tree using C++ Programming .
YouTube Video Downloader using Python
This Python Code helps download videos with the help of Tkinter and Pytube from the most popular video streaming site: YouTube
Linked List representation in C++ using cstdlib class
Using this C++ program elements can be stored using dynamic memory allocation and without acquiring extra space and only using the space needed.
Simple Matrix Calculator using C++ language
After running the project it will ask to enter 3*3 matrix and after entering 3*3 matrix again it will ask to enter another 3*3 matrix and then few options will be given for calculation.
Change Brightness of Images using C++ and OpenCV Library
A C++ Project to increase or decrease the brightness of the image at the pixel level using OpenCV.
Command Line Interface to save dates in Python using PyInquirer
A command-line interface created using Python that gives the user option of either saving the date for an event or get the date for some event.
Homogeneous Blur on Images using C++ and OpenCV Library
A C++ Project to blur or smooth images using Homogeneous blur also known as Homogeneous Smoothing, Homogeneous Filtering and Box Blurring.
Enum (Enumerations) opps in Java
In this section i provide a basic introduction on Enumerationsm Keyword Use & understanding.
Minimum or Maximum value in a range of an array efficiently using C++
User inputs an array and this can give the minimum or maximum value in the range L to R of the array according to the queries given by the user, using C++ programming language.
JavaScript Typing Speed Game
Build "JavaScript Typing Speed Game" where user can test their typing speed with this app.