Skip Navigation

Posts
16
Comments
166
Joined
3 yr. ago

Hobbyist developer, Linux enthusiast, and Arch Linux user.

"The only things constant in this world are death and taxes, I've got both!"Skeleton Merchant, Terraria

  • Is it truly random though? If in a specific point in time, the number generated is always the same, then that's not truly random.

    Absolute true randomness would be a different result every time it is generated in that specific point in time.

    A bit Sci-Fi and probably unrealistic opinion, but it does make me curious about how this kind of randomness could be implemented.

  • Scott the Woz, a Youtuber who does skits.

  • If I made this a PyPi package, would I be able to create a config file to read from it/have it read from a default config file and set that as the user config file?

  • Updated the post to include more info, but it is a CLI app which helps simplify yt-dlp commands. It doesn't mess with any system files.

  • It creates a venv in the script directory and installs the dependencies that way.