Code Packets
Browse all published coding projects
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.
Rupee converter in Java
The programming language used in the source code is Java. This program converts the Indian rupee into the currency selected by the user among the available list of currencies.
Python code to create a REST API to log/modify library details in a database
Python code which creates a REST API to log/modify library logs when a user borrows/renews/returns a book, using flask, flask_mysqldb (python), Postman API tester application and MySQL.
Convert Java Text to speech using the FreeTTS Jar file
Hello friends, Welcome to my new tutorial during this tutorial, we are going to create an application that converts Java Text into Speech using the FreeTTS library.
TicTacToe in C++
TicTacToe is a game where two players to put Xs and Os in compartments of a matrix. This is a C++ project.
Socket Programming- Program in Java for Implementing an Simplex Unrestricted Protocol.
Socket programming in java for implementing the simplex unrestricted protocol of data link layer using TCP. There are two codes, one for the server and one for the client.
Socket Programming- Program in Java for Implementing an Simplex Unrestricted Protocol
Socket programming in java for implementing the simplex unrestricted protocol of data link layer using TCP. There are two codes, one for the server and one for the client.
Python program for relational operators
A relational operator is a programming language construct or operator that tests or defines some kind of relation between two entities. in python, there are 6 relational operators
Similarity Checker between two text files using Flask in Python
Compare two texts file for similarity by Line or Sentence in Python using Flask. The files with similar content are highlighted and displayed side by side for comparison.
Creating Virtual Piano in Java
In this article, we will see how to make a virtual piano with some beautiful music notes. This Virtual piano is made up of with the core concept of Java, so it is very easy and fun to make.
JAVA Title: TIC TAC TOE Game
In this article, We gonna see how to create a fun game. A game that is a perfect time killer. TIC TAC TOE We will see how to create a Tic tac toe game in the Java Language.
Predict Sentiments of Amazon Customers using Python
In this tutorial, we are going to predict the sentiments of Amazon customers using Python. We apply a Logistic Regression machine learning algorithm to our data.