From 6f7b63395b6db13f1f7c6fa529535ae4441caeff Mon Sep 17 00:00:00 2001 From: T-T-Senn100 Date: Tue, 16 Sep 2025 17:41:30 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f85f3bd..0a73442 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,5 @@ in the browser or in a local installation of vs code) for more info [go here](ht ![Screenshot](codespace_run_file.png) Example change + +new line From 63f7d206c7a222304b944deb62a8a98bf2f9a62f Mon Sep 17 00:00:00 2001 From: T-T-Senn100 Date: Tue, 16 Sep 2025 17:52:48 -0500 Subject: [PATCH 2/3] Changed README.md --- README.md | 24 +++++++++--------------- 1 file changed, 9 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0a73442..0cc9fb7 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,17 @@ -# C2C Elite 101 Python Chatbot Starter +# Introduction -This chatbot was created by Jorge Luna - update -This project is a starter project that includes a dev [container (GitHub Codespace)](https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers) that is set up for a python -development environment. +This is a repository created by *Samuel* -The project is meant to be a starter for your chatbot project. -To use this project do the following: +## Usage -1. Fork this project -2. From the code section of the repository click the green code button, select Codespaces -tab in the popup and click the + button to create a codespace (you will be able to use this codespace -in the browser or in a local installation of vs code) for more info [go here](https://docs.github.com/en/codespaces/developing-in-a-codespace/opening-an-existing-codespace) -![Screenshot](codespace_usage.png) -3. To run the starter program, in a terminal run python main.py, or open the main.py file and click the play button at the top right of the editor -![Screenshot](codespace_run_file.png) +Run this command to execute the application: -Example change -new line +`python filename.py` + + + +``` From ff4dd65b411f5499a3934d65d301b56fa89a0d16 Mon Sep 17 00:00:00 2001 From: CharlieRobot Date: Thu, 18 Sep 2025 22:49:16 +0000 Subject: [PATCH 3/3] Added a line in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc9fb7..01444a4 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Run this command to execute the application: `python filename.py` - + + ```