********
Examples
********
.. toctree::
:hidden:
internet_communication
text_to_speech
speech_to_text
graphical_user_interfaces
.. rst-class:: strong-references
* :doc:`internet_communication`: Explore several ways to get current weather information from the internet
* :doc:`text_to_speech`: Convert a given text to spoken audio using `gTTS `__ (Google Text to Speech)
* :doc:`speech_to_text`: Talk to Your computer and convert spoken audio to text using `speech_recognition `__
* :doc:`graphical_user_interfaces`: Create graphical user interfaces with `Tkinter `__
.. WORK IN PROGRESS
* :doc:`base_conversion`: Understand positional numeral systems and convert numbers between the binary, decimal, and hexadecimal systems