-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
13 lines (11 loc) · 1.18 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
Current version is not stable due to issues with the virtual environment. Issues include missing various modules when running on different operating systems or devices.
Resources used:
Timer Font: Photonico Code Font by Luke Neo from https://fontesk.com/photonico-code-font/
Pygame Module v 2.1.2
Tutorials and instructions used:
- "Python Socket Programming Tutorial" by Tech With Tim from https://www.youtube.com/watch?v=3QiPPX-KeSc
- "Python Threading Tutorial: Run Code Concurrently Using the Threading Module" by Corey Schaer from https://www.youtube.com/watch?v=IEEhzQoKtQU
- "Bluetooth Programming with Python 3" from https://blog.kevindoran.co/bluetooth-programming-with-python-3/
- "socket — Low-level networking interface" from https://docs.python.org/3/library/socket.html#socket-families
- "Thread-Safe Queue in Python" by Jason Brownlee from https://superfastpython.com/thread-queue/#:~:text=A%20queue%20is%20a%20data,exchanged%20safely%20between%20multiple%20threads.
- "The definitive guide to Python virtual environments with conda" from https://whiteboxml.com/blog/the-definitive-guide-to-python-virtual-environments-with-conda