inyourface3445
@inyourface3445
๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ๐ซ
0
Distance estimatorThis will tell you the approximate distance between two points using Latitude and longitude.
1
0
0
0
Unstoppable programCannot be stopped by most signal codes (exceptions being 9, 19, 32, and 33). By their very nature, those codes cannot be traped.
Unstoppable program
Cannot be stopped by most signal codes (exceptions being 9, 19, 32, and 33). By their very nature, those codes cannot be traped.0
DONE!!!
This has finally been completed, The style sheet is curtsy of @Bookie0 (Thanks for letting me use it!). I could not have done this without CSS on W3 schools as well. Please use the buttons provided, and have fun!0
Help wanted
I want (read as need) help with templating with Jinja2 to make my API look nice. This person needs to know Jinja2, HTML, and CSS. I will be working on the python framework, and more details will follow if the job is accepted.
@Bookie0 , sorry for the ping, but NOBODY ever looks at my posts, not even this one.inyourface3445 @lilykhan How would you like to help me with front-end design? More details will follow if you accept (I will do all of the work on the backend).10 months ago
1
Asymmetric Encryption and DecryptionThis program takes an input, encrypts it, and then puts it into a file. Then it reads the file and decrypts it.
Asymmetric Encryption and Decryption
This is my first time using the cryptology library in python. Have fun!0
Problems With Inter-Repl Soket Connections
I have two repls, one that hosts a socket server, and one that connects to it. However, when I enter the servers public IP address, it will not connect, and instead just sit there. There are no errors server-side, or client-side. I have also entered the IP address of the internal IP address, but still no luck (this time with connection refused every time). Any help? Link to the client repel1
1
0
0
Colored.py Printing Library
This is a library for coloring text in python. This library has 7 functions. They are as follows:
`cprint()`
This function will print the text input with color. If no color is chosen, then It defaults to white on replits default terminal color. The arguments are keyword arguments, the order of arguments does not matter. The format is as follows:
rgb, on_rgb: These arguments are for the Foreground and background, respectively. They take arguments in the form of a list of three elements, in the order of Red, Green, Blue
hex, on_hex: These arguments are for background and foreground, respectively. They accept arguments of a 6-byte hex string(i.e FFFFFF or 12AB34).
keyword, on_keyword: These arguments are for the Foreground and background, respectively. They accept any CSS extended keywords. Not case sensitive.
attrs: This is a list of arguments that has support for all text attributes
`type_print()`
This is the same argument as the cprint() function, except for one argument.
delay: This is a int or float number.
`checkinarray()`
This is fairly self expanatory. The arguments are as follows:
listtocheack: this is the list that you look in.
thingtocheack_for: This is the string or floats to check for.
case_sensativity: This is whether to enable case sensitivity or not.
`average()`
This takes as many arguments as you feed it. it can also take the average of a list.
*nums: This is in case you wanted to take the average of a set number of numbers.
list: This is a keyword argument, that takes a list.
`generator()`
This takes the same parameters as cprint(), except that it returns the color values instead of printing them.
`reset()`
By default, this will print the escape character \u001b[0m. To make it return the same, use the argument print = False.
`clear()`
By default, this will print the escape character \033c. To make it return the same, use the argument print = False0
inyourface3445 This is a library for coloring text in python. This library has 7 functions. They are as follows:
1. ``cprint()``
1. This function will print the text input with color. If no color is chosen, then It defaults to white on replits default terminal color. The arguments are keyword arguments, the order of arguments does not matter. The format is as follows:
1. `rgb`, `on_rgb`: These arguments are for the Foreground and background, respectively. They take arguments in the form of a list of three elements, in the order of Red, Green, Blue
2. `hex`, `on_hex`: These arguments are for background and foreground, respectively. They accept arguments of a 6-byte hex string(i.e `FFFFFF` or `12AB34`).
3. `keyword`, `on_keyword`: These arguments are for the Foreground and background, respectively. They accept any CSS extended keywords. Not case sensitive.
4. `attrs`: This is a list of arguments that has support for all text attributes
2. ``type_print()``
1. This is the same argument as the `cprint()` function, except for one argument.
1. `delay`: This is a `int` or `float` number.
3. ``check_in_array()``
1. This is fairly self expanatory. The arguments are as follows:
1. `list_to_cheack`: this is the list that you look in.
2. `thing_to_cheack_for`: This is the string or floats to check for.
3. `case_sensativity`: This is whether to enable case sensitivity or not.
4. ``average()``
1. This takes as many arguments as you feed it. it can also take the average of a list.
1. `*nums`: This is in case you wanted to take the average of a set number of numbers.
2. `list`: This is a keyword argument, that takes a list.
5. ``generator()``
1. This takes the same parameters as `cprint()`, except that it returns the color values instead of printing them.
6. ``reset()``
1. By default, this will print the escape character `\u001b[0m`. To make it return the same, use the argument `print = False`.
7. ``clear()``
1. By default, this will print the escape character `\033c`. To make it return the same, use the argument `print = False`11 months ago
1
My color print library
With this library, you can print any of the 16 Million colors that modern displays can do. Not only can you enter raw RGB values, but this library also supports keywords and raw HEX values (in the form of 6 character strings). There is a built-in demo as well. You can use this for any project that you might have, JUST MAKE SHURE TO ATTRIBUTE THE PROJECT TO ME!! If you wish to use it for commercial purposes, ping me in the comments and MAKE SHURE TO ATTRIBUTE THE PROJECT TO ME!18
4
1
0
I need more questions!!!
So for this, I want the quiz to be at least 10 more questions long. The questions need to be trololol style (you know what I mean). I am open for suggestions! Just ping me with the question and some suggested answers, and once I reply, please delete your comment (this is for confidentiality, so people cant scroll through the comments and get all of the answers). I will check often!0
1
0
0
Best Sound ever!!!
Make shure that you have your volume up, this is a cool sound!!5
1
0
This is all of my bookmarklets (and then some)! All of them work as of the most recent update. There is now more bookmarklets (at least 500).
cutech I am making a website with lots of things bookmarklets, games, chat etc want to help?1 year ago
I am trying to put my bookmarklet export file (it is in html) in replit, but when i tried to import it from github and deleted the .replit file (how d
Coder100 The default page is index.html, not main.html.
Please rename your index.html to main.html, or go to: https://masive-collection-of-bookmarklets.inyourface3445.repl.co/main.html to view.2 years ago
TheBest156 From what I have learned, Inserting a file from github only works if you have Github connected to Repl. And if you have a Github account.
2 years ago
This is a minecraft server!!! For ip, go to ip.txt. No more than 20 players
So i want to redirect the output (such as errors) into he discord chat using my bot. How would i do that? Nested trys?
RYANTADIPARTHI you can do try blocks like this.
try:
code for what you want to try
except:
code for what you want to send if an errors is resulted
when using a try block, the except blocks is necessary.
That should work2 years ago
Coder100 yeah, exactly that.
try:
... whatever code ...
except:
... send whatever error ...
`2 years ago
Is it possible to batch download a playlist using this program? It seems that the index number dose not affect anything.
Python
SixBeeps Look at the PyTube documentation for playlists: https://python-pytube.readthedocs.io/en/latest/user/playlist.html2 years ago
I would like to specify a file type in the program, but there is no man entries the help() command turns up nothing, and i can not find anything onlin
Python
RYANTADIPARTHI do you mean open a specific file?
like this.
f = open('filename.txt', 'r')
print(f.read())
like that? Make sure the file is there.2 years ago
Coder39182 If you mean opening a file you can do:
file = open("Filename", "r") #note for "r" is for read for write do "w"
2 years ago
I was able to completely obliterate the os on that repl and completely prevent it from running every agin (at least o my end). Why didn't the ceo rem
JBloves27 Well, this is not neccarily a question anyone can answer except the CEO himself. But if I take a quick guess, maybe he forgot. Or it could be that he never noticed that this kind of command was still alive.
I hope this helps!2 years ago
Coder100 anyways the reason why rm isn't removed (no pun intended) is because it does have legitimate use cases, he could easily 'disable' it by making folders protected2 years ago
is there a regular expression that will only find spaces and not tabs? The ettor is yelling at me to fix inconsistent tabs and spaces.
Python
Bookie0 Indent and unindent everything by pressing on mac cmd-a (select everything) then tab (to indent) and then shift-tab (to unindent). On windows, do ctrl-a, tab, and shift-tab.
Then it should work! :D2 years ago
RYANTADIPARTHI Solution
to fix that, it is easy. all you have to do is unindent everything, and indent them back again:
def make_passABC():
z = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M','N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z']
langth = int(input('how log will the string be'))
for i in range(0, langth):
d = len(z)
and indent it again. back to normal:
def make_passABC():
z = ['A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K',
'L', 'M','N', 'O', 2 years ago
I got this error when i tried to load an exceptionally big file:
image
What does it mean?
Python
RYANTADIPARTHI solution
Just refresh, or make a new repl, you could also try restarting. if all fails, report to bugs. click here to report2 years ago