dvingerh / PyInstaLive

Python script to download Instagram livestreams.
MIT License
547 stars 111 forks source link

mentoring request - project structure #82

Closed UmutAlihan closed 4 years ago

UmutAlihan commented 4 years ago

Hi @dvingerh ,

Thank you for such value-added contribution!

I am currently developing a gmail api wrapper and mailbox handler for my personal use. However, I open sourced it. I read your source code and really want to learn using --main--.py, setup.py, etc.

Is there any tutorial or resource you can recommend, so that I learn to design and structure my projects as yours?

Wish you the bests, cheers!

dvingerh commented 4 years ago

There is a comprehensive article written by the Python developers themselves that should cover what you want to learn about

https://packaging.python.org/tutorials/packaging-projects/

UmutAlihan commented 4 years ago

many thanks!