A remade version of TommyChatbot, made in Python! While, TommyChatbot wasn't very impresive. But TommyChatbot Rebuilt is no longer supported, and is archived for preservation reasons.
TommyChatbot doesn't understand what you say. Yes, seriously! What TommyChatbot does is check for a certain reponses, or certain words, or certain something. When it finds it, it runs the correct actions for it, which is thinking about it, and printing a message onto your screen. No AI or internet involved.
First, either download and extract that ZIP file, or clone the Git repository.
Cloning the Git repository makes updating easy!
To do that, run this command:
git clone https://github.com/TechyTommy3/TommyChatbotRebuilt.git
And to update it, run this one in the directory of TommyChatbot:
git pull
And to run it, install Python 3.
The core version of Python contains everything you need.