cmulay / python-aio

You can now seek help on your current python project ! Drop discussion in QnA Section of this repo ! Below is the link for discussion.
https://github.com/cmulay/python-aio/discussions
Apache License 2.0
12 stars 12 forks source link

Restructure the project #21

Closed cmulay closed 3 years ago

cmulay commented 3 years ago

Create proper project structure and navigational / contribution guide

mani-barathi commented 3 years ago

@cmulay Do You have any idea how to structure the project? Let me know I'll see if I can do that

cmulay commented 3 years ago

I have not thought about it what is your approach ?

mani-barathi commented 3 years ago

For Now, I think we can start categorizing projects based whether its is CLI based or GUI based .

And then provide a navigation tree kinda of thing in README so that people know what are all the projects comes under the categories.

cmulay commented 3 years ago

That would be great ! Can you go ahead with these changes ?

mani-barathi commented 3 years ago

Yeah

mani-barathi commented 3 years ago

@cmulay I'll also add a folder called Games, as we have quite a few games in the repo.

cmulay commented 3 years ago

Can also create a folder for python Scripts ?

mani-barathi commented 3 years ago

Okie. then you tell me what all should go inside Scripts

mani-barathi commented 3 years ago

@cmulay Right Now it looks like this |─── CLI │ ├───Addressbook │ ├───Advance Email Slicer │ ├─── ....Many More ├─── Games │ ├───Guess the Number │ ├───Hangman │ ├─── ....Many More |─── GUI │ ├───Alarm Clock │ ├───Currency Converter │ ├─── ....Many More

cmulay commented 3 years ago

Looks good to me !

mani-barathi commented 3 years ago

@cmulay Should I add a Beginner category as some projects/programs are very beginner-friendly?

cmulay commented 3 years ago

Yeah sure !

cmulay commented 3 years ago

Thank you so much @mani-barathi for doing the restructuring of the project !

mani-barathi commented 3 years ago

Thank you so much @mani-barathi for doing the restructuring of the project !

Happy to contribute!