cdleong / pyfantasy

Not Playing Fantasy Sports
GNU General Public License v3.0
1 stars 0 forks source link

Get a UI going #7

Closed cdleong closed 6 years ago

cdleong commented 6 years ago

UI vision:

  1. It gives us some top picks.
  2. As other people pick them, I click or type, and top picks get regenerated.
  3. It regenerates when I pick one.
cdleong commented 6 years ago

https://github.com/vinta/awesome-python#gui

Curses or Eel might be easiest.

cdleong commented 6 years ago

Ended up using PyQT.

It's not pretty, and I doubt I'm doing it all in the right way (need to learn more about Signals and Slots), but it gives you a list of top players by ADP, and lets you "draft for me" or "draft for others"