Skip to content

Satchel:Two CLI

eXPerience2001 edited this page May 13, 2026 · 2 revisions

About Satchel:Two CLI

Satchel:Two CLI is the original command-line style version of Satchel:Two. It is completely cross compatible as long as you have the correct dependencies installed. Documentation will be available soon. See below for how to install.

Installing the CLI

To install the CLI, simply download the latest release from the release page. Sadly the libraries need to be installed manually, I'm working on a script to install the CLI automatically, but this will come at a later date.

  • icalendar
  • csv
  • urllib
  • sys
  • os
  • ssl
  • datetime
  • webbrowser
  • time
  • datetime
  • pandas
  • requests
  • pathlib
  • base64
  • subprocess

Running the CLI

Simply extract the zip and place preferably in your documents. Open that folder and you should find a folder called "SatchelTwoCLI". Open that, and then either:

  • Windows: Type cmd in the navigation bar of file explorer
  • Linux and MacOS: Open the folder in terminal

And then run the command:

  • Windows: "python init.py"
  • Linux and MacOS: "python3 ./init.py"

And you're done!

Clone this wiki locally