Code Packets
Browse all published coding projects
Ticket booking fare estimation system for bus using C++
This project aims to calculate the total fare for booking seats in a bus by one or more person(s).
Swapping of Numbers Using two variables and Three variables Using Java
In this project, Let's discuss swapping numbers using two variables and three variables in Java. To understand this project, you want to know about data types and how to use them.
Linear regression in C++
In this C++ project, the regression analysis is done to find equations that will fit the data. Linear regression is one type of regression analysis. The equation for a line is y = a + bX.
QR Code Generator in Python using qrcode and pillow packages
This is the source code for the QR Code generator in python using qrcode and pillow packages. It takes user input (text/link) and saves the QR code for that input in png format.
Console Hangman game in Python
Hangman game in Python is implemented using loops. Here, it randomly assign a word to the player, and the player has to guess the word by recommending the letters with a fixed number of attempts.
Sapiens of steel - an online stopwatch made with HTML, CSS, Javascript and Bootstrap
Sapiens of steel is an online stopwatch to help people to be able to track their progress in physical and mental exercises.
QR CODE GENERATOR USING PYTHON
This is a very efficient Python Program that generates QR - CODE for any kind of information provided.
Banking Application in Java
This Java project focuses on banking services like deposits, withdrawal, check balance, and the previous transaction.
Trim an Audio file with FFMPEG using Tkinter Python
This project aims to trim an audio file with FFmpeg using Tkinter GUI(Graphical User Interface) Python. FFmpeg is a software, which is a multimedia framework.
Sentiment Analysis of Tweets using Binary Classification in Python
In this project, sentiment analysis of twitter data is carried out through binary classification of tweets in Python using Stochastic Gradient Descent Classifier.
Making a web application and deploying Machine Learning models using Flask
In this project, I trained a machine learning model for Diabetes prediction and then used the trained model to make a web application using the Flask Python framework.
Web Scraping of Top Repositories from GitHub Topics using Beautiful Soup library
In this project, I scraped the top repositories from the topics section on Github using BeautifulSoup library in Python and stored them in a CSV file