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.

Sweta Kumari · Feb 01, 2021

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.

Katha Roy · Feb 01, 2021

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.

Katha Roy · Feb 01, 2021

Strong Password Generator in Python

The following Python Code aids people who find it difficult to create and memorize strong passwords

Harsh Shailesh Bhandari · Feb 01, 2021

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.

Vivek Pandey · Feb 01, 2021

Reverse a string using Python

In this program, We will reverse a string inputted by the user using 'for' loops in Python

Vivek Pandey · Feb 01, 2021

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.

Katha Roy · Feb 01, 2021

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.

Aishwarya Agrawal · Feb 01, 2021

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.

DEVADHARSHINI M · Feb 01, 2021

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.

Rahul choudhary · Feb 01, 2021

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.

Vikhyat Yadav · Feb 01, 2021

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.

C Koushik · Feb 01, 2021