This project combines a Chatbot implementation and a URL Shortener utility. The Chatbot is designed to engage in simple conversations, while the URL Shortener creates shortened links for sharing long URLs.
This project integrates a Chatbot and URL Shortener, showcasing the versatility of Python in creating useful applications for various purposes.
- Simple Chatbot for engaging conversations.
- URL Shortener for converting long URLs into short, shareable links.
-Navigate to the chatbot directory to explore and run the Chatbot module.To run this script install nltk library,run below command to install RUN "pip install nltk" IN CMD -Navigate to the url_shortener directory to explore and use the URL Shortener module. To run this script, you need to have the pyshorteners library installed. Run "pip install pyshorteners" in CMD
Contributions are welcome! If you have ideas for improvements, additional features, or encounter any issues, feel free to open a pull request or create an issue.