convertpath

Simple Path Convertor


License
Python-2.0
Install
pip install convertpath==0.2.5

Documentation

convertpath Module

Simply Path Convertor for converting from windows path ('C:\hoge') to linux path ('/C/hoge').

PYPI

https://pypi.org/project/convertpath/

Setup

pip install convertpath

Usage

from convertpath import convertpath_win2linux
convertpath_win2linux('C:\\hoge')
# /C/hoge