earnestt1234 / seedir

A Python package for creating, editing, and reading folder tree diagrams
MIT License
122 stars 9 forks source link

Rename files to make python -m seedir work #23

Closed J535D165 closed 1 year ago

J535D165 commented 1 year ago

Closes #22

Bruin056@UU083226 seedir % python -m seedir                                     
seedir/
├─LICENSE
├─.pytest_cache/
│ ├─CACHEDIR.TAG
│ ├─README.md
│ ├─.gitignore
│ └─v/
│   └─cache/
│     ├─nodeids
│     └─stepwise
├─CHANGELOG.md
├─tests/
│ ├─__init__.py
│ ├─__pycache__/
│ │ ├─__init__.cpython-39.pyc
│ │ └─tests.cpython-39.pyc
│ └─tests.py