Skip to content

Instantly share code, notes, and snippets.

@wasi-master
Created January 5, 2022 19:06
Show Gist options
  • Save wasi-master/a11179f7274c6e26b2d5da910f34b081 to your computer and use it in GitHub Desktop.
Save wasi-master/a11179f7274c6e26b2d5da910f34b081 to your computer and use it in GitHub Desktop.
List of python modules
__future__
__hello__
__phello__
_abc
_aix_support
_ast
_asyncio
_bisect
_blake2
_bootsubprocess
_bz2
_codecs
_codecs_cn
_codecs_hk
_codecs_iso2022
_codecs_jp
_codecs_kr
_codecs_tw
_collections
_collections_abc
_compat_pickle
_compression
_contextvars
_csv
_ctypes
_ctypes_test
_datetime
_decimal
_distutils_hack
_elementtree
_functools
_hashlib
_heapq
_imp
_io
_json
_locale
_lsprof
_lzma
_markupbase
_md5
_msi
_multibytecodec
_multiprocessing
_opcode
_operator
_osx_support
_overlapped
_pickle
_py_abc
_pydecimal
_pyio
_pytest
_queue
_random
_sha1
_sha256
_sha3
_sha512
_signal
_sitebuiltins
_socket
_sqlite3
_sre
_ssl
_stat
_statistics
_string
_strptime
_struct
_symtable
_testbuffer
_testcapi
_testconsole
_testimportmultiple
_testinternalcapi
_testmultiphase
_thread
_threading_local
_tkinter
_tokenize
_tracemalloc
_typing
_uuid
_warnings
_weakref
_weakrefset
_winapi
_xxsubinterpreters
_zoneinfo
abc
aifc
antigravity
argparse
array
ast
asynchat
asyncio
asyncore
atexit
atomicwrites
attr
audioop
base64
bdb
binascii
bisect
bs4
builtins
bz2
cProfile
calendar
certifi
cgi
cgitb
charset_normalizer
chunk
cmath
cmd
code
codecs
codeop
collections
colorama
colorsys
compileall
concurrent
configparser
contextlib
contextvars
copy
copyreg
crypt
csv
ctypes
curses
dataclasses
datetime
dbm
decimal
difflib
dis
distutils
docopt
doctest
email
encodings
ensurepip
enum
errno
faulthandler
filecmp
fileinput
fnmatch
fractions
ftplib
functools
gc
genericpath
getopt
getpass
gettext
glob
graphlib
gzip
hashlib
heapq
hmac
html
http
idlelib
idna
imaplib
imghdr
imp
importlib
iniconfig
inspect
io
ipaddress
itertools
js2py
json
keyword
lib2to3
linecache
locale
logging
lzma
mailbox
mailcap
marshal
math
mimetypes
mmap
modulefinder
msilib
msvcrt
multiprocessing
netrc
nntplib
nt
ntpath
nturl2path
numbers
opcode
operator
optparse
os
packaging
pathlib
pdb
pickle
pickletools
pip
pipes
pipwin
pkg_resources
pkgutil
platform
plistlib
pluggy
poplib
posixpath
pprint
profile
pstats
pty
py
pySmartDL
py_compile
pyclbr
pydoc
pydoc_data
pyexpat
pyjsparser
pyparsing
pyprind
pytest
pythonstartup
pytz_deprecation_shim
queue
quopri
random
re
reprlib
requests
rlcompleter
runpy
sched
secrets
select
selectors
setuptools
shelve
shlex
shutil
signal
site
six
smtpd
smtplib
sndhdr
socket
socketserver
soupsieve
sqlite3
sre_compile
sre_constants
sre_parse
ssl
stat
statistics
string
stringprep
struct
subprocess
sunau
symtable
sys
sysconfig
tabnanny
tarfile
telnetlib
tempfile
test
textwrap
this
threading
time
timeit
tkinter
token
tokenize
toml
tomli
trace
traceback
tracemalloc
tty
turtle
turtledemo
types
typing
tzdata
tzlocal
unicodedata
unittest
urllib
urllib3
uu
uuid
venv
warnings
wave
weakref
webbrowser
winreg
winsound
wsgiref
xdrlib
xml
xmlrpc
xxsubtype
zipapp
zipfile
zipimport
zlib
zoneinfo
```
Python 3.11.0a1 (tags/v3.11.0a1:7c12e48, Oct 5 2021, 15:38:19) [MSC v.1929 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>help('modules')
Please wait a moment while I gather a list of all available modules...
__future__ _uuid heapq sched
__hello__ _warnings hmac secrets
__phello__ _weakref html select
_abc _weakrefset http selectors
_aix_support _winapi idlelib setuptools
_ast _xxsubinterpreters idna shelve
_asyncio _zoneinfo imaplib shlex
_bisect abc imghdr shutil
_blake2 aifc imp signal
_bootsubprocess antigravity importlib site
_bz2 argparse iniconfig six
_codecs array inspect smtpd
_codecs_cn ast io smtplib
_codecs_hk asynchat ipaddress sndhdr
_codecs_iso2022 asyncio itertools socket
_codecs_jp asyncore js2py socketserver
_codecs_kr atexit json soupsieve
_codecs_tw atomicwrites keyword sqlite3
_collections attr lib2to3 sre_compile
_collections_abc audioop linecache sre_constants
_compat_pickle base64 locale sre_parse
_compression bdb logging ssl
_contextvars binascii lzma stat
_csv bisect mailbox statistics
_ctypes bs4 mailcap string
_ctypes_test builtins marshal stringprep
_datetime bz2 math struct
_decimal cProfile mimetypes subprocess
_distutils_hack calendar mmap sunau
_elementtree certifi modulefinder symtable
_functools cgi msilib sys
_hashlib cgitb msvcrt sysconfig
_heapq charset_normalizer multiprocessing tabnanny
_imp chunk netrc tarfile
_io cmath nntplib telnetlib
_json cmd nt tempfile
_locale code ntpath test
_lsprof codecs nturl2path textwrap
_lzma codeop numbers this
_markupbase collections opcode threading
_md5 colorama operator time
_msi colorsys optparse timeit
_multibytecodec compileall os tkinter
_multiprocessing concurrent packaging token
_opcode configparser pathlib tokenize
_operator contextlib pdb toml
_osx_support contextvars pickle tomli
_overlapped copy pickletools trace
_pickle copyreg pip traceback
_py_abc crypt pipes tracemalloc
_pydecimal csv pipwin tty
_pyio ctypes pkg_resources turtle
_pytest curses pkgutil turtledemo
_queue dataclasses platform types
_random datetime plistlib typing
_sha1 dbm pluggy tzdata
_sha256 decimal poplib tzlocal
_sha3 difflib posixpath unicodedata
_sha512 dis pprint unittest
_signal distutils profile urllib
_sitebuiltins docopt pstats urllib3
_socket doctest pty uu
_sqlite3 email py uuid
_sre encodings pySmartDL venv
_ssl ensurepip py_compile warnings
_stat enum pyclbr wave
_statistics errno pydoc weakref
_string faulthandler pydoc_data webbrowser
_strptime filecmp pyexpat winreg
_struct fileinput pyjsparser winsound
_symtable fnmatch pyparsing wsgiref
_testbuffer fractions pyprind xdrlib
_testcapi ftplib pytest xml
_testconsole functools pythonstartup xmlrpc
_testimportmultiple gc pytz_deprecation_shim xxsubtype
_testinternalcapi genericpath queue zipapp
_testmultiphase getopt quopri zipfile
_thread getpass random zipimport
_threading_local gettext re zlib
_tkinter glob reprlib zoneinfo
_tokenize graphlib requests
_tracemalloc gzip rlcompleter
_typing hashlib runpy
Enter any module name to get more help. Or, type "modules spam" to search
for modules whose name or summary contain the string "spam".
>>>help('modules spam')
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment