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.
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 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.
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.
this project is a facial recognition system using Python language. A facial recognition system is used to recoginise human face using machine learning algorithms.
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.
This project is a geo quiz application using Java. An android quiz application using Java which contains of 10 Questions based on geography.
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.
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.
This code is made using functions or methods in Python. As we know that functions are easy to use and yet readable.
In this project, we are going to build a simple arithmetic Calculator using HTML, CSS and JavaScript.
This project is about designing a GUI based analog clock using Python. It is implemented by importing Turtle and Time libraries