{"id":18744993,"url":"https://github.com/rkstudio585/chatbot-python","last_synced_at":"2025-11-22T19:30:17.444Z","repository":{"id":256225852,"uuid":"854656388","full_name":"rkstudio585/Chatbot-Python","owner":"rkstudio585","description":"Advanced Chatbot: A Python-based chatbot featuring interactive conversations, date/time responses, and emoji integration. It handles various user queries and provides a fun, engaging experience. Ideal for learning about conversational AI and Python programming. Enjoy a lively chat with a virtual assistant in your command line!","archived":false,"fork":false,"pushed_at":"2024-09-09T15:08:54.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-28T20:14:21.713Z","etag":null,"topics":["chatbot","chatbot-python","python","python-project","rk-studio"],"latest_commit_sha":null,"homepage":"https://rkstudio.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkstudio585.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-09T14:55:41.000Z","updated_at":"2024-10-23T00:00:13.000Z","dependencies_parsed_at":"2024-09-15T01:18:48.217Z","dependency_job_id":null,"html_url":"https://github.com/rkstudio585/Chatbot-Python","commit_stats":null,"previous_names":["mdriyadkhan585/chatbot-python","rkstudio585/chatbot-python"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FChatbot-Python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FChatbot-Python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FChatbot-Python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkstudio585%2FChatbot-Python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkstudio585","download_url":"https://codeload.github.com/rkstudio585/Chatbot-Python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239627247,"owners_count":19670844,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chatbot","chatbot-python","python","python-project","rk-studio"],"created_at":"2024-11-07T16:16:31.903Z","updated_at":"2025-11-22T19:30:17.395Z","avatar_url":"https://github.com/rkstudio585.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatbot-Python\n---\n[In Python GUI](https://github.com/mdriyadkhan585/Chatbot-GUI)\n\n[In C script](https://github.com/mdriyadkhan585/Chatbot-in-C)\n\n\n![Logo](logo.svg)\n\n---\nWelcome to the **Advanced Chatbot** project! This chatbot, written in Python, offers a fun and interactive command-line experience. It's designed to showcase basic conversational abilities and demonstrate how Python can handle simple AI tasks.\n\n## 📋 Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Prerequisites](#prerequisites)\n- [Installation](#installation)\n- [Usage](#usage)\n- [How It Works](#how-it-works)\n- [Customization](#customization)\n\n## 💡 Introduction\n\nThis Python chatbot can respond to a variety of user inputs, providing a simple yet engaging interactive experience. With support for emojis, it makes conversations more lively and enjoyable. Perfect for learning about chatbot logic and Python programming!\n\n## ✨ Features\n\n- **Interactive Conversations**: Responds to various user inputs with engaging replies.\n- **Date and Time**: Provides current date and time.\n- **Emoji Integration**: Uses emojis to make interactions more expressive and fun.\n- **Customizable**: Easily extendable with additional queries and responses.\n\n## 🛠️ Prerequisites\n\nBefore you begin, ensure you have:\n\n- **Python 3.x**: The script is compatible with Python 3.x. Download and install it from [Python's official website](https://www.python.org/downloads/).\n- **`emoji` Library**: Install it using pip for emoji support.\n  ```bash\n  pip install emoji\n  ```\n\n## 📥 Installation\n\nFollow these steps to get the chatbot running on your machine:\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/mdriyadkhan585/Chatbot-Python.git\n   ```\n\n2. **Navigate to the Project Directory**:\n   ```bash\n   cd Chatbot-Python\n   ```\n\n3. **Install Dependencies**:\n   ```bash\n   pip install emoji\n   ```\n\n## ▶️ Usage\n\nRun the chatbot script using Python to start interacting:\n\n```bash\npython chatbot.py\n```\n\n### 🎮 Interacting with the Chatbot\n\n- **Greet the Bot**: Type `hello` and press Enter.\n- **Ask How the Bot Is**: Type `how are you`.\n- **Ask for Its Name**: Type `what's your name`.\n- **Inquire About Its Abilities**: Type `what can you do`.\n- **Request the Time**: Type `what's the time`.\n- **Request the Date**: Type `what's the date`.\n- **Tell a Joke**: Type `tell me a joke`.\n- **Ask About Weather**: Type `what is the weather like`.\n- **Ask Favorite Things**: Type `what is your favorite color` or `what is your favorite food`.\n- **Say Goodbye**: Type `bye` to end the chat.\n\nExample Interaction:\n\n```plaintext\n========================================\n       Welcome to the Chatbot!          🤖\n========================================\n\nChatbot: Hello! I'm your virtual assistant. Type 'bye' to exit. 👋\n\nYou: hello\n\nChatbot: Hi there! How can I assist you today? 👋\n\nYou: what's the time\n\nChatbot: The current time is 14:23:45 ⏰\n\nYou: bye\n\nChatbot: Goodbye! Have a fantastic day! 👋\n========================================\n       Thank you for chatting!          🎉\n========================================\n```\n\n## ⚙️ How It Works\n\nThe chatbot listens for user input, processes it, and responds based on predefined queries. Key elements include:\n\n- **`respond()` Function**: Handles user input and returns appropriate responses with emojis.\n- **`main()` Function**: Manages the chat loop and user interaction.\n\n---\n\n**Happy Coding!** 💻✨\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Fchatbot-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkstudio585%2Fchatbot-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkstudio585%2Fchatbot-python/lists"}