# py-scripts **Repository Path**: pyco/py-scripts ## Basic Information - **Project Name**: py-scripts - **Description**: python scripts for any platforms - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-07 - **Last Updated**: 2021-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Py-Scripts python scripts for any platforms please feel comfort to pull request for your scripts. ## Depends - Click>=6.0 ```bash pip install click ``` ## Install ```bash pip install py-scripts ``` ### Includes #### py_replace ``` Usage: py_replace.py [OPTIONS] FILENAME py_replace [OPTIONS] file key1=val1 [key2=val2 ... kn=vn] desc: output file with replace content of `$key1` to `val1` and so on. Options: -h, --help Show this message and exit. -o, --output TEXT output file, default: $FILENAME.out -s, --symbol TEXT symbol of parameter variable, default: '$', specific support: ['{}', '{{}}'] ```