Code Packets
Browse all published coding projects
Clear Image To Blur using Python
This project can be used to convert the clear image to the blurred image using the python PIL library.
Video To Audio Converter using moviepy in Python
Using this project, a video can be converted into audio (.mp3) using the python library 'moviepy'.
QR code Generator and Reader using Python.
This Python program will generate a QR code from the input text using various Python packages. and also read that generated QR code.
Snake Game using C++
This is a classical snake game which has been played by everyone in their childhood. The game uses C++ libraries and user defined class 'snake' to implement it.
Send PDF files through emails using Python
A python script to send pdf files through your email using pdf_mail module of python.
Tic Tac Toe Game in C++
Tic Tac Toe game using c++ programming language where two players can play with all possibility.
Calculation of Matrix using C++
By using C++, The matrix multiplication system will able to provide results of any desired matrix size.
Convert Word file to PDF file using Python
A python script that will help you to convert docx file to pdf file using the docx2pdf module.
Problems like Rat in a Maze, N-Queen and Sudoku Solver in C++
In this module, we will discuss certain problems like Rat in a Maze, N-Queen, and Sudoku Solver with the help of backtracking in C++.
Handwritten Digits Classification using a Convolutional Neural Network and Python
Implement a Convolutional Neural Network model to classify MNIST handwritten digit images using Keras and Python
Camel Banana Problem Solved Using C++
This is a proper solution and explanation with a C++ code for the famous Camel Banana Puzzle.
Implementation of Binary Tree Operation in C++
Hello Coders, Today we will discuss Binary Tree and its Operation. A binary tree is a non-linear data structure where each node has at most 2 children.