Commands used by the TA for grading students (TAGS).
Japanese translation is here
Check Notes before installing
pip install via Github
pip install git+https://github.com/Qip21n0/TAGS.git
TAGS can be used as a command.
$ tags test --help
Welcome to TAGS system!!! (2022/04/03 08:39:08)
Usage: main.py test [OPTIONS]
Options:
-m, --modified Add this option if you want to modify test.txt or
answer.txt.
--help Show this message and exit.
TAGS can also be used in REPL(Read–eval–print loop).
$ tags
Welcome to TAGS system!!! (2022/04/03 08:36:32)
Type "help" for more information.
Press [Ctl + C] or [Ctl + D] to exit this mode.
========================
TAGS>> help
Documented commands (type help <topic>):
========================================
compile download help show test unzip
Undocumented commands:
======================
EOF cd ls
If you want to grade with TAGS, you must already have Google Chrome installed.
-
Command prompt
- Install
python
,gcc
andgit
- Install
pyreadline
with pip - Add the paths for gcc and Python Scripts to the environment variable PATH.
- Install
-
WSL
- If
WSLg
is not available, please useX Server
- Install
python
,pip
,git
andpython3-tk
- Install
python-xlib
with pip
- If
None.