Skip to main content

Command line tool made by python for various toolbox used in UCLA

Project description

Bruin CLI

A toolbox for UCLA students in various events

Project published on PyPi: https://pypi.org/project/bruin/

Author: Oswald He zifanhe1202@g.ucla.edu

Installation:

pip install bruin

or download this repo and run

python setup.py install

Simple Usages:

Meal

Print today's dining menu

bruin meal

Print hour of operations:

bruin meal --hour=['', 'all', 'De Neve', etc.]

Print detail menu:

bruin meal --detail=['Breakfast', 'Lunch', 'Dinner']

Calendar

Print today's events/classes

bruin calendar

Tasks

Print your remaining tasks:

bruin tasks

Add a new task (it will pop several prompts):

bruin task --add

Complete a task and move to review later:

bruin task --complete=[%d]

Terminate a task (or finish your review):

bruin task --terminate=[('t'|'r'|'d')(%d)]

Remove a daily recurring tasks:

bruin task --remove=[%d]

Troubleshooting

  1. Cannot find certain packages: Make sure you install Python 3.6 or higher and use it throughout your system.
  2. ModuleError: No module <module_name>: Check whether the path you are running python is the same as where pip install all the dependencies. The root should be in the output log when you run either commands.

Contribute

You can directly create a PR on a branch, but please create an issue first and after we talked about whether this improvement is needed, you can start your development.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bruin-0.3.3.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

bruin-0.3.3-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page