Coding Projects with source Code Python HTML CSS JAVASCRIPT projects with source code
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 […]
Airlines Reservation system using C with Source Code Introduction : Airlines Reservation System deals with the various activities related to the flights. It is a web-based flight booking agency that is used to conduct flight bookings. Earlier all activities were done manually, which was very time-consuming and costly. But the Airlines Reservation System simplifies the […]
Creating A WaterMark on Image using OpenCV with Source Code Introduction: We are now making watermarking images using OpenCV in Python in this project. Watermark is looking left Text/logo onto the image. This helps us to identify the actual developer of an artist. Watermarks are used to protect the copyright of the picture. watermarks sometimes […]
Radha Krishna Drawing using Python with Source Code Installation: In this project, we’ll explore how Python’s graphics library can be used to draw a pleasing picture of Radha Krishna, one of the most beloved gods in Hinduism. So just relax and tune into an amusement for the eye and mind. Python comes with open source […]
GUI Digital Clock Using Python with Source Code Introduction: In this Project, I will show you. How to Create Graphical User Interface of Digital Clock and How to Design your clock beautifully. We are Using Tkinter, which is a framework of Python Programming Language. In which we can design your outer part of the project […]
GUI Stopwatch using Python with Source Code Introduction: We will build the GUI(graphical user interface) Stopwatch application usingpython with Tkinter. Tkinter is a python GUI package. Tkinter is the fast andeasiest way to create GUI applications. We will create start, pause, stop and quit buttons to control our application. Project Requirements: For writing code, there […]
Turtle Patterns in Python with Source Code Introduction: In this article, we will see how to draw patterns using Python turtle graphics. python has a turtle module. turtle is a popular way for introducing programming to kids. About Turtle: Turtle graphics is a popular way for introducing programming to kids. It was part of the […]
Rock Paper Scissor Game using Python with Source Code Introduction: Python is a high-level programming language and it is used to developgames as well. In this, we have created a command-line Rock Paper Scissorsgame. According to the rules, the user gets the chance to pick the optionfirst, and then the computer’s choice will be generated […]
Drawing Patterns Using Python Turtle with Source Code Introduction: In this article, we will see how to draw patterns using Python turtle graphics. python has a turtle module. turtle is a popular way for introducing programming to kids. About Turtle: Turtle graphics is a popular way for introducing programming to kids. It was part of […]
Send WhatsApp Messages Using Python with Source Code Want to automatically send WhatsApp messages using Python? The pyautogui library makes it easy! you can Automatically message your friends using Python and the pyautogui library. What is pyautogui ? The pyautogui library is a powerful tool for automating mouse and keyboard interactions with other applications. Using […]
Draw a Heart Using Python Turtle with Source Code Introduction : This tutorial teaches you how to draw a heart using the Python Turtle for beginners. The way to draw a heart in Python is by listening for control codes and looping. Control codes are special types of coding that give instructions for what the […]
Find Wi-fi Passwords using Python with Source Code Introduction : This article will show you how you can find wifi passwords using python. if you forget your wifi password so this python script can find your wifi password. To find the already connected wifi passwords we need to execute two commands on the terminal so […]
Print Rainbow Benzene using python with Source Code In this article we will see how to draw a rainbow Benzene using Python turtle graphics. python have a turtle module. turtle is a popular way for introducing programming to kids. Print Rainbow Benzene using python To install the turtle module open your terminal and run the […]
Get HTML Code of any webpage Using Python with Source Code Introduction : In the Python programming you can extract the source code of any webpage which is hosted on the internet. For this python have Requests Module. Requests allows you to send HTTP/1.1 requests extremely easily. Installing the requests module : Requests module available […]
Generate QR code Using python with Source Code Introduction : The QR Code Generator project is a user-friendly Python application that leverages the power of GUI programming and QR code generation to create a seamless and interactive experience. With this project, users can effortlessly input website URLs and promptly generate QR codes for them. The […]
Wikipedia search using Python with Source Code Introduction : Wikipedia is a Python library that makes it easy to access and parse data from Wikipedia. Python have this library for to the easy access to the wikipedia and gather information from wikipedia after receiving information from various sources. this term is called as Data Scraping. Wikipedia is a Open Source, […]
Convert text to Handwriting using Python with Source Code Introduction : In this article we’re going to convert the text to handwritten image using Python. Python is open source programming python has provided to convert the text to handwriting using the pywhatkit module. pywhatkit python library provides various features. it is a easy to use […]
Draw Iron Man Face with Python Turtle: Tony Stark Face Introduction : In this blog we will show how to draw stony stark (iron man ) face suing python turtle. you were thinking this would be the long code to draw the tony stark face using python don’t worry it’s only 3 lines of […]
GUI YouTube Downloader Using Python with Source Code Introduction: The GUI based Youtube Downloader is a mini project in python which helps one to learn the basics of creating the interfaces in python using tkinter. The Youtube is one of the most popular social media platforms where we can explore thousands of videos for a […]
GUI Music Player Using Python with Source Code Introduction: The GUI Music Player using Python is an interactive application where user can simply control it by clicking on the buttons. To build this project in python we need to create an interface first with the help of tkinter() package. Next, using mixer module in pygame […]
GUI Password Generator Using Python with Source Code Introduction: The term GUI refers to Graphical User Interface indicates that the application will be more interactive than static applications. The Password Generator is an application which is used in many real world applications like password recommendations in Gmail,Instagram etc,. And we can implement this using python. […]
GUI-Based Calculator Using Python with Source Code Introduction: In general, the Calculator can also be implemented using CLI ( Command Line Interface) as a Menu Driven Program but the GUI( Graphical User Interface) is much more interactive than that. The GUI in python is implemented using Tkinter packages/modules.