An open API service indexing awesome lists of open source software.

https://github.com/softon/tk-url-shortner

A simple URL Shortner Desktop App using Python, Tkinter & Pygubu
https://github.com/softon/tk-url-shortner

Last synced: 12 months ago
JSON representation

A simple URL Shortner Desktop App using Python, Tkinter & Pygubu

Awesome Lists containing this project

README

          

# TK - URL Shortner

A simple URL Shortner Desktop App using Python, Tkinter & Pygubu

## Usage
1. Generate a generic token from [Bitly](https://bitly.com)
2. Update the token in the source code
3. Install the requests package `pip install requests`
4. Run program `python urlshortner.py`

## Screenshot
![Screenshot](screenshot.png)