Skip to content

Commit 154d180

Browse files
committed
readme file
1 parent 356f74e commit 154d180

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Samurai Sudoku App
2+
3+
Samurai Sudoku App with multithread using PyQt5, pyqtgraph for KOU YAZLAB project.
4+
5+
![samurai-sudoku-gif](templates/samurai-sudoku.gif)
6+
7+
## Installation and Usage
8+
9+
Run the following code in order
10+
11+
```bash
12+
git clone https://github.com/birhann/samurai-sudoku.git
13+
```
14+
```bash
15+
pip install -r requirements.txt
16+
```
17+
```bash
18+
py main.py
19+
```

requirements.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
numpy==1.16.2
2+
PyQt5==5.15.6
3+
pyqtgraph==0.11.1

templates/samurai-sudoku.gif

3.48 MB
Loading

0 commit comments

Comments
 (0)