Jayich-Lab / tray-launcher

A launcher for Windows that resides in the taskbar for managing .bat scripts.
MIT License
7 stars 1 forks source link

Allow accessing the tray-launcher in cmd #2

Closed danhuaxu closed 2 years ago

danhuaxu commented 2 years ago

https://realpython.com/python-sockets/

https://realpython.com/command-line-interfaces-python-argparse/ - ok, this one won't work.

fanmingyu212 commented 2 years ago

Also https://docs.python.org/3/library/asyncio-stream.html might be helpful.

danhuaxu commented 2 years ago

Also https://docs.python.org/3/library/asyncio-stream.html might be helpful.

Thanks!

danhuaxu commented 2 years ago

https://www.geeksforgeeks.org/command-line-scripts-python-packaging/