tthelper

command module
v0.0.0-...-ca35dd4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2025 License: MIT Imports: 14 Imported by: 0

README

TimeTable Helper

demo gif

Usage

  1. Install locally

    $ go install github.com/PraWater/tthelper@latest
    
  2. Populate the database using an excel file

    Download the excel file from this repo. Last updated: 10th Dec

    Default location for the Excel file is /home/timetable.xlsx.

    $ tthelper -refresh {path_to_excel_file}
    
  3. Create an input timetable as a TXT file

    Example for 3-1 CS:

    CS F351 L1 T3
    CS F372 L1 T5
    CS F342 L1 P5
    CS F301 L1 T2
    
  4. Pass the TXT file to get the list of courses that do not clash with your timetable

    Default location for the input timetable is /home/input_tt.txt.

    $ tthelper {path_to_input_tt}
    

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL