Academico

This is a tool to print grades at terminal, for "IF" students.

Install

gem install academico

Or, from source:

git glone [email protected]:bernardofire/academico

cd academico; rake install

Usage

Configure your user and pass:

aca new ID PASS

Use the abbreviation to run the program: aca

If you are perfect student (like me), the output will be something like this::

+---------------------------------------------+------+------+------+------+
| Matéria                                     | 1ºBi | 2ºBi | 3ºBi | 4ºBi |
| Português                                   | 10,0 | 10,0 | 10,0 | 10,0 |
| Educação Física                             | 10,0 | 10,0 | 10,0 |      |
| Matemática                                  | 10,0 | 10,0 | 10,0 |      |
| Física                                      | 10,0 | 10,0 | 10,0 | 10,0 |
| Química                                     | 10,0 | 10,0 | 10,0 |      |
| Biologia                                    | 10,0 | 10,0 | 10,0 |      |
| Geografia                                   | 10,0 | 10,0 | 10,0 |      |
| História                                    | 10,0 | 10,0 | 10,0 | 10,0 |
| Desenho                                     | 10,0 | 10,0 | 10,0 |      |
| Filosofia                                   | 10,0 | 10,0 | 10,0 | 10,0 |
| Sociologia                                  | 10,0 | 10,0 | 10,0 |      |
| Programação                                 | 10,0 | 10,0 | 10,0 |      |
| Eletricidade                                | 10,0 | 10,0 | 10,0 |      |
| Eletrônica Digital                          | 10,0 | 10,0 | 10,0 | 10,0 |
| Informática Aplicada                        | 10,0 | 10,0 | 10,0 |      |
+---------------------------------------------+------+------+------+------+

PS: The blank spaces are notes that aren't avaiable yet.

Contributing to academico

  • Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
  • Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
  • Fork the project.
  • Start a feature/bugfix branch.
  • Commit and push until you are happy with your contribution.
  • Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
  • Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.

Copyright (c) 2013 Bernardo B. Marques. See LICENSE.txt for further details.