Skip to content

FastLink-Tkinter-Project is a simple URL shortener application built with Python and Tkinter. It provides a user-friendly interface for generating shortened URLs from long URLs, making it convenient to share links in a concise format. The application utilizes the pyshorteners library, which integrates popular URL shortening services. With just a fe

License

Notifications You must be signed in to change notification settings

Alok-2002/FastLink-Tkinter-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastLink-Tkinter-Project

FastLink-Tkinter-Project is a Python application built with the Tkinter library that allows you to shorten URLs quickly and easily.

Features

  • Enter a long URL and generate a shortened URL with just one click.
  • The application uses the pyshorteners library to shorten the URLs using popular URL shortening services.
  • The shortened URL is displayed in an entry field, ready to be copied and shared.

Installation

  1. Clone the repository:
git clone https://github.com/alok-2002/FastLink-Tkinter-Project.git
  1. Navigate to the project directory:
cd FastLink-Tkinter-Project
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

Run the following command to start the application:

python Fastlink.py

The application window will appear, allowing you to enter a long URL and generate a shortened URL.

Screenshots

image

Include any relevant screenshots of your application here to showcase its functionality. For example, you can include screenshots of the main window, inputting a URL, and generating a shortened URL.

Contributing

Contributions are welcome! If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your forked repository.
  5. Submit a pull request to the main repository.

License

This project is licensed under the MIT License.

Acknowledgements

  • Tkinter - The Python standard GUI package.
  • pyshorteners - A Python library for URL shortening.

Contact

If you have any questions or suggestions, feel free to reach out to me at sharmaalok02gwl@gmail.com.

About

FastLink-Tkinter-Project is a simple URL shortener application built with Python and Tkinter. It provides a user-friendly interface for generating shortened URLs from long URLs, making it convenient to share links in a concise format. The application utilizes the pyshorteners library, which integrates popular URL shortening services. With just a fe

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages