https://github.com/merlin04/robotthingy
A Python robot.
https://github.com/merlin04/robotthingy
Last synced: about 2 months ago
JSON representation
A Python robot.
- Host: GitHub
- URL: https://github.com/merlin04/robotthingy
- Owner: Merlin04
- License: mit
- Created: 2015-04-04T20:47:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-14T19:16:46.000Z (about 11 years ago)
- Last Synced: 2025-03-06T04:48:47.360Z (over 1 year ago)
- Language: Python
- Size: 156 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## robotthingy
This is a Python robot for Linux. You need to have these packages installed:
- inxi
- python3
- espeak
You will also need the apt package manager for the update capabilities.
Run this with:
python3 robotthingy.py
## Command keywords
Whenever this script sees one of these keywords, it will do something. Here are the keywords:
- time: prints the time on the screen.
- update: runs sudo apt-get update.
- terminal: gives you a command prompt. Note: LXterminal is not working. Just use option 1.
- easter egg: ?????????????
- meow: ?????????????
- weather: prints the weather on the screen.
- quit: quits robotthingy.
- shutdown: runs sudo shutdown -h now.