https://github.com/tobymurray/pi-version
Look up Raspberry Pi model
https://github.com/tobymurray/pi-version
Last synced: 4 months ago
JSON representation
Look up Raspberry Pi model
- Host: GitHub
- URL: https://github.com/tobymurray/pi-version
- Owner: tobymurray
- License: mit
- Created: 2016-06-05T19:07:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-04-03T17:02:03.000Z (about 4 years ago)
- Last Synced: 2024-12-30T04:18:24.385Z (6 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pi-version
Stop Googling "how to check Raspberry Pi model", vaguely remembering how to find the revision number, then Googling the revision number.#### If you don't care about executing arbitrary code from the internet
In your terminal:
``` curl -s https://raw.githubusercontent.com/tobymurray/pi-version/master/pi-version.py | python ```
#### If you do care, or you want to keep the script
1. ```curl -O https://raw.githubusercontent.com/tobymurray/pi-version/master/pi-version.py```
1. Look at the script if you're curious
1. ```python pi-version.py```All information taken from http://elinux.org/RPi_HardwareHistory