Coders Packet

Listing of packets of source code submitted by coders

IRCTC Website Automation using Selenium webdriver and Python as programming language

My program basically automates IRCTC ticket booking website. I have used Python as my primary programming language and the main library that I have used in this project is Selenium.

Casino Number Guessing Game in C++

It is a number Guessing project in which players enter deposits amount to play the game. It is a simple text-based game in which we have used a procedure-oriented method to design it.

Student Management System in C++

Student Management System is a C++ project based on the concept of managing student data to be used for various purposes. Through, this users can create, display, search, modify student records.

CATERPILLAR GAME USING PYTHON USING TURTLE LIBRARY

It is a quite interesting game where a caterpillar eat the leaves and increases its size. It is implemented by importing turtle and random libraries using Python.

Facial Recognition System using PYTHON.

this project is a facial recognition system using Python language. A facial recognition system is used to recoginise human face using machine learning algorithms.

Library Management System using Java

This project is a library management system using Java. It is a Library management system implemented using Java that tests the books available in a particular library.

GeoQuiz application using Java

This project is a geo quiz application using Java. An android quiz application using Java which contains of 10 Questions based on geography.

Conversion of milliseconds to seconds and minutes using Java

The program is about converting milliseconds to seconds and minutes with the help of primitive data types. The programming language used in the source code is Java.

Compound Interest calculator with Tabular and Graphical Representation using Java

This project calculates the compound interest, represents the result in form of a table, and also makes use of JFreeChart Library to represent the result graphically.

Calculator in Python.

This code is made using functions or methods in Python. As we know that functions are easy to use and yet readable.

Simple Calculator using JavaScript

In this project, we are going to build a simple arithmetic Calculator using HTML, CSS and JavaScript.

ANALOG CLOCK USING PYTHON USING TURTLE LIBRARY

This project is about designing a GUI based analog clock using Python. It is implemented by importing Turtle and Time libraries