https://github.com/pyohei/scop
ππString converter of Python ππ
https://github.com/pyohei/scop
bottle converter python tool
Last synced: 10 months ago
JSON representation
ππString converter of Python ππ
- Host: GitHub
- URL: https://github.com/pyohei/scop
- Owner: pyohei
- License: mit
- Created: 2017-03-04T14:33:11.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2022-06-05T05:54:03.000Z (about 4 years ago)
- Last Synced: 2025-05-20T13:11:47.180Z (about 1 year ago)
- Topics: bottle, converter, python, tool
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
SCOP(String Converter of Python)
================================
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!
Sample
------
.. image:: https://imgur.com/a/8PjDy
Install
-------
You can install this script as follows.
.. code:: bash
git clone https://github.com/pyohei/scop.git
And you need to install python libraries which this tool required.
.. code:: bash
pip install -r requirements.txt
Usage
-----
After clone this repository, you can excecute by the below command.
.. code:: bash
python web.py
Environment
-----------
- Python 2.7.x
- Python 3.6.x
- Python 3.8.x
Customize
---------
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 :)
Licence
-------
- MIT