Go to file
sallbet f2aad9997b
Initial commit
2023-12-03 01:18:46 +03:00
.gitignore Initial commit 2023-12-03 01:18:46 +03:00
README.md Initial commit 2023-12-03 01:18:46 +03:00
ppfunModtools.py Initial commit 2023-12-03 01:18:46 +03:00
requirements.txt Initial commit 2023-12-03 01:18:46 +03:00
verdef Initial commit 2023-12-03 01:18:46 +03:00

README.md

Pixelplanet Python modtools implementaion

It has graphs and deltas between pixels. It can also save pixels. Requires Python (who would have thought) >=3.11.

You need to download two files: ppfunModtools.py and requirements.txt. Or you can use git clone <repository link> (requires Git installed).

On first run you need to execute pip install -r requirements.txt.

To run the program use python ppfunModtools.py

For those using Windows, it is useful to create a .bat file. Create a .txt file, enter python ppfunModtools.py and change the extension (.txt) to .bat. Now you can run it by double clicking .bat.

And Linux users, I'm sure, know how to do this.

To open the graphs, double-click IID. Values from the table are copied by left click. Yes, every value is copied.

If anything crashed, annoy sallbet. Maybe this file will be updated. Also the script updates automatically.