Update README

master
En Yi 2022-07-09 14:14:20 +08:00
parent d815281abc
commit 44cb7a697b
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# About
This is just a Sudoku program written in python using the PyQt5 library. It's supposed to be a learning experience
about the graphics system of PyQt. The goal(?) is to make it as animated as possible.
This is just a Sudoku program written in python using the PySide2 library. It's supposed to be a learning experience
about the graphics system of PyQt.
## Requirements
Requires `Python 3`, `PyQt5`, and `Numpy`.
Requires `Python 3`, `PySide2`, and `Numpy`.
Use the requirements.txt to install the dependencies.