Skip to content

Releases: TimochiL/pc2-scripts

v1.0.3 Release

27 Jul 04:24

Choose a tag to compare

[Release] v1.0.3

pc2-scripts is a Python script library that provides automation to PC^2 contest running processes. ⚠️ WINDOWS-based script. ⚠️

Features

pc2_runner command line script

  • Run from command prompt in following format:
py pc2_runner.py PATH_TO_CONTEST
  • Custom user commands: "start", "exit", "/ethernet", "/wti", "/set wti", "/set ini", "/h", and account name of batch file.
  • Run and configure existing pc2-9.8.0 Java programming contests.

pc2_instance module

  • Contest automation object
  • Refer to DOCS.md to learn more

v1.0.2 Release

24 Jul 15:38

Choose a tag to compare

[Release] v1.0.2

pc2-scripts is a Python script library that provides automation to PC^2 contest running processes. ⚠️ WINDOWS-based script. ⚠️

Features

pc2_runner command line script

  • Run from command prompt in following format:
py pc2_runner.py PATH_TO_CONTEST
  • Custom user commands: "start", "exit", "/ethernet", "/wti", "/set ini", "/h", and account name of batch file.

pc2_instance module

  • Contest automation object
  • Refer to DOCS.md to learn more