stanleyedward / wt_mess

wtmess

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About

Python Linux Shell Script

wt_mess (what the mess) is a python terminal script. With a quick command, you can access your college mess's current menu right in your terminal right from WhatsInMess.

wt_mess streamlines your menu-viewing experience.

Installation

  1. Clone the repo to your home directory

    git clone https://github.com/stanleyedward/wt_mess.git
  2. Install dependencies

    cd wt_mess && pip install requirements.txt && cd ..
  3. open your .bashrc file or .zshrc if you're using zsh

    nano .bashrc
    nano .zshrc
  4. add main.py as an alias

    alias mess="python3 $HOME/wt_mess/main.py"

image

  1. Save and exit then,

    source ~/.bashrc 
    source ~/.zshrc  

    or restart the terminal

  2. Run the alias cmd in terminal

    mess

swappy-20230924-120015

Roadmap

  • Works offline after first-time run
  • Display real-time menu in mess
  • Use positional argument to view different meal menus
  • Able to view different days menus

About

wtmess


Languages

Language:Python 100.0%