Spaces:
Running
Running
Alejandro Cremades
commited on
Commit
•
7602e68
1
Parent(s):
952f04c
Add a README file
Browse files
README.md
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# middleschool-cardlist
|
2 |
+
|
3 |
+
Composes a list of Magic cards legal in the Middle School format
|
4 |
+
|
5 |
+
## The process: the Jupyter notebook
|
6 |
+
|
7 |
+
Feel free to take a look at [the notebook](https://github.com/alecrem/middleschool-cardlist/blob/main/middleschool-cardlist.ipynb)
|
8 |
+
|
9 |
+
### Requirements to run the notebook
|
10 |
+
|
11 |
+
Command line utilities:
|
12 |
+
|
13 |
+
- [wget](https://www.gnu.org/software/wget/)
|
14 |
+
- [bzip2](https://sourceware.org/bzip2/)
|
15 |
+
- [jq](https://stedolan.github.io/jq/)
|
16 |
+
|
17 |
+
Python modules:
|
18 |
+
|
19 |
+
- json
|
20 |
+
- pandas
|
21 |
+
|
22 |
+
## The result: output files
|
23 |
+
|
24 |
+
- [middleschool.json ](https://github.com/alecrem/middleschool-cardlist/blob/main/output/middleschool.json)
|
25 |
+
- [middleschool.csv](https://github.com/alecrem/middleschool-cardlist/blob/main/output/middleschool.csv)
|