Coders Packet

Listing of packets of source code submitted by coders

Number Guessing Game using Python

This is a simple number guessing game written in python. The code uses the random module, the OS module, and the math module of python 3.

Longest strictly increasing Subsequence of an array using C++

This project gives the longest possible strictly increasing subsequence of an array which is input by the user using C++ programming language.

Pharmacy Billing Programme in C++

This hospital pharmacy bill project in C++ is a console application. This project is about two things – file handling and the use of stream class in the C++ programming language.

Personal Text Editor Using Python

This is a simple PYTHON program using the module TKINTER . We can write, save files, edit files with different extensions and you can do many more.

AIRLINE RESERVATION SYSTEM USING C++

This project which has been built using C++ helps users to make easy flight ticket reservations.

QR Code Detector using cv2 in Python

A Python packet involving the use of the cv2 module to detect and decode the scanned QR code and display the coded data in the form of a string.

Text recognition and extraction from an image using Python pytesseract.

In this project, we will learn how to recognize and extract text from the given image using Python. We use OpenCV to load the image and pytesseract module to extract text.

Examination system using Java

This is an examination system making by Java language. In this project, the admin can set your own question and the user can take the exam.

Scientific calculator using Java and Swing programming

This is a fully scientific calculator based on Java and the swing programming concept.

Library for simplifying Binary Tree Operations in C++

This project is a C++ library which consists of various functions and features to help and simplify operations performed on a binary tree.

Gender Prediction Using Voice Data Through Machine learning & Python

This project contains a Jupyter Notebook where various machine learning algorithms were used to predict gender based on voice data. The programming language used was Python.

Efficient String searching using C++

This project gives the positions in the string ( input by the user ) at which a pattern string ( input by the user ) is matched, using C++ programming language.