A bilingual HTML generator, useful to create eBooks
python -m venv venv
pip install -r requirements.txt
If your two files are HTML files.
python main.py file1.html file2.html htmlIf your two files are not HTML files.
python main.py file1.txt file2.txt