Flashcard generator - A small gift for my son's first birthday and all kids
- Ubuntu Linux
- Anaconda3 (conda 4.4.10)
- LibreOffice 5.1.6.2 10m0(Build:2)
- Create conda environment
$ conda env create -n <env_name> -f requirements.txt
- Activate created environment
$ source activate <env_name>
- Run spider
$ scrapy crawl flags
There will be an output<xxx>.odt file created under <project_root>/output folder. When open that file, there should be a warning about the file is corrupt but you can click yes to repare it (this is due to the file is created by the script). When the file is opened you can save it or export it to PDF from menu bar.
- Countries' Flags sample