Hi there, this is a simple chat bot. List to it's commands:
- 'hi' or 'hello' -> It Greets you.
- 'calculator' -> Runs a basic calculator console app.
- 'website list' -> Shows you the list of websites that is stored in a list
- 'open website' -> Opens any website you want (You will have to write the website name with it's domain name eg: 'google.com')
- 'search' -> searches any question you have on google and opens that search page in your defaul browser
- 'date' -> Informs you about todays date
- 'time rn' -> Informs you about Time right now
- 'timer' -> Runs a timer. ! while timer is running you cannot use the chat bot for the until the timer is up
- 'clear' -> Clears the chat with the bot
- 'random number' -> Runs a random number generator
- 'exit' or 'quit' -> Ends the program
The codes are well commented making it easier for you to edit it.
The main file is main.py(run this code to properly operate the program) It's simple to use