Code Packets
Browse all published coding projects
line tracker using math module in Python
By using the math module and pygame module from Python we will be designing this fun line tracker game.
Single player Pong Game using Python
This Python project is a single player pong game, where the bar is used as the launcher for the pong/ball. Target of the game is to every time place the hovering pong on the bar.
Flappy Bird Game using Java SWING and JFrame
This Java project is a classic arcade game of flappy bird where the bird needs to cross the wall/pillar obstacles by jumping.
Strong Password Generator in Python
The following Python Code aids people who find it difficult to create and memorize strong passwords
Handwritten Digits Classification using a MLP in Python
This Project is used to identify handwritten Digits ( MNIST Data set ) using MLP in Python Programming Language.
Reverse a string using Python
In this program, We will reverse a string inputted by the user using 'for' loops in Python
Driver Drowsiness Detector using Python and OpenCV
This project is a computer vision system that can automatically detect driver drowsiness in a real-time video stream and then play an alarm and screen alert if the driver appears to be drowsy.
Talking Text File: JS + HTML Dependecies Req: Bootstrap
Test to speech converter with a speed and pitch control along with accent and language change option. Aimed at making websites more user friendly and accessible.
Word/Character Counter Using C++
In this project, a valid text file name is given by the user, and the count of words/characters in the file is found out using C++ Programming Language.
Check whether a binary tree is a binary search tree(BST) in C++
We will be given a binary tree as an input and its root node, than we should examine whether it is a binary search tree (BST) or not in the C ++ programming language.
0-N Knapsack in C++
It's a problem of 2-D DP of knapsack in C++, in which the weight W and a set of n items with some value's, needs to calculate the maximum amount of a profit from these set of items.
Prototype of a Banking Chatbot using ChatterBot library - Python
A prototype of banking chatbot implemented in python using ChatterBot library, flask web framework, and SQLStorageAdapter.