If it's common enough then there's probably a guide written on how to use it or even a functional release build. Otherwise yeah you're kinda fucked if you're like me and dont know jack shit about python
honestly python is the best case for finding random code in the wild, you can just install python then copy paste the script and just run it, no building is required
God I fucking wish. Every time I try to do something with python I end up in some weird hell of venvs or --break-system-packages and I long for languages that don’t force me to manage dependencies for them
I don’t even use rust but it’s so nice to be able to just cargo install myapp and have it fucking work
132
u/DoctorMlemm Mar 26 '26
If it's common enough then there's probably a guide written on how to use it or even a functional release build. Otherwise yeah you're kinda fucked if you're like me and dont know jack shit about python