Create Virtual Environment

# Make sure installed!!
sudo apt install python3-full

# Create a virtenv
python3 -m venv .venv

Enter Virtual Environment Mode

. .venv/bin/activate

Install Dependency

pip3 install -r requirements.txt

Copy the jp/quotes.json to here

And Run!

python3 main.py
# It'll generate a 'translated.json' file.

Preview