Muffins the Cat
@MuffinsTheCat
Nothing
Repls
Community
0
Password Generator/Tester (1)This is a program which can generate a password from any character on a standard keyboard. It can also crack a password, to test how safe it is. The password can be up to 100 characters long and is completely randomised. If course this is not the best password generator otherwise it would use every single ASCII character in existence. The cracker also isn't the best and just goes through ever combination of every character instead of using an algorithm to first check the most common words/passwords. If for whatever reason you decide to use a password generated by this program, good luck remembering it!
1
0
0
0
Password Generator/TesterThis is a program which can generate a password from any character on a standard keyboard. It can also crack a password, to test how safe it is. The password can be up to 100 characters long and is completely randomised. If course this is not the best password generator otherwise it would use every single ASCII character in existence. The cracker also isn't the best and just goes through ever combination of every character instead of using an algorithm to first check the most common words/passwords. If for whatever reason you decide to use a password generated by this program, good luck remembering it!
2
0
0
0
Select the number function
A surprisingly easy to code function that allows the user to select a number using W, S or the up/down keys and confirm it with enter. You can select a minimum and a maximum number and a number the function starts at.
Useful for things like selecting how many of something to buy or choosing how many items to drop.0
[UNRELEASED] TalrythiaAn upcoming RPG I am making
What is wrong with this?
Even if the main file is completely empty, no matter what I do, I get this error. It's not helpful at all as I do not have any of the files it lists but still it shows the error anyway. How do I fix this?30
5
0
0
What is this error?
Even is my code is completely empty, I keep getting this same error:
Traceback (most recent call last):
File "/tmp/upm2738761249/bare-imports.py", line 13, in
imports, haderrors = pipreqs.getall_imports(
File "/tmp/upm2738761249/pipreqs.py", line 52, in getallimports
contents = f.read()
File "/nix/store/xd5m4hym6gjmdfl0hx1xpj4j2hlc54xx-python3-3.8.12/lib/python3.8/codecs.py", line 322, in decode
(result, consumed) = self.bufferdecode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 0: invalid start byte
exit status 1
Replit: Package operation failed.
Why the hell is this happening and how do I fix it?2
1
0
I am having a problem with the replit audio module. I have a battle system in this game I'm making where I want music to play, however, the song will
How to use GetKeys
What is GetKeys?
GetKeys is a Python module that allows you to detect a user input without them having to press enter afterwards.
@Coder100 recently made a program in c++ that could read your mind. This program does the same thing, but in just five lines of code and one file in P
Python
I have always been looking for a way to detect user inputs without using input() and I finally found getkey. This is my first time using it so I just
stylego, my first module
Stylego is my first ever module and I had a lot of help in making it. Most of the credit goes to Csinsc for the module. I ma
Python
Often when I look at python tutorials I see something like this:
>>>print("Hello, world!")
But when I type code with the >>> is returns an invalid syn
I am working on a game where the player can have multiple save games at once, and the player has to input the name of the savefile they want. How do I
I'm making a program that requires the user to upload a file from their computer. I know I can use something like Documents/text.txt to open a specifi
Sometimes I get an error I don't know how to solve (Python). When I highlight then ctrl+c the error, it just comes up with a message:
'Keyboard interr