{"id":18482422,"url":"https://github.com/professorlearncode/simple_chatbot","last_synced_at":"2025-05-13T20:23:43.401Z","repository":{"id":251671663,"uuid":"838088899","full_name":"ProfessorlearnCode/Simple_Chatbot","owner":"ProfessorlearnCode","description":"Dive into interactive conversations with our sleek Chatbot GUI. Built with Python and Tkinter, this easy-to-use chatbot offers dynamic responses and a user-friendly interface. Whether you're greeting it or asking about its creators, enjoy a seamless and engaging chat experience right from your desktop!","archived":false,"fork":false,"pushed_at":"2024-08-04T22:57:51.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-25T13:40:38.948Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ProfessorlearnCode.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-08-04T22:47:11.000Z","updated_at":"2024-08-04T22:57:54.000Z","dependencies_parsed_at":"2024-08-05T00:25:29.523Z","dependency_job_id":null,"html_url":"https://github.com/ProfessorlearnCode/Simple_Chatbot","commit_stats":null,"previous_names":["professorlearncode/chatbot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessorlearnCode%2FSimple_Chatbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessorlearnCode%2FSimple_Chatbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessorlearnCode%2FSimple_Chatbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProfessorlearnCode%2FSimple_Chatbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProfessorlearnCode","download_url":"https://codeload.github.com/ProfessorlearnCode/Simple_Chatbot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239198671,"owners_count":19598641,"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":[],"created_at":"2024-11-06T12:28:26.588Z","updated_at":"2025-02-16T21:27:01.886Z","avatar_url":"https://github.com/ProfessorlearnCode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Chatbot GUI Application\n\n## Overview\n\nWelcome to the Chatbot GUI Application! This project features a simple yet interactive chatbot built using Python and Tkinter. It provides a user-friendly graphical interface for engaging with a virtual assistant that responds to a variety of predefined queries. Whether you want to greet the chatbot or learn more about its creators, this application offers a seamless and enjoyable chat experience.\n\n## Features\n\n- **Interactive GUI**: A sleek and intuitive interface for chatting with the bot.\n- **Dynamic Responses**: The chatbot responds to a range of predefined intents.\n- **Context Handling**: Simple yet effective response generation based on user input.\n- **Easy Exit**: Type \"bye\" to end the conversation and close the application.\n\n## Getting Started\n\n### Prerequisites\n\n- Python 3.x\n- Tkinter (usually included with Python)\n\n### Installation\n\n1. **Clone the Repository**: \n\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd \u003crepository-directory\u003e\n   ```\n\n2. **Prepare `intents.json`**:\n\n   Ensure you have a file named `intents.json` in the same directory as `chatbot_gui.py`. This JSON file should contain your chatbot's intents and responses.\n\n3. **Run the Application**:\n\n   ```bash\n   python chatbot_gui.py\n   ```\n\n### File Structure\n\n- `chatbot_gui.py`: The main Python script for running the chatbot GUI.\n- `intents.json`: JSON file containing predefined chatbot intents and responses.\n\n### Example `intents.json`\n\nHere is a sample `intents.json` file structure:\n\n```json\n{\n    \"intents\": [\n        {\n            \"intent\": \"greeting\",\n            \"text\": [\"Hi\", \"Hello\", \"How are you?\"],\n            \"responses\": [\"Hello!\", \"Good to see you!\"],\n            \"extension\": { \"function\": \"\", \"entities\": false, \"responses\": [] },\n            \"context\": { \"in\": \"\", \"out\": \"GreetingUserRequest\", \"clear\": false },\n            \"entityType\": \"NA\",\n            \"entities\": []\n        },\n        {\n            \"intent\": \"goodbye\",\n            \"text\": [\"bye\", \"goodbye\"],\n            \"responses\": [\"Goodbye! Have a great day!\"],\n            \"extension\": { \"function\": \"\", \"entities\": false, \"responses\": [] },\n            \"context\": { \"in\": \"\", \"out\": \"LeavingUserRequest\", \"clear\": false },\n            \"entityType\": \"NA\",\n            \"entities\": []\n        }\n    ]\n}\n```\n\n## Usage\n\n- **Run the script**: Execute the `chatbot_gui.py` script to open the chatbot application.\n- **Interact**: Type your message in the input field and press \"Send\" to receive a response.\n- **Exit**: Type \"bye\" to end the chat and close the application.\n\n## Contributing\n\nFeel free to fork the repository and submit pull requests with improvements or bug fixes.\n\n\n## Contact\n\nFor any questions or feedback, please reach out to farzam.professor@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessorlearncode%2Fsimple_chatbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofessorlearncode%2Fsimple_chatbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofessorlearncode%2Fsimple_chatbot/lists"}