You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
argparse==1.4.0 # Command-line argument parsing (default in Python >=3.2)
colorama==0.4.6 # Cross-platform colored terminal text
# Python Version Compatibility
platform==1.0.8 # System version and platform detection
# Optional Additions
itertools==8.4.0 # Combinatorial iterator tools (builtin in Python >=3.0)
#itertools, platform, sys, argparse, and os are part of Python's standard library. They do not need to be installed via pip, as they come built-in with Python.