Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Type in the commands below after each on press [ENTER]
- help()
- modules
- Now it should show you all available modules : )
- Example Output & Commands below using Python3 ----->
- >>> help()
- Welcome to Python 3.4! This is the interactive help utility.
- If this is your first time using Python, you should definitely check out
- the tutorial on the Internet at http://docs.python.org/3.4/tutorial/.
- Enter the name of any module, keyword, or topic to get help on writing
- Python programs and using Python modules. To quit this help utility and
- return to the interpreter, just type "quit".
- To get a list of available modules, keywords, symbols, or topics, type
- "modules", "keywords", "symbols", or "topics". Each module also comes
- with a one-line summary of what it does; to list the modules whose name
- or summary contain a given string such as "spam", type "modules spam".
- help> modules
- Please wait a moment while I gather a list of all available modules...
- Unable to open /home/user/.config/unity-tweak-tool/debug.log for writing.
- AptUrl aifc gnome_sudoku readline
- CDROM antigravity grp reprlib
- CommandNotFound apport gzip requests
- Crypto apport_python_hook hashlib resource
- DLFCN apt heapq rlcompleter
- DistUpgrade apt_inst hmac runpy
- IN apt_pkg html sched
- LanguageSelector aptdaemon http select
- NvidiaDetector aptsources httplib2 selectors
- Onboard argparse idlelib shelve
- Quirks array imaplib shlex
- ScreenResolution ast imghdr shutil
- TYPES asynchat imp signal
- UbuntuDrivers asyncio importlib site
- UnityTweakTool asyncore inspect sitecustomize
- UpdateManager atexit io six
- __future__ audioop ipaddress smtpd
- _ast base64 itertools smtplib
- _bisect bdb janitor sndhdr
- _bootlocale binascii json socket
- _bz2 binhex keyword socketserver
- _codecs bisect language_support_pkgs softwarecenter_aptd_plugins
- _codecs_cn brlapi lib2to3 softwareproperties
- _codecs_hk builtins linecache speechd
- _codecs_iso2022 bz2 locale speechd_config
- _codecs_jp cProfile logging spwd
- _codecs_kr cairo louis sqlite3
- _codecs_tw calendar lsb_release sre_compile
- _collections cgi lxml sre_constants
- _collections_abc cgitb lzma sre_parse
- _compat_pickle chardet macpath ssl
- _crypt checkbox_ng macurl2path stat
- _csv checkbox_support mailbox statistics
- _ctypes chunk mailcap string
- _ctypes_test cmath mako stringprep
- _curses cmd markupsafe struct
- _curses_panel code marshal subprocess
- _datetime codecs math sunau
- _dbm codeop mimetypes symbol
- _dbus_bindings collections mmap symtable
- _dbus_glib_bindings colorsys modulefinder sys
- _decimal compileall multiprocessing sysconfig
- _dummy_thread concurrent netrc syslog
- _elementtree configparser nis tabnanny
- _functools contextlib nntplib tarfile
- _gdbm copy ntpath telnetlib
- _hashlib copyreg nturl2path tempfile
- _heapq crypt numbers termios
- _imp csv oauthlib test
- _io ctypes oneconf textwrap
- _json curl opcode this
- _locale curses operator threading
- _lsprof datetime optparse time
- _lzma dbm orca timeit
- _markupbase dbus os tkinter
- _md5 deb822 ossaudiodev token
- _multibytecodec debconf parser tokenize
- _multiprocessing debian pathlib trace
- _opcode debian_bundle pdb traceback
- _operator decimal pickle tracemalloc
- _osx_support defer pickletools tty
- _pickle difflib pipes turtle
- _posixsubprocess dis piston_mini_client types
- _pyio distutils pkg_resources ufw
- _random doctest pkgutil unicodedata
- _sha1 dummy_threading plainbox unittest
- _sha256 email platform uno
- _sha512 encodings plistlib unohelper
- _sitebuiltins enum poplib urllib
- _socket errno posix urllib3
- _sqlite3 faulthandler posixpath usbcreator
- _sre fcntl pprint uu
- _ssl feedparser problem_report uuid
- _stat feedparser_sgmllib3 profile venv
- _string filecmp pstats warnings
- _strptime fileinput pty wave
- _struct fnmatch pwd weakref
- _symtable formatter py_compile webbrowser
- _sysconfigdata fpectl pyatspi wsgiref
- _sysconfigdata_m fractions pyclbr xdg
- _testbuffer friends pycurl xdiagnose
- _testcapi ftplib pydoc xdrlib
- _testimportmultiple functools pydoc_data xkit
- _thread gc pyexpat xml
- _threading_local genericpath pygtkcompat xmlrpc
- _tracemalloc getopt pyparsing xxlimited
- _warnings getpass queue xxsubtype
- _weakref gettext quopri zipfile
- _weakrefset gi random zipimport
- abc glob re zlib
- 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>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement