Skip to content
Sign UpLog In
Profile icon

R B

@RBCodes
Hey! Studying programming since Jan 31 2023 & making good progress. Online resources help a lot. Excited for more! [email protected]
GitHub
  • Add Your Info Here To Me

    Cover page
    Made with Python

    Hello there! I have a quick survey that I would love for you to participate in. It would be great if you could share your information with me by adding it to the list below. Also, I would really appreciate your feedback on any of my published repl in comments! or you can share ur's fav repl from your or mine profile! Please feel free to skip any questions that you don't feel comfortable answering by simply typing "no". Thank you so much for your time and participation!

    Recent comments (1)
    RBCodes
    RBCodes
    6 days ago

    I would like you guys to join!

    @saifoddin @PriyanshuBisht4 @Emicy963 @SumeetP @MerelSmit @griffinflame @AshibUllah

Repls
Community
RBCodes
RBCodes
published a Repl
8 hours ago
0
User Input File Write
User Input File WriteThis Python script prompts the user for their username and high score, writes the information to a file named 'high.score', and allows them to continue adding information until they type 'n'. After quitting, the file is closed and a message is printed asking for feedback.
RBCodes
RBCodes
published a Repl
1 day ago
1
Top Trumps Battle Game
Top Trumps Battle GameThis code defines a game where the user selects a character and a power and battles against the computer's randomly selected character. The winner is determined by the power selected, and the game can be played multiple times until the user decides to quit.
PriyanshuBisht4
PriyanshuBisht4
sis what does this code do ? I was unable to execute it 2 days ago
RBCodes
RBCodes
published a Repl
2 days ago
1
MokéBeast *dictionaries with dynamic list!
MokéBeast *dictionaries with dynamic list!This Python code prompts the user to input their beast's info. It then stores this information in a dictionary and displays it back to the user with dynamic output.
PriyanshuBisht4
PriyanshuBisht4
Interesting code nice to play 2 days ago
RBCodes
RBCodes
published a Repl
4 days ago
0
ROCK PAPAER SCISSORS!
ROCK PAPAER SCISSORS! The code implements a simple game of Rock Paper Scissors using Python, allowing two players to input their choices and determining the winner based on the rules of the game.
RBCodes
RBCodes
published a Repl
4 days ago
1
Bingo Playable Game
Bingo Playable GameA command-line game that allows users to choose between 3x3 and 5x5 bingo games, generates bingo cards with randomly generated numbers, allows users to input a number and marks it on the card, and checks for horizontal and vertical bingo lines to determine the winner.
RBCodes
RBCodes
published a Repl
5 days ago
1
Simple CRUD Program with Command-line Interface
Simple CRUD Program with Command-line InterfaceThis Python code allows users to add, edit, and remove records from a list, which is displayed in a formatted table. The program uses a command-line interface and includes features such as input validation and clear screen functionality.
PriyanshuBisht4
PriyanshuBisht4
Nice code but what is that in square brackets2 days ago
RBCodes
RBCodes
published a Repl
6 days ago
0
Bingo Card Generator
Bingo Card Generatorwell, i dont have interest in this code! This Python code generates a bingo card consisting of 15 randomly selected numbers between 1 and 90, arranged in a 3x3 grid
RBCodes
RBCodes
published a Repl
6 days ago
0
Add Your Info Here To Me
Add Your Info Here To MeHello there! I have a quick survey that I would love for you to participate in. It would be great if you could share your information with me by adding it to the list below. Also, I would really appreciate your feedback on any of my published repl in comments! or you can share ur's fav repl from your or mine profile! Please feel free to skip any questions that you don't feel comfortable answering by simply typing "no". Thank you so much for your time and participation!
RBCodes
RBCodes
I would like you guys to join! @saifoddin @PriyanshuBisht4 @Emicy963 @SumeetP @MerelSmit @griffinflame @AshibUllah6 days ago
RBCodes
RBCodes
published a Repl
7 days ago
0
Website Feedback
Website FeedbackThis code prompts users to rate a website by inputting the website name, URL, a description, and a rating in stars. The user input is stored in a dictionary and printed back with a friendly message, including the rating displayed in stars.
RBCodes
RBCodes
published a Repl
7 days ago
0
Animal Sounds Player with Input Validation
Animal Sounds Player with Input Validation This code allows users to select an animal from a list and hear its sound. It also includes input validation to ensure that users only enter valid options, and allows them to play again or exit the game.
RBCodes
RBCodes
published a Repl
8 days ago
0
Personal Info Collector
Personal Info CollectorThis code is a friendly script that collects personal information from the user and stores it in a dictionary. After collecting the information, the code uses it to generate a personalized story about the user.
RBCodes
RBCodes
published a Repl
9 days ago
2
Emoji Hangman
Emoji Hangmana fun and interactive game where you have to guess the secret word represented by an emoji. You have a limited number of attempts to guess the word, and with each incorrect guess, the cute hangman gets a little sadder. Can you save the hangman and guess the word before he runs out of chances?
AharonNichols
AharonNichols
you can only guess once then it doesnt work 9 days ago
PriyanshuBisht4
PriyanshuBisht4
Op sis I also want to do this so i will continue leaning 7 days ago
RBCodes
RBCodes
published a Repl
12 days ago
0
RainbowPrint
RainbowPrint"RainbowPrint" is a fun and easy-to-use Python code that lets you add a splash of color to your terminal outputs. With just a few lines of code, you can print your favorite sentences in vibrant rainbow colors. Perfect for creating eye-catching messages or just adding a bit of whimsy to your day. Give "RainbowPrint" a try and see how it can brighten up your day!
RBCodes
RBCodes
published a Repl
13 days ago
0
Find your STAR WARS name!
Find your STAR WARS name!make star war name!
RBCodes
RBCodes
published a Repl
14 days ago
0
Name List Creator
Name List CreatorThis code prompts the user to enter first names and surnames, capitalizes them and adds them to a list. If a duplicate or non-alphabetic characters are entered, an error message is printed. The list of names is printed after each input.
RBCodes
RBCodes
published a Repl
14 days ago
0
ToDo List Advance
ToDo List AdvanceA menu where the user can view, add, or remove an item. The user is able to edit the text of an item on the list too. Don't allow the user to add duplicates. Double checks with the user they want to remove an item from the list before it is actually removed. Gives the user the option to completely erase the to do list.
RBCodes
RBCodes
published a Repl
16 days ago
0
Roll Dice
Roll DiceAsks user for number of dice sides and roll a dice!
RBCodes
RBCodes
published a Repl
16 days ago
0
Email Manager And Spammer
Email Manager And Spammeremail spamm did on programming here as well!
RBCodes
RBCodes
i used chat gpt to add comments in program! 15 days ago
RBCodes
RBCodes
published a Repl
16 days ago
0
List Generator
List GeneratorAsks the user to list a starting number, ending number, and increment to use. Display an answer based on the users' answers