FastLink-Tkinter-Project is a Python application built with the Tkinter library that allows you to shorten URLs quickly and easily.
- 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.
- Clone the repository:
git clone https://github.com/alok-2002/FastLink-Tkinter-Project.git
- Navigate to the project directory:
cd FastLink-Tkinter-Project
- Install the required dependencies:
pip install -r requirements.txt
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.
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.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request to the main repository.
This project is licensed under the MIT License.
- Tkinter - The Python standard GUI package.
- pyshorteners - A Python library for URL shortening.
If you have any questions or suggestions, feel free to reach out to me at [email protected].