It includes tkinter and the pyttsx3 module. Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit.
#################################################
Tkinter can be easily implimented by importing the module, i.e. import tkinter and from tkinter import messagebox
################################################# Pyttsx3 is a text-to-speech conversion library in Python. Unlike alternative libraries, it works offline, and is compatible with both Python 2 and 3.