Coders Packet

Listing of packets of source code submitted by coders

QR CODE GENERATOR USING PYTHON

This is a very efficient Python Program that generates QR - CODE for any kind of information provided.

Banking Application in Java

This Java project focuses on banking services like deposits, withdrawal, check balance, and the previous transaction.

Trim an Audio file with FFMPEG using Tkinter Python

This project aims to trim an audio file with FFmpeg using Tkinter GUI(Graphical User Interface) Python. FFmpeg is a software, which is a multimedia framework.

Sudoku Game in C++

The purpose of this project is to let the user play sudoku. It consists of a rules page, solution page, and different functionalities such as a reset grid.

Number guessing game in Java

It's a project of game in which the code will generate a randome number and user has to guess that number.

Server-Client model based Chatting Application using Java Swing , AWT , Java Networking

This is a stand-alone desktop-based Chatting Application implemented using Java Swing, AWT, and Java Networking.

Dino Game in C++

This C++ program is used to play the game called “Dino Game”, where the score is calculated when dinosaur jumps on hurdle and the game is over when the dinosaur directly hits the hurdle.

Playing with triangle of characters in PYTHON

Printing pattern of triangles made with one character using the fundamental concepts of PYTHON like print function and for loop only.

THE MINION GAME USING PYTHON

In this python project, we will design a game between two members where one will count substrings start with consonants and another will count substrings start with vowels from the given string.

Object Detection using Tensorflow

Object detection is the task of detection different objects in an image and drawing bounding boxes around them.

C++ program to replace all the occurrences of a specific word in a text file

This C++ program counts all the occurrences of a specific word in a text file and finds their positions. Then, replaces all of them with another word.

Invoice generator in C++

This C++ program is used to generate an INVOICE for any company. After the necessary information of customer, seller and product has been entered, Invoice for the company is generated.