Organise the repo
TechWiz-3 opened this issue · 3 comments
TechWiz-3 commented
Would it be possible to put the examples in a folder and all the scripts in another? Scrolling down the entire repo to the README is pretty tedious because of how many folders and directories. I'm thinking something like this:
SimplePyScripts/
├─ examples/
│ ├─ ...
├─ src/
│ ├─ .
│ ├─ ..
│ ├─ ...
├─ .gitignore
├─ README_logo.svg
├─ README.md
gil9red commented
Hello!
Thank you for your attention!
What is the difference between "examples/" and "src/"? I think there is almost no line between them in this repository 😄
TechWiz-3 commented
I'm not exactly sure. I see a lot of folders called with the word _examples
at the end, so I assumed there's a difference.
TechWiz-3 commented
But if they're the same I guess we could just have the one src
or scripts
folder