Hello can anyone review my code?
https://github.com/VeduStorm/shadow-crypt/blob/main/v2.4.1/main.py
#π ShadowCrypt Code review
14 messages Β· Page 1 of 1 (latest)
@final spruce
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
Closes after a period of inactivity, or when you send !close.
BTW pangon is a fork of argon2-cffi made by me
@final spruce for the local IP lookup thing, if I understood it correctly, it would be much easier to do this:
import socket
s = socket.gethostbyname(socket.gethostname())
print(s)
Returning the s in a function would also work
ok thank you
π
yea for me tooπ
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.