Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 11 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
# 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

`python filename.py`




```