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.

Divesh Giri · Feb 01, 2021

Video To Audio Converter using moviepy in Python

Using this project, a video can be converted into audio (.mp3) using the python library 'moviepy'.

Divesh Giri · Feb 01, 2021

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.

Shubham Suresh Chavan · Jan 31, 2021

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.

Priyanka Biswas · Jan 31, 2021

Send PDF files through emails using Python

A python script to send pdf files through your email using pdf_mail module of python.

Suryansh Mamgain · Jan 31, 2021

Tic Tac Toe Game in C++

Tic Tac Toe game using c++ programming language where two players can play with all possibility.

Mohit Patel · Jan 31, 2021

Calculation of Matrix using C++

By using C++, The matrix multiplication system will able to provide results of any desired matrix size.

Nidhi manish patel · Jan 31, 2021

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.

Suryansh Mamgain · Jan 31, 2021

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++.

Vikhyat Yadav · Jan 31, 2021

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

Vivek Pandey · Jan 31, 2021

Camel Banana Problem Solved Using C++

This is a proper solution and explanation with a C++ code for the famous Camel Banana Puzzle.

Anshuman Prakash · Jan 30, 2021

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.

Bharat Pandey · Jan 30, 2021