SCOP is the simple string convert tool written with Python. There are some features in this tool.
- Simple protocol
- Simple web interface
- Enable to customize this code as you want!
You can install this script as follows.
git clone https://github.com/pyohei/scop.git
And you need to install python libraries which this tool required.
pip install -r requirements.txt
After clone this repository, you can excecute by the below command.
python web.py
- Python 2.7.x
- Python 3.6.x
- Python 3.8.x
You can add your original module if you want. The way to create is below.
- Create module file under
converter
directory - Add
convert
module having first argument.(converter/_sample.py
is sample file.)
After you can add your module, you can see your original converter from browser choices. If you want to add modules into my repository, please give me Pull Request :)
- MIT