Python Must use packages
Links: 108 Python Index
Must use packages¶
- Textualize/rich: Rich is a Python library for rich text and beautiful formatting in the terminal. (github.com)
- tiangolo/typer: Typer, build great CLIs. Easy to code. Based on Python type hints. (github.com)
- Creating
requirements.txt
from the project imports:pip install pipreqs
- Just run
pipreqs
in the project root.
Last updated: 2022-12-25