Code Packets
Browse all published coding projects
Create a signup window using Python GUI
This packet contains two files one is an icon image and another one is a Python source code to run a GUI signup form based on Tkinter,message-box, and re
Client Feedback Form using Java Swing in Java
In this post, we shall create a survey form using Java Swing and perform form validation in Java. Form Validation displays appropriate error messages when any condition is violated.
Tic-Tac-Toe Game using Python
Tic-Tac-Toe Game where user and computer plays a Tic-Tac-Toe Game, the requirement is only Pygame.
Expense Management using Python
Expense Management manages the monthly expense and then categories it into different labels.
Simple ATM machine using Java
This program is about knowing the user's data in their ATM accounts. The program is developed in Java language.
Toxic comment classifier in Python using sklearn library.
We create a Multinomial Naive Bayes model and a logistic regression model to train a toxic comment classifier. The project is in Python using sklearn library.
E-Learning using Html
In this E-Learning project, I have used Html, CSS, JavaScript. This website has a home page, login page, signup page, course details, and course videos
Python program to create a calculator
A simple python calculator which can do basic calculations like addition, multiplication, square root, etc
Student Marks Prediction According to Their Study Hours
This project is based on machine Learning model. which is a Linear Regression Model. It predicts the marks of student according to their study Hours.
Object Detection Using OpenCV
This Project is based on the deep learning concept. It can detect the objects. And for developing the project. I have used Python language and Jupyter NoteBook Editor.
Website Blocker using Python
Website blocker block the list of sites from the host file for the dates given by the user
Create a calculator using Python GUI
This packet contains two files one icon image and another is a Python code to run a calculator GUI in Python based on Tkinter.