File size: 727 Bytes
7602e68
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# middleschool-cardlist

Composes a list of Magic cards legal in the Middle School format 

## The process: the Jupyter notebook

Feel free to take a look at [the notebook](https://github.com/alecrem/middleschool-cardlist/blob/main/middleschool-cardlist.ipynb)

### Requirements to run the notebook

Command line utilities:

- [wget](https://www.gnu.org/software/wget/)
- [bzip2](https://sourceware.org/bzip2/)
- [jq](https://stedolan.github.io/jq/)

Python modules:

- json
- pandas

## The result: output files

- [middleschool.json ](https://github.com/alecrem/middleschool-cardlist/blob/main/output/middleschool.json)
- [middleschool.csv](https://github.com/alecrem/middleschool-cardlist/blob/main/output/middleschool.csv)