A C++ programme to check the strength of a password. A password must pass some criteria to be a strong password.
The project shows the visualization of the mathematical puzzle called Tower of Hanoi using C++ graphics.
Sorting the given elements using C++ , which has better time complexity than regular Merge and Quick Sorts .
Getpass module has two main functions one is to find the existing user and the other is to hide the password from the terminal.
In this article, we are going to explore ljust, rjust and center methods in Python to align a given string just like we do in Microsoft word to left, right, or center align a given selected text.
This python project is used to compute arithmetic operations on two numbers such as addition, subtraction, multiplication, and division by using the Tkinter module.
A Python implementation to check whether the input number is an Armstrong number (a number that is equal to the sum of its digits each raised to the power of the number of digits) or not.
A Python implementation to check whether the input number is a Krishnamurthy number (a number that is equal to the sum of the factorial of each of its digits) or not.
This Python Code acts as a Real-Time Currency Converter using Tkinter, enabling the user to keep track of changes in the market values.
Age calculator estimates the age of a person from the Date of birth using LocalDate objects, period class, and between() method.
Student percentage to grade converter is the converter developed using "Java Programming Language", that converts the percentage obtained by the student in the examination into the proper grade.
This Hangman Game in Python is used to guess the names of characters of MARVEL superheroes and DC superheroes and supervillains.