Git Product home page Git Product logo

plass's Introduction

Plass

Keep track of your lessons (or whatever else) by storing dates.

Installation

To use the script you have to compile it to a binary using PyInstaller. You can then put the executable into the desired folder and run ./plass [COMMAND]. I suggest adding this folder to the PATH variable and running chmod +x plass for easier global usage.

Usage

This is a terminal line app, here are some examples.

  • Use plass get to see the full list
  • Use plass step [lecture] to update the list
  • Use plass help or plass example to show all commands

Notes

  1. When a command requires to insert a course, this has to be specified via its code (case-sensitive). For example, you have to use plass get TdS instead of plass get Teoria_dei_sistemi.
  2. Dates have to be specified with format "dd-mm". For example: "12-10", "09-12", "8-7" will be accepted; "12/12", "09 11", "6 sep" will be rejected (plass add CG 10-10).
  3. The full name of a course must not be created using white spaces. Instead, underscores are requires (but they will be displayed as white spaces). For example, instead of "Chimica generale" you have to use "Chimica_generale" (plass create CG Chimica_generale).
  4. For the import command (plass import CG < your/import/file.txt), the .txt file must have a single date for each line. For example, here is a correct-written file.
  5. In case of corruption, you can delete the full plass-data folder so that a fresh new one will be generated (e-mail me the folder, maybe I can recover it if you need).
File
13-09
14-09
29-09
18-10
02-11
02-12

plass's People

Contributors

fostidich avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.