Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jafagervik/projectq


https://github.com/jafagervik/projectq

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# KC-Mapping

### KC probability graph

### KC Map

When you've successfully answered all the questions pertaining to the kcs, a graph will appear in a website. This shows how the kcs correlate to each other as well as it shows you how you're progressing so far.

python```
def map_kcs(kcs, kc_color, edge_color, alg)

````

####Example

python```
map_kcs(["geometry", "algebra", "division"], "#222222", "#f3f3f3", "hr")
````

## Requirements

- Python 3

Run pip install -r requirements.txt to download all modules necessary to run this project

## Running the program:

### Unix

---

Run the Makefile

### Windows

---

Run the project.bat file