mathoudebine / turing-smart-screen-python

Unofficial Python system monitor and library for small IPS USB-C displays like Turing Smart Screen or XuanFang
GNU General Public License v3.0
966 stars 166 forks source link

Normal packaging please? #533

Open nukdokplex opened 2 weeks ago

nukdokplex commented 2 weeks ago

Hello, i just wanna say that you can move all headache with packaging to pip and publish your program on PyPI. If you do so, installation process would collapse to:

  1. install python
  2. run python -m pip install turing-smart-screen
  3. run turing-smart-screen-python

also it's very annoying that your program reads themes that located only in same folder where program located, that's pretty dumb, can you just make theme option in your config accept absolute path to theme's folder, that's really sucks. Also it would very helpful if you could add argument like "-c" for config file path.