Coders Packet

Listing of packets of source code submitted by coders

Database GUI in Python using Tkinter

This simple GUI in python is used to store a number of entries of basic details like First Name, Last Name, Address, City, State, and Zipcode.

Convert a string of Uppercase Letters to a Palindromic string in C++

This code takes a string with all Uppercase Letters and tells if its reordering can give a palindromic string(And tell if it is impossible). This code is written in C++.

Currency Converter in Java using Netbeans

A Currency Converter built using core java by using AWT which can be implemented simply to convert between INR and Dollar.

Employee Management Application Using Java and Oracle

An application to store and modify the data of the employees like their age, name and, salary.

Vehicle Inventory Management System using Java and GUI

This project uses Java and a GUI (window-builder) to create an inventory management system for the user to buy/trade and generate receipt for the vehicles seamlessly.

IPL (2021) Ticket Generator using C++

This is a project built in C++, generates an 'IPL 2021 Ticket .txt' file which contains the user data like the Name of the user, and Teams playing in that match, the timing of the match.

Tweet Analysis - Python

Tweets are not under-rated for no reason. Here, I have done a Tweet Analysis on some selected tweets, which has been categorized by Kaggle. The language I have used is Python3.8.

Advertising Budget Dataset of XYZ firm in Python

In this project, we would analyze the advertising budget dataset of XYZ firm in Python and explore how sales of products vary with different modes of advertisement in Python.

Casino Game Using C++

In this game, I used C++ language in which the player chooses a number between 1 to 10. If he wins the money would become 10 times and if he loses he loses all his money.

String manipulations in Java

In this project we are going to learn about how to use strings or characters in Java. String are the series of characters.

Hand Cricket game using C++

This is a fun project which is made in C++ and is played by a single player. The other player is the computer itself. The player who scores more runs while batting is the winner.

Payroll Management System using C++

Basic operations users can perform via this program project that is based on file handling are adding new employee record, modifying, deleting a record, displaying employee’s record Using C++