Python best by test.

Python best by test.
11 Replies
Dumb Bird
Dumb Bird11mo ago
What test has proven Python as the best?
Hydra Dragon Antivirus
it's just april joke e4 best by test
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Dumb Bird
Dumb Bird11mo ago
Can you elaborate?
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Dumb Bird
Dumb Bird11mo ago
What is a "Discord Multi Tool", it's not a simple question... Do you want it running in Discord, do you want messages or embeds over a webhook, do you want tools that utilize Discord in some way and so on. So please just elaborate on what you actually want so I can try to help. But in general a multitool is just an input() and some ifs
print("""
1. say hello
2. say goodbye
""")
usrinput = input("Select one: ")

if usrinput == "1":
print("Selected 1!")

elif usrinput == "2":
print("Selected 2!")

else:
print("Please select a valid number!")
print("""
1. say hello
2. say goodbye
""")
usrinput = input("Select one: ")

if usrinput == "1":
print("Selected 1!")

elif usrinput == "2":
print("Selected 2!")

else:
print("Please select a valid number!")
As far as interacting with Discord goes it depends on what you want to use Discord for But generally use Pycord, or Discord.py to interact with Discord's API If you're looking for more then this, like for example modifing the Discord client itself is another matter which although easy requires more knowledge then just using a existing library
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Dumb Bird
Dumb Bird11mo ago
Something like that is pretty simple to construct graphicly. It has some ASCII art which you can just use a generator for. The color in the terminal can be done using Colorama, and as you mentioned Discord you may also want to use a library like Pycord. Do you have any Python knowledge or did that fly over your head? I can go a bit in depth with code examples if that would be easier.
Unknown User
Unknown User11mo ago
Message Not Public
Sign In & Join Server To View
Dumb Bird
Dumb Bird11mo ago
I doubt you would find a tutorial online for making a multi tool If you mean just for python though then yes Take a look at this
prod.rvt
prod.rvt11mo ago
ayo that is actually my old account damn

Did you find this page helpful?