Tearran / its_osysinfo

System info graph on an ssd1306

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

its-osysinfo

System info graph on an ssd1306

Requierments

  • pip3
  • luma.core
  • luma.oled
  • libopenjp2-7
  • python3-pil (apt not pip)
  • zip
  • git

Console Autologin

sudo raspi-config nonint do_boot_behaviour B2 ; sudo reboot

Used to see output on HDMI SSH{ clear ;} > /dev/tty1

apt requierments

{ sudo apt update ; sudo apt install -y git zip python3-pip python3-pil libopenjp2-7 ; } >/dev/tty1

pip3 requierments

{ sudo pip3 install luma.core luma.lcd luma.oled psutil ; } >/dev/tty1

its-i2cScan optional - (Rasperry Pi OS) tested on (legacy)

{ wget https://raw.githubusercontent.com/Tearran/its-i2cScan/main/build.bash && bash build.bash ; sleep 1 ; clear ; /usr/bin/its-i2cScan 1 ;} >/dev/tty1

Build and install

{ git clone https://github.com/Tearran/its_osysinfo.git ~/.local/src/its_osysinfo/; cd ~/.local/src/its_osysinfo/ ; bash ./install.sh ;} > /dev/tty1

About

System info graph on an ssd1306

License:GNU General Public License v2.0


Languages

Language:Python 91.5%Language:Shell 8.5%