This module offers a command line interface as well as a Tkinter-based graphical interface to convert files to and from Base64 encoding. It uses the``base64`` module that is included in the Python distribution. See
`RFC 1521`_ for more information on Base64 encoding.