R B
@RBCodes
Hey! Studying programming since Jan 31 2023 & making good progress. Online resources help a lot. Excited for more! [email protected]
0
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.
2
0
0
1
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.
2
2
1
1
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.
3
1
1
0
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.
0
0
0
1
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.
2
0
1
1
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.
8
3
1
0
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
0
0
0
0
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!
21
1
0
RBCodes I would like you guys to join!
@saifoddin
@PriyanshuBisht4
@Emicy963
@SumeetP
@MerelSmit
@griffinflame
@AshibUllah6 days ago
0
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.
1
0
0
0
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.
0
0
0
0
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.
2
0
0
2
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?
22
4
2
0
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!
0
0
0
0
Find your STAR WARS name!make star war name!
2
0
0
0
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.
0
0
0
0
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.
0
0
0
0
Email Manager And Spammeremail spamm did on programming here as well!
1
1
0
0
List GeneratorAsks the user to list a starting number, ending number, and increment to use. Display an answer based on the users' answers
1
0
0