Posts by Kunal Gupta

Author Biographical Info: Not available

Introduction to NLTK: Tokenization, Stemming, Lemmatization, POS Tagging

By Kunal Gupta

Hello everyone, In this tutorial, we’ll be learning about Natural Language Toolkit(NLTK) which is the most popular, open-source and a complete Python library for Natural Lang.... Read More

Changing Theme of a Tkinter GUI

By Kunal Gupta

Hello everyone, In this tutorial, we will learn about how to change the theme of Tkinter GUI. We create a GUI application using Tkinter but we don’t know how to change those .... Read More

Text-To-Speech conversion in Python

By Kunal Gupta

In this tutorial, we’ll be learning about Text-To-Speech(TTS) conversion using a Python library named pyttsx3. We’ll write a message which our System will speak. This l.... Read More

How to convert .py to .exe

By Kunal Gupta

In this tutorial, we’ll be learning how we can create an executable file for our Python program that can run on any same platform system. We will make use of Python library P.... Read More

Related Posts