SimplePyScripts
SimplePyScripts copied to clipboard
Organise the repo
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
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 😄
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.
But if they're the same I guess we could just have the one src or scripts folder