Giter VIP home page Giter VIP logo

credit_converstion's Introduction

Project Components

  • The script can be found in LearnSelenium/Credit Convert which computes appropriate reports for given input
  • A simple config.json to keep your credentials to automate Asuruite login + duo push authentication
  • A requirements.txt with all python libraries needed to get this script running.

Getting Started

Before importing this project to your Python workspace, it is necessary to make sure the prerequisite steps are properly done in your development environment.

Step 1: Clone the GitHub Repository

  1. Open your terminal or command prompt.

  2. Navigate to the directory where you want the project to be cloned. Use the cd command to change directories. For example:

    cd Documents/projects
  3. Clone the repository by running:

    git clone https://github.com/DIRGH712/credit_converstion.git
  4. Change into the project directory:

    cd credit_converstion
    

Step 2: Set Up Your Environment

  1. Create a virtual environment (recommended) to isolate your project dependencies. Run:
    python3 -m venv venv
  2. Activate the virtual environment:
  • On macOS/Linux:
    source venv/bin/activate
  • On Windows:
    .\venv\Scripts\activate
    

Step 3: Install Dependencies

  • Ensure your virtual environment is activated, then install the project dependencies:
    pip install -r requirements.txt
    

Step 4: Set Username Password

  • In the root directory of your project, update the config.json with your credentials

  • Set the paths according to your local machine.

  • Before running make sure you got to edx-onboarding/admin

  • Check your Cisco VPN.

  • Run the Program.

Input & Output

  • Check out the difference sample input .csv attached, the person_data.csv is the output with courses that succeeded and failed.

credit_converstion's People

Contributors

dirgh712 avatar dppate13 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.