Skip to content

DorKeinath/BananaGrader

Repository files navigation

Banana Grader

App for giving grades and earning bananas.

Screenshots

Installation

  • To use it with your android, you can install the Kivy Launcher (apk, Google Play).
  • To use it on an other device look here

Use

To import your students you can change the file named students.csv. Afterwards use

python convert_students_to_json.py

to convert your csv to the necessary json file.

To get your grades use

python convert_grades_to_csv.py

to convert your grades.json to a csv file.

Concept

The idea behind the app is to realize a quick workflow: Students and given grades are managed on a personal computer via two csv files. So the Banana Grader can be used for two reasons:

  1. To give grades to students
  2. To learn the names of the students

Functions to implement:

  • Give bananas for given grades
  • Reverse order of given grades
  • Increase velocity in creating dics
  • Handle incorrect files (students.csv)
  • Security stuff
  • Write more in "About"
  • Nicer symbols (left arrow)

Licenses

  • This app uses the Kivy framework, which is released under the terms of the MIT License. Please refer to there LICENSE file. The base of the Banana Grader is the example/tutorial app called Notes.
  • The current UI design has been adapted from Moblintouch theme's SVGs and is licensed under the terms of the LGPLv2.1.
  • The default pictures are created by NicholasJudy456

About

Kivy-App for learning names and giving grades.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages