- BeautifulSoup
pip install beautifulsoup4
Start with command py extractor.py <input_file> <output_folder> (for Windows) or with python3 extractor.py <input_file> <output_folder> (for Linux)
All images from input fb2 file will be extracted to output folder. Output folder should not exist, the program will automatically create it.