fix incorrect user-path-inputs
pip install fixpath
from fixpath import findpath
path = input("Enter path: ")
# path = 'scr/fipath'
path = findpath(path)
# path = 'src/fixpath'findpath('REAMDE.md')->README.mdfindpath('LIECNSE')->LICENSE
tested in windows but should also work under linux