Skip to content
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Features
Replit AI
Collaboration
CDE
Deployments
Teams
Pricing
Guides
Blog
Careers
Log in
Start building
Divyansh Bhandari
@bhdivyansh
Webdev and Flutter Enthusiast who also wants to learn about IoT, AI and ML in the future.
Public Apps
Hangman - CLI game
3 years ago
Number Guessing Game in Python - CLI
3 years ago
This is a very simple fun-sized number guessing game made in python. Here the program will ask you about a number 'n' and then it will choose a random number between 1 to 'n'. You have to guess the random number correctly. You will be given unlimited tries. A simple project but good for pastime.
Mad Libs (CLI) in Python!
3 years ago
Mad Libs is a phrasal template word game created by Leonard Stern and Roger Price. It consists of one player prompting others for a list of words to substitute for blanks in a story before reading aloud. The game is frequently played as a party game or as a pastime. This is a CLI Python program which is written to ask the user about prompts for the list of words and it will generate Mad Libs for the user. Instructions: When you run this code-file, The program will start asking you for input of some english nouns, adjectives etc. Fill them and your mad-libs will get generated depending on your inputs. Mad-Libs text courtesy: https://dorkdiaries.com - slight changes done
Number Guessing Game
3 years ago
A simple fun python game that takes a random number and gives you 6 tries to guess it correctly!
Hello World in Dart
3 years ago
Rock, Paper, Scissors
3 years ago
Simply a rock paper scissors game for you!
Flip a coin - Heads or Tails
3 years ago
Just a simple python program to choose heads or tails at random.
1 like
1 fork
Love Calculator 😉
3 years ago
Calculate the destiny of your love life. It is a python program that tests the compatibility between two people. To understand how, read https://www.buzzfeed.com/ariannarebolini/what-are-the-chances-your-crush-is-actually-your-true-love Anyways, This is a fancy way of saying that it is just a simple program to check how many times the letters of the word "TRUE LOVE" occur in the two names provided by the user. Enjoy. (PS: Don't take that lovely part seriously.)
1 like
25 forks
Leap Year or Not? - 2 ways
3 years ago
This python program determines if the given year is a leap year or not. A leap year has an extra day (29th February) in it. If the given year is completely divisible by 4, but not by 100 (but is divisible by 400) then it is a leap year.
1 like
Tip Calculator - Beginner's method
3 years ago
A Simple python program for calculating the amount needed to be paid in a restaurant inclusive of tip depending on what total amount of the bill is and how many people are dining. Note: The currency used here is INR (₹), to use USD ($) or any other currency, replace the ₹ symbol with the symbol of the required currency in the code.
1 like
3 forks
View more