Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jafagervik/projectq
https://github.com/jafagervik/projectq
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jafagervik/projectq
- Owner: Jafagervik
- Created: 2021-02-15T21:35:46.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T21:38:40.000Z (almost 4 years ago)
- Last Synced: 2024-10-30T01:54:20.054Z (2 months ago)
- Language: TeX
- Size: 207 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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