Coding Projects with source Code Python HTML CSS JAVASCRIPT projects with source code
Temperature Convertor Using Java With Source Code Introduction: In this project, we will show how to build a Temperature Convertor using Java. This Temperature Converter allows to convert the temperature in various units like Celsius, Fahrenheit and Kelvin. This is the Command Line user Interface(CLI) based application. This system is build with an easy and […]
Online Reservation System Using Java With Source Code Introduction: Welcome to Online Reservation System using Java. This system allows you to make reservations for guests in online mode. Online reservation systems have become increasingly popular in recent years, as more and more businesses look to streamline their booking process and provide a more convenient experience […]
Word Counter Java Swing With Source Code Introduction: In this project, we will demonstrate how to build Word Counter using Java Swing library. This Word Counter allows you to count the words easily using a graphical user interface (GUI) application. This system is develop with the Java Swing library which gives a set of components […]
Text Editor Using Java Swing With Source Code Introduction: In this project, we will show how to develop Text Editor using Java Swing library. This Text Editor allows you to save and open a text file using a graphical user interface (GUI) application. This system is develop with the Java Swing library which gives a […]
Stock Management System Using Java With Source Code Introduction: Welcome to Stock Management System using Java! A stock management system is a software application that helps businesses manage their inventory of goods. It allows businesses to track the flow of goods from supplier to warehouse to customer and provides real-time information on the quantity and […]
Hotel Management System using Java With Source Code Introduction: Welcome to Hotel Management System using Java! A Hotel Management System is an application used to manage various activities and operations of a hotel. It helps to automate many of the processes involved in running a hotel, such as reservations, check-ins and check-outs and room assignments. […]
Quiz Game Using Java With Source Code Introduction: In this article, we will show how to develop a Quiz Game. With the use of this quiz game Command Line User Interface(CLI) system, you may create a quiz, take a quiz, view quiz questions and its answers and list the quizzes easily and quickly. The system […]
Bus Ticket Booking System GUI using Java With Source Code Introduction: In this article, we’ll show how to build a Bus Ticket Booking System using the Java Swing library and JDBC. This bus ticket booking system allows you to book a bus ticket easily is a graphical user interface (GUI) application. This system is built […]
Employee Management System using Java With Source Code Introduction : Welcome to Employee Management System! It is a simple management tool using java that helps to add employees, view employee details, and remove employees from the system. The system is very handy and works on the admin panel. It is made using java which ensures […]
Notepad Using Python Tkinter With Source Code Introduction: tkinter is a GUI library provided by Python to create GUI applications. In this project, with the help of this library, we are going to build up the notepad, a text editor. The notepad will have two main menu items: File & edit. The functionalities of these […]
Get Info of Phone Number using Python With Source Code Hello Curious Coders, In this project we are going to work on another python predefined library named “phonenumbers” which helps us to extract the information of a phone number like carrier(service provider name) , region it belongs to etc,.Let’s get into it… Source Code : […]
Car Racing Game Using Python With Source Code Introduction: In this project, we have created a “Car Racing Game” by using the pygame module in Python. It is one of the most efficient libraries for game development using python. Starting with an introductory window providing two options that are, to start or to quit, to […]
Convert Image to PDF Using Python GUI With Source Code Introduction : The code given is a simple Graphical User Interface (GUI) application created using the Tkinter library in Python. The application for helping any user convert multiple images into a single Portable Document Format (PDF) file. The user does the selection of images they want […]
Library Management using Python GUI With Source Code Introduction: This Library Management System project is a Python-based solution that utilizes the tkinter library to create a graphical user interface (GUI). Its main goal is to simplify and streamline the process of managing books and library members. The code includes a class named “Library Management,” which […]
Creating GUI Piano Using Python With Source Code Introduction: In this project, we are going to build a GUI piano by using different libraries of Python. With the help of the tkinter library, we will create the GUI for the project. As the name suggests, several keynotes of the piano will be there and by […]
Airline Reservation System Using Java With Source Code Introduction: In this project, we’ll show you how to create an Airline reservation system using java. This is a command-line user interface-based airline reservation system that allows you to check seat availability and reserve a seat if it is available. The system is designed with a switch case that gives […]
E-commerce website using HTML CSS JS With Source Code Introduction: This project is about an e-commerce website where a user can do shopping with a seamless experience. A user can choose a product as per his choice He can filter the products by size as well as by the color he wants. You can customize this […]
Simple Banking Application Using Java GUI Introduction: Welcome to the Banking Swing Application! This banking application’s graphical user interface (GUI) provides a simple and understandable method for performing deposit and withdrawal operations. It is created using Java’s Swing library, which provides a flexible and powerful set of components for creating graphical user interfaces. The application […]
Get Instagram Account Details using Python With Source Code Introduction : Hello Curious Coders, In this Project we are going to fetch the details of an Instagram Account. There is pre defined package in python named instaloader which is going to allow us to scrape through the instagram account of someone. Let’s get into it….. […]
Drawing Pikachu Using Python With Source Code Introduction: In Python, the turtle is one of the most exciting libraries which enables the user to create pictures on a virtual canvas, with the help of the in-built functions of this library we can see the magic of art. In this project, with the help of this […]
Library Management System using HTML, CSS and JavaScript With Source Code Introduction: This Projects Online Library Management System introduces a System that is created by using the latest tech stacks i.e. HTML5, Bootstrap, and JavaScript(ES6) One who has a basic understanding of JavaScript and familiar with JS Functions concepts can understand easily. You can customize […]
ATM Simulation System Using Java With Source Code Introduction: Thanks for visiting the ATM Stimulation System! This Command-Line User Interface (CLI)-based ATM Stimulation System offers a clear and easy way to execute withdrawals, deposits, and check balances. Java is the programming language used to create it. The system includes a simple command line interface with […]
Building Our Own ChatGPT using Python With Source Code Introduction: In This article, we’ll show you how to create a chatbot using OpenAI python. OpenAI is an artificial intelligence research organization that provides a platform for building and training machine learning models. ChatGPT is one of the most popular Ai Models which can be used […]
Detect Plagiarism in files using Python With Source Code Introduction Hello Curious Coders,In this project we are going to discuss how to check the plagiarism between thecontents present in two different text files. In python this can be done usingpredefined package difflib but we are going to check it manually. Let’s get into it…. Source […]
Make a Simple Calculator using HTML, CSS and JS with Source Code Introduction: This is the Project which creates a Scientific calculator which helps you to make calculations in math in a very easy manner. It is user-friendly as well as a faster calculator You can use this calculator not only for general use but […]
To-Do Manager using HTML CSS JS with Source Code Introduction: This Projects is about a To do manager that manages users tasks. It has animated interface which is very helpful to interact with user.It is created by using the latest tech stacks i.e. HTML5 , CSS3 and JavaScript(ES6)The logic used to create this project no […]
Digital Countdown using HTML, CSS and JavaScript With Source Code Introduction: This Projects Countdown Timer introduces a Animated Countdown Timer which is created by using the latest tech stacks i.e. HTML5 , CSS3 and JavaScript(ES6) The logic used to create this project no too much difficult One who has basic understanding of JavaScript and familiar with JS […]
Calculator in Java Using Swing With Source Code Introduction: Welcome to the Java Swing Calculator! This calculator is a graphical user interface(GUI)application that provides a simple and intuitive way to perform mathematical calculations. It is built using the Swing library in Java, which provides a flexible and powerful set of components for creating graphical user […]
Temperature Converter in Java using Swing With Source Code Introduction: The Temperature Converter is a common tool used in daily life and has various applications in different fields such as meteorology, thermodynamics, and physics. With the rise of computer technology, it is now possible to build a graphical user interface (GUI) for this tool,making it […]
Language Detection of a Sentence using Python With Source Code Introduction Hello Curious Coders, In this project, we are going to learn how to detect the language in text using Python with the help of libraries like long detect. This parses through the basic functions of langdetect library and is going to detect the sentence […]
Black and White to Colour Images using Python With Source Code Introduction Hello Curious Coders, In this project we are going to convert the Blacka and White Image to Colour Image using Python. To do so in python we have a popular package named as CV2 which is most used to perform image related operations. […]
Photo Collage Maker using Python With Source Code Introduction Hello Curious Coders, In this Project we are going to discuss how to form a collage of images using python. The Photo Collage is a group of multiple photographs or images arranged and displayed together in a single composition. The PIL packeg is used to generate […]
WordCloud using Python Hello Curious Coders, WordCloud is a graphical representation technique where the words are displayed based on their frequency in the text provided. This is used when one want to analyze and find out the frequent words of a paragraph just by looking at an image. So here is the code to implement […]
Birthday Wishes Using Python With Source Code Introduction : Hello Curious Coders, In this Project we are going to generate simple Birthday wishes using turtle package in python. Turtle is a package in python which is responsible to produce some graphics. So here is the Code…. Source Code import turtle # Create a turtle object […]
Currency Converter in Java Using Swing With Source Code Introduction: The Java program that creates a simple currency converter using the Swing library. The program creates a GUI that consists of two labels(one for rupees and one for dollars), two text fields (one for rupee input and one for dollar input), and three buttons (One […]
Simple Calculator Using Java With Source Code Introduction: A simple calculator is a type of electronic calculator that is designed to perform mathematical operations, such as addition,subtraction,multiplication,division. These calculators are commonly used in fields such as engineering, physics, and finance. In this article, we will be discussing a basic scientific calculator program written in Java. […]
Simple Supermarket Billing System using Java With Source Code Abstract: The java program for a supermarket billing system. The code prompts the user to enter details about each items they are purchasing, such as the item name, quantity, and price. It then stores this information in an ArrayList of Item objects, which is a custom […]
Airline Reservation System Using Java With Source Code Abstract: The code is an example of an airline reservation system implemented in Java language. The program uses an array of boolean values to represent the seats on a plane, where a value of true indicates a seat is reserved and a value of false indicates a […]
Budget Tracker using Java With Source Code Introduction : The above code is a sample implementation of a budget tracker in Java. The BudgetTracker class keeps track of a user’s expenses and incomes, and calculates the current budget balance. The class has a constructor BudgetTracker(), which initializes two ArrayList objects, one for expenses and one […]
Library Management System Using Java With Source Code Abstract: library management system would be to create a separate class for handling the catalog of books, and another class for handling the individual books. This would allow for better organization and separation of concerns, as well as making the code more reusable. The Library class holds a list […]
Online Voting System Using Java With Source Code Introduction: Online voting systems have become increasingly popular in recent years, as they offer a convenient and efficient way for people to participate in elections and other types of voting events. Java is a powerful programming language that is well-suited for developing online voting systems due to […]
Simple Banking Application Using Java With Source Code Introduction: Simple Banking Application is a simple Java project for beginners to start their career in coding. You’ll learn about Scanner class to take inputs, and the basics of strings, loops, methods, and conditional statements. Here, simple banking operations like deposit, withdrawal, checking balance, exit, etc. Explanation: […]
Number Guessing Game Using Java With Source Code Introduction: A number guessing game is a simple and fun way to learn about programming and the Java programming language. In this article, we will walk through the process of creating a number guessing game using Java. Explanation: The first step in creating a number guessing […]
OTP Verification using Python With Source Code Introduction: In this project, we have made an OTP verification System with Help of various libraries. First of all, we made use of Tkinter for creating the GUI for our project. Next to that, to generate the random Numbers as OTP we used a random module. At last, […]
Quiz Application Using Python With Source Code Introduction: In this project, we have built a Quiz Application with the help of the tkinter module in Python. In this, users will be provided with a GUI in order to select one of the correct options. As the user will choose the correct option the point will increase. […]
BMI Calculator using python With source Code Introduction: In this project, we will build up an Advanced BMI Calculator by the tkinter library of Python. It is the standard GUI library of Python. With the help of sliders, the user can mention their height and weight, by clicking the report button they can see their calculated […]
Scientific calculator using Python With Source Code Introduction: In this project, we build up the scientific calculator using the tkinter library of Python. It is the standard GUI library for Python. With its help, we prepared the GUI for the project, and to add the functionalities of the scientific calculator, we used a math module. […]
Draw Doraemon Using Python With Source Code Introduction: In Python, the turtle is one of the most interesting libraries which enables the user to create pictures on a virtual canvas, with the help of the in-built functions of this library we can see the magic of art. In this project, with the help of this […]
Convert Text to speech using python With source Code Introduction: In this project, we will convert the text into speech using Python. It will be made possible by using the gTTS module in Python. It is a Python library and CLI tool to interface to Google Translate Text to speech API. Let’s get into this […]
GUI alarm Clock Using Python With Source Code Introduction: In this project, a GUI alarm clock has been created with help of the “Tkinter” module. Tkinter is a standard GUI library for python. With the help of this module, we have created a simple GUI interface for setting the alarm details. As per the requirement, […]
Flappy Bird Game Using Python With Source Code Introduction: In this project, we have created a game using the “Pygame” module in python. The game is named “Flappy Bird”. Most of you have played this game on your mobile phones and now it’s time to code this game by yourself. If you haven’t played this […]
Hangman Game using python With Source Code Introduction: In this project, we have created a Hangman game with the help of the “Pygame” module in Python language. Basically, it is a guessing game. The player tries to guess it by suggesting letters within a certain number of guesses. If the guessed word is correct within […]
Sudoku Game Using Python With Source Code Introduction: In this project, we have created a Sudoku Game with the help of a module named “Pygame”. Basically, in this, a random grid will be produced containing digits from 1 to 9 with the help of an API. To play this game: Each row, column, and square […]
Employee Management System using c++ With Source Code Introduction: Employee Management System the whole project is designed in ‘C++’ language. This project manages the employee records working in a company such as personal information, work information, and contact info. This project is easy to operate and understood by the users. it is based on the […]
Graphical User Interface Calendar using python With Source Code Introduction: A calendar is used in our daily life. Here we will build a GUI(graphical user interface) Calendar project in python using a python module called Tkinter. Tkinter is a python module to create GUI applications. It is a great tool to build python applications. This […]
Student Management System using C++ With Source Code Introduction : This is a student record management system project, which enables you to create, read, modify, and delete student Records. This project is developed using the programming language C++. Student Management system is a management information system for education to manage students’ data. It includes the […]
ATM BANKING SYSTEM USING C Language With Source Code Introduction: ATM uses software applications for performing banking operations, whether you want to withdraw cash, deposit cash or undergo any important fund transfers immediately, it is not exactly convenient to always visit the bank branch and wait in long queues to perform such quick and easy […]
GUI Based Internet Speed Test Using Python With Source Code Introduction: python language is one of the most preferred programming languages in today’s scenario of the data science field. Because of its simple syntax and vast libraries/packages/modules, implementing various applications/programs/codes is very handy. Explanation: GUI is one of the best interfaces for a user to […]
Ping pong game using python With Source Code Introduction: In this project, we have tried to create a ping pong game via using the “pygame” module of python. If we talk about the game then, in this game, there are two sides considered as player1 and player2, and a ball is present which needed to […]
Snake Game Using Python With Source Code Introduction: In this project, we have created a snake game using a python module named “Pygame”. Basically, in this game, the user will control the movement of the snake through the keyboard arrows and direct the snake in the direction of food, as the snake eats the food […]