Contains the source code for Youtube videos on channel youtube.com/codefirstio
This is the source code for two videos about PyQt5:
- PyQt5 QTableWidget tutorial: Load data, fill tables, format tables https://youtu.be/xL2NdSubiNY (main.py)
- PyQt5 QTableWidget tutorial: Load data from SQL table into Table Widget https://youtu.be/YySB6tkjZ7Y (sql_table.py)
Tutorial by Youtube channel: Code First
Channel: youtube.com/CodeFirstio
Email: code.first.io@gmail.com
You can ask me questions or just drop a line!
PyQt5 and PyQt5 tools are required. Install with pip install pyqt5 and pip install pyqt5-tools.