tilda / edgyrpc

Microsoft Edge (Chromium-based) Discord RPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Somewhat user-friendly GUI for this application

tilda opened this issue · comments

commented

Was thinking of writing something using Electron perhaps (scary, I know), but I don't know how well that would work out. Tauri might be worth looking into (with bindings for Python), but it's not stable at the moment, so I think I will hold off on using for now until it stabilizes in 2021. If you have any ideas, don't feel afraid to mention them.

Any frameworks suggested should preferably be:

  • Lightweight on resources (CPU, memory, storage, etc)
  • Be able to work with other languages somewhat if it's not Python
  • If it's Python, be compatible with asyncio (for websockets library)