Go to file
2022-01-02 05:05:42 -07:00
configs add gui, egg guide, and reorganize project 2022-01-02 05:05:42 -07:00
images add gui, egg guide, and reorganize project 2022-01-02 05:05:42 -07:00
src add gui, egg guide, and reorganize project 2022-01-02 05:05:42 -07:00
.gitattributes Initial commit 2021-12-18 00:02:39 +09:00
.gitignore Update .gitignore 2021-12-20 00:34:30 +09:00
egg.md add gui, egg guide, and reorganize project 2022-01-02 05:05:42 -07:00
LICENSE Initial commit 2021-12-18 00:02:39 +09:00
memo.md Update memo.md 2021-12-23 01:01:55 +09:00
Nursery.png add gui, egg guide, and reorganize project 2022-01-02 05:05:42 -07:00
README.md Update README.md 2021-12-22 18:43:13 +09:00
Repel.png add gui, egg guide, and reorganize project 2022-01-02 05:05:42 -07:00
requirements.txt Create requirements.txt 2021-12-18 00:03:51 +09:00

Project_Xs

なにこれ

ゴンベの瞬きから色々するプログラムです. が, β版のため恐らくそのままだとまともに動きません. 色々改変してください.

実行環境

Python 3.9.6 (恐らくPython 3.7≧なら動きます)

OpenCV 4.5.4

実行方法

以下のコマンドの意味が全部分からない場合は諦めてください

一部分からない場合はgoogle先生に聞いてください

git clone https://github.com/niart120/Project_Xs.git
cd ./Project_Xs
./env/Scripts/Activate.ps1
python -m venv env
pip install -r requirements.txt
python ./src/tidsid.py

(English ver, using DeepL)

What's this?

Recover internal state of Xorshift from Munchlax's blink.

This is experimental version. It does not work well as it is, so please modify it by yourself.

Environment

Python 3.9.6 (Probably works with Python 3.7 and above.) OpenCV 4.5.4

How to run

It is not recommended to run if you do not understand the following command. If you don't understand some of them, google it.

git clone https://github.com/niart120/Project_Xs.git
cd ./Project_Xs
./env/Scripts/Activate.ps1
python -m venv env
pip install -r requirements.txt
python ./src/tidsid.py