Basic Chatbot:
A simple rule-based chatbot implemented using Python and NLTK. This chatbot responds to basic user inputs with predefined responses. It includes patterns for common phrases and questions, providing a foundation for more advanced chatbot development. Perfect for beginners to learn about natural language processing and chatbot creation.
Automation with Python Scripts:
A Python script to automate file organization. This script categorizes files in a specified directory into predefined folders based on their file extensions. Supported categories include Documents, Images, Videos, Music, Archives, and Scripts. Files with unknown extensions are moved to an "Others" folder. Simplify and automate your file management tasks with this handy tool.