# socode.trans **Repository Path**: zicjin/socode.trans ## Basic Information - **Project Name**: socode.trans - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-22 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # INSTALL pip install flask googletrans # DEBUG export FLASK_DEBUG=1 export FLASK_APP=app.py flask run ## for powershell $env:FLASK_DEBUG=1;$env:FLASK_APP="app.py";flask run ## or use .vscode/launch.json # PROD pm2 start trans_prod.sh