Skip to content

gilbert12tw/NTHUOJ-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NTHUOJ cli

This is the command line interface for NTHUOJ.

Setup

required: pip

first pip install all requirements

pip install -r requirements.txt

then use pyinstaller to create executable file

pyinstaller main.py

the executable file is the main file in dist/main/

Usage

./main [Problem ID] [your solution file]

you need to enter your account and password in the first time.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.6%
  • C++ 13.4%