Bissl Code der einem etwas Zeit sparen kann.
Find a file
EKNr1 16424d1f23 Added asap() and rsap() functions.
These functions are so simple that I am too lazy to explain their tasks.
2024-01-05 22:14:36 +01:00
buntcheck.py Got buttons working. 2023-08-25 16:15:01 +02:00
file_dict.py Renamed settings.py to file_dict.py, because it can not only be used to store settings. 2023-11-11 18:34:28 +01:00
pg.py pg: In TextButton.blit(), padding was used as if it would be still an int. 2023-12-09 12:49:57 +01:00
README.md Added readme. 2023-11-11 19:50:32 +01:00
text.py Added asap() and rsap() functions. 2024-01-05 22:14:36 +01:00

Wobbl tools

To install, make a new folder in the python site-packages folder named tools and put all files in it.

If a folder named tools already exists in one of the site-packages folders, you can name the folder "wobbl_tools" or something else. Dont forget to change the imports in the script that uses this tools.

To see, where the site-packages folders are, use:

python -m site

You can use one of the listed folders.