Skip to content

Latest commit

 

History

History
68 lines (42 loc) · 1.96 KB

README.md

File metadata and controls

68 lines (42 loc) · 1.96 KB

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 [email protected].