9
[Linux] Where to download script files to?
(lemmy.world)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities [email protected]
Sounds like it could be published as a PyPI package, then used with uvx or pipx.
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?
sure, you can store the config in $XDG_CONFIG_HOME/your-app-name/ (the var usually defaults to ~/.config/).