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.
In this project, we will like to see the countdown timer by using the Python program.
This is the python program to display the prime numbers upto the N limit, that N limit is dependent on own choice.
In English language the vowels and consonants are the types of letters divided based on their pronounce.
For finding whether the year is leap year or not by using python program. Generally the leap year is exactly divisible by 4 except for century years(years ending with 00).
In this program, we will generate a circular pattern out of squares using python's turtle module.
The Temperature Converter Using JavaScript project aims to provide a simple and user-friendly tool for converting temperatures between Celsius and Fahrenheit scales.
It's a simple command-line random password generator. It generates random passwords of a specified length and quantity and displays them to the user.
It's a script that takes a list of URLs as command-line arguments and uses the TinyURL API to generate shortened URLs for each input URL.
A simple Body Mass Index (BMI) calculator made using React.js and basic css.It can be used to know about your BMI and you can work on your body based on the results.
This Python code creates a simple Snake game using the Turtle graphics library, where a player controls a snake to eat food, avoid collisions with walls and itself, and maintain a score.
This Python code uses Turtle graphics to create a simple Pong game where players control paddles to bounce a ball and earn points.