Replies: 1 comment
-
Hello, I don't know if you still have the question but I also had that problem but no Python module is directly compatible with the use of Bluetooth on cell phones so you can use low-process commands. I'll leave you my code if it helps you. import subprocess def main(page: Page):
flet.app(target=main) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, sorry the dumb question. I just hear about Flet.
I want to make a device that is pair with a android cellphone. Recieve a variable string from that device in the app, and use Python-Chess (https://python-chess.readthedocs.io/en/latest/) module to interpret, later send that value to lichess api (Berserk module)
The thing is i have a limitation in which modules i could use?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions