Code Packets

Browse all published coding projects

Dictionary Application in Python

This Python Code acts as a real-time Interactive Dictionary that helps enrich the User's Vocabulary.

Harsh Shailesh Bhandari · Feb 15, 2021

Car Rental Management System using C++

C++ program for a Car Rental Management System in which a user can rent a car of their choice from a Menu

Paaras Jamwal · Feb 15, 2021

Implementation of Routh's stability analysis using C++

This program can be helpful in finding whether a control system (e.g, used in Cars, Robots, etc.,) is stable or not using Routh's stability criterion. Here C++ programming language is used.

Mohamed Adila.A · Feb 15, 2021

Building stack using linked list in Python

Implementing various functions of a stack using the singly linked list class in Python

Patnam Venkata Koushik · Feb 15, 2021

Using Graphics in C++ to create Birthday Cake

Today we are going to see how we can use Turbo C++ in Graphics mode by learning some Graphic functions

Pratiti Prashant Pande · Feb 14, 2021

Conversion of Decimal number into Hexadecimal number using C++.

In this program, we are going to convert the decimal value into hexadecimal values using the programming language C++. These numbers are used in designing digital circuits.

Mohamed Adila.A · Feb 14, 2021

Making GUI using AWT and Swing Toolkits in Java

In this project, a simple GUI is built in Java. Abstract Windowing Toolkit (AWT) and Swing Toolkits are used.

Rasika Deshpande · Feb 14, 2021

Face Recognition Attendance System Using OpenCV, LBPH Face Recognizer in Python

This is a real-world attendance system developed in Python that utilizes LBPH Face recognizer for training the data and Haar cascade classifier for detection of faces.

Rachit R Jindal · Feb 14, 2021

Convert Text to Speech using Python

A Python Script to convert text to speech using Google's text to speech API commonly known as gTTS API.

Suryansh Mamgain · Feb 14, 2021

Web Scraping GUI Application Using Python

It is a desktop-based Web Scraper Application made using Python where you can provide the URL of the website you want to scrap and get the data accordingly.

Jeet Chawla · Feb 14, 2021

Run Length Encoding (RLE) compression and decompression in C++

This C++ program implements Run Length Encoding (RLE) compression and decompression which is a lossless technique for data compression.

Sharad Verma · Feb 14, 2021

Encryption and Decryption of plaintext using Vigenere Cipher using C++

Implementation of Encryption and Decryption of plaintext using Vigenere Cipher in C++. Vigenere Cipher is a kind of polyalphabetic substitution method of encrypting alphabetic text.

Sri Sakthi M · Feb 14, 2021