In this example we use a package to display emojis The entire set of Emoji codes as defined by the Unicode consortium is supported in addition to a bunch of aliases. By default, …
packages
-
Pycairo is a Python module providing bindings for the cairo graphics library Cairo is a 2D graphics library with support for multiple output devices. Currently supported output targets include the …
-
In this article we show you how to turn text to speech in python using gTTS. What is that ? gTTS (Google Text-to-Speech), a Python library and CLI tool to …
-
In this article we look at a library that displays tabular data into ASCII tables called Prettytable installation As always you can install this from pypi like this pip install prettytable …
-
In this article we look at a way of generating QR codes using Python A QR code is a type of two-dimensional barcode invented in 1994 by the Japanese automotive company …
-
Pronouncing is a simple interface for the CMU Pronouncing Dictionary. The Carnegie Mellon University Pronouncing Dictionary is an open-source machine-readable pronunciation dictionary for North American English that contains over 134,000 …
-
In this article we look at a Python library that makes it easy to access and parse data from Wikipedia. Installation To install Wikipedia, simply run: $ pip install wikipedia …
In this article we look at a python library for geopy is a Python client for several popular geocoding web services. geopy makes it easy for Python developers to locate …
In this article we look at a package that will retrieve financial information for Yahoo finance You should refer to Yahoo!’s terms of use (here, here, and here) for details on your rights to …