Metadata-Version: 2.1
Name: meylenplan
Version: 0.0.4
Summary: Fetches and displays the SchlemmerMeyle meal plan for today.
Home-page: https://gitlab.com/ploth/meylenplan
Author: Pascal Loth
Author-email: pascal.loth@tuhh.de
License: GPLv3
Description: # MeylenPlan
        
        The Idea is to fetch and display the SchlemmerMeyle meal plan for today. The project is still under heavy development.
        
        ## Usage
        
        Check out what is working so far:
        (Make sure to install all python packages from requirements.txt)
        
        ```
        python meylenPlan.py
        ```
        
        ## Automatically display meal plan for today
        
        Add the following line to your cron jobs to display the meal plan at 11:45.
        
        ```
        45 11 * * * export DISPLAY=:0.0 && python /path/to/menuParser/menuParser.py
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
