Skip to content

utility-libraries/fixpath-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FixPath.py

fix incorrect user-path-inputs

Installation

pip install fixpath

Usage

from fixpath import findpath

path = input("Enter path: ")
# path = 'scr/fipath'
path = findpath(path)
# path = 'src/fixpath'
  • findpath('REAMDE.md') -> README.md
  • findpath('LIECNSE') -> LICENSE

Comment

tested in windows but should also work under linux

About

fix incorrect user-path-inputs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages