Make python scripts independent
March 24, 2026 ยท View on GitHub
List of ideas
- Self-updating python script (also: https://docs.python.org/3/library/os.html#os.execv)
- Automatically installing dependencies
- Graciously handling Keyboard Interrupts
- Running scripts as processes
- Parsing configs(https://docs.python.org/3/library/configparser.html)
- Handling Sensitive data using hashes