Create An Url Link Shortener - Python Tkinter GUI Tutorial 197

Published: 09 November 2021
on channel: Codemy.com
6,452
175

In this video we'll create a URL Link shortener using Tkinter and Python.

You've seen url shorteners before, creating them is very easy using the URL shortening API wrapper Python library pyshorteners.


In this video we'll install pyshorteners, and use it to create a simple link shortener with Tkinter!


#tkinter #codemy #JohnElder

Timecodes

0:00​​ - Introduction
1:22 - Pip Install pyshorteners
1:40 - Import pyshorteners
1:46 - Build Out The GUI
4:53 - Clear Entry Box
5:19 - Shorten URL
7:10 - Widen Entry Box and Back Invisible
7:54 - Reverse Expand URL
8:56 - Check Out The Documentation
9:22 - Conclusion