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

Refactoring. GUI and CLI are now in two different files. #56

Closed danhuaxu closed 2 years ago

danhuaxu commented 2 years ago

Let me know if there are other refactoring work you want me to do.

47 Separated gui.py and cli.py

48 Changed print to logging.

52 Badge added in README. The version will be 1.0.0 when it's ready to be uploaded to PyPi.

danhuaxu commented 2 years ago

I also changed print to logging, resolving #48. Let me know what further modification I should make;)

See you on Friday