Skip to content

AliSK81/LMS-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMS-manager

This script helps you log in to your LMS account and enter the currently running session, all in a second.

s

Built With

Getting started

First, make sure Python 3 is installed on your system. Open the terminal and run:

python --version

You should get a message like "Python 3.x.x." otherwise, download it from here.

Installation

The Installation is straightforward. Do the following steps in order:

  1. Clone the repo

    git clone https://github.com/AliSK81/LMS-manager.git
    
  2. Install required packages:

    pip install -r req.txt
    
  3. Run the program:

    python main.py
    

Note: Once you install packages, you can double-click on main.py to run the script next time.