HushmKun / Artec

Artec is a python application that creates a configurable project template in a given directory.
https://pypi.org/project/Artec/
GNU General Public License v3.0
4 stars 2 forks source link

Create a TUI #2

Open HushmKun opened 1 year ago

HushmKun commented 1 year ago

I want to create a TUI to show.

augustus-thomas commented 1 year ago

Are you looking for new collaborators? I know some python and algo design, but have never helped with a package!

I am thinking that it would be handy to have a isValidStructure method that checks to see if the folders and files in the json argument form a valid tree. If not we could raise an exception before building too. We could also would run isValidStructure when we want to display a TUI of the tree too!

Let me know :)

HushmKun commented 1 year ago

All help is appreciated, @augustus-thomas . Welcome aboard, buddy.

I have been thinking of something similar and I did apply it kind of on the run but haven't committed it yet. Fork the repo, do your Idea and PR, Maybe you can do it better. 😃😄