Python URL Shortener Application using Tkinter GUI | Pyshortener Library

Опубликовано: 22 Сентябрь 2021
на канале: CodewithAP
477
7

In this video, we will see how to create a python URL shortener application with the help of Tkinter GUI and pyshortener module of python.

First, install pyshortener package to import API in our program (pip install pyshortener), then we need to install tkinter module for GUI design.

for installing Tkinter guide, visit :    • How to install Tkinter GUI toolkit on...  

Thank you for watching!