Skip to content

tostos5963/PySimpleGUI-JigsawPuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PySimpleGUI-JigsawPuzzle

PySimpleGUI と OpenCV を使用して作成したジグソーパズルです。

output

ダウンロード

インストールと実行方法

【Windows】

pip install pysimplegui

python JigsawPuzzle.py

【Linux(ubuntu)】

pip3 install pysimplegui

python3 JigsawPuzzle.py

以下のエラーが出た場合    

    ModuleNotFoundError: No module named 'tkinter'

python3-tk をインストールしてください
    sudo apt-get install python3-tk

【Mac】

動作すると思いますが所持していないため確認できていません。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages