Interesting Python Modules
- Fire, a package to automatically create CLIs
- Gooey, a package to automatically create GUIs
- Hypothesis, a property-based testing framework
- Keyboard, simulate key presses and keyboard shortcuts
- Joblib, a cache-to-disk library
- Measurement, add units to values
- Pint, a package for units and unit conversions
- PyAutoGUI, automate GUI tasks
- PyInstaller, convert Python scripts into standalone executables
- PyMC3, a Bayesian statistics modeling package
- PySnooper, trace all executions of some lines of code
- Py-Spy, a sampling profiler for Python
- Scrapy, a web crawler and scraper
- TPOT, automatically create machine learning pipelines