Coders Packet

Listing of packets of source code submitted by coders

Student Data Management Using C++

I have created a student data management system using C++ which has menus like entering student Details, edit Details, show results.

ANALYSIS AND VISUALIZATION OF COVID-19 PANDEMIC USING PYTHON PROGRAMMING

The aim of the project is to provide data analysis and visualization of covid-19 pandemic using Python programming.

Build a simple Calculator - Python GUI (tkinter)

In this post, you will be learning how to create a graphical user interface with Python and Tkinter and also you will learn how to build a simple calculator app!

Flipkart Web Scraper using Python

In this I have created a web scrapper using Python's bs4 library. Using this we can get details about a TV including brand, cost, rating and so on.

Calculator using C++

This project made in C++ language. In this project the user can do various calculation in Addition,Subtraction,Multiplication,Division and Modulus function.

ALARM CLOCK USING PYTHON

An alarm clock is a clock with a function that can be used to ring at a time set in advance, used to wake someone up. Our task is to write a script to set an alarm using Python.

Hospital Management System using C++

This project is based on hospital management system and this project has concepts of OOPS also implemented in it.

TicTacToe game in C++

TicTacToe is a two-player game in which one's sign is' X' and the other's sign is 'O' and the player has to make 3 the same signs in a row to win the game.

Rock, Paper, Scissors Game in Python

This is the old school "rock paper scissors" game (in python) where the user plays with the system

Webscappinng using Python

This is a Webscrapping Project using Python. The website is scrapped and the data collected is stored in Books.csv. And Price vs No of Books graph is plotted.

Student grade and remark in Java

This JAVA program will take user input and will generate grade according to their score.

Encryption and Decryption of plaintext using Hill Cipher in C++

Implementation of Encryption and Decryption using Hill Cipher in C++. Hill cipher is a polygraphic substitution cipher.