Skip to main content

Online Classes Automation

Project description

aclass

Tool making your quarantine life so much easier.

Are you tired of typing in credentials of your online classes? I came up with solution. Now you can install aclass python package with pip3.

Installation

pip3 install aclass

Configuration

To configure aclass after installation run:

aclass --configure

This command will create classes.json file in root directory of package. After json file is create you will be redirected to vim in order to edit the already created template. Template is located here.

Running this command again will overwrite already existing file and remove all contents.

Example

{
  "maths": "link to your maths class",
  "cs": "link to your cs class"
}

If you are wondering how json syntax works visit this page.

Usage

Joining to your class is pretty simple. As the second argument you take name of object you assigned link in classes.json to. For example; in example above we have two classes: "maths" and "cs". You can name however you want. Key is to remember name of object.

If you would like to join to your Computer Science class:

aclass --join name-of-cs-class-in-json-file

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aclass-0.1.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

aclass-0.1.1-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page