A GUI based implementation of the well known game 2048, in Python. Tkinter module is used for graphics.
A group chats application using MulticastSocket. A multicast host is specified by a class D IP address and by a standard UDP port number
The application is based on a company where a new candidate joins and the program will generate an email and a random password for the candidate also the candidate can update his email/password.
Hi, we will learn how to implement a program to communicate between two nodes using Sockets in JAVA.
Implement a program to find Minimum and Maximum elements in an Array using the Divide and Conquer paradigm in java.
This is a simple python project that extracts the text from the image. Store the text into a text file. Then retrieves that text from the file and convert it into a speech.
Chatbots are the computer program that uses Artificial intelligence system that interacts with the user through text or voice. It saves time with automation.
It is a simple project that converts images to sketch with the help of some python built-in modules.
It is a project which shows pinpoints of all the IITs on the map with the help of their coordinates and also shows some information about the IITs.
A GUI based digital clock API made using Kivy module in Python. It shows the time in 24 hour format and there is also a stopwatch feature available.
Created a guessing game using python in which the player will have to guess the letters that comes in the name of a country that the computer generates randomly.
Create a frequency distribution table of class interval of size 5, containing upper limit, lower limit, frequency and middle values of limits using numpy and pandas libraries in python.