Skip to content

pyohei/scop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

60 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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

https://imgur.com/a/8PjDy

Install

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

Usage

After clone this repository, you can excecute by the below command.

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.

  1. Create module file under converter directory
  2. 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

About

๐Ÿ๐Ÿ”String converter of Python ๐Ÿ”๐Ÿ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages