skillz4real / ip-display

A script displaying both external and internal ip on the lcd display connected to my raspberry pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ip-display

Manipulating the LCD connected to my raspberry pi

Mascot

Shell Script Git Neovim License: GPL v3

πŸ’» Embedded systems are the future


πŸ“œ Description

Displaying important info on the LCD ...


Requirements

  • Tested on a raspberry pi 4
  • Install i2c-tools
  • Install python-smbus
  • Activate i2c support with raspi-config
  • βš™οΈ Installation

    First Clone the repository:

    $ git clone https://github.com/skillz4real/ip-display
    $ cd ip-display

    I keep all my python projects in virtual env so:

    $ python -m venv .
    $ source bin/activate

    Install the dependencies:

    $ pip install -r requirements.txt

    Try running the different scripts and see output:

    $ python3 main.py

    Can also add commands to crontab.

    🌟 Features

    • Displaying the raspberry pi 4 local ip address for easy sshing
    • Displays the external ip
    • Controllable through a button
    • Displays motivational reminders

    πŸ“š Educational Resources

    I am not an expert, I am still learning, here are the resources I use and my profiles:


    πŸ‘¨β€πŸ’» Youtube


    πŸ“„ License

    ip-display is released under the GNU LICENSE.


    πŸ“ž Support

    For support, feature requests, or bug reports, please file an issue in the GitHub issue tracker.


    About

    A script displaying both external and internal ip on the lcd display connected to my raspberry pi


    Languages

    Language:Python 100.0%