The Wobbler Wobbl · he/him
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-13 18:02:08 +01:00
adce0f3812 Added log class to __init__.py
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-13 18:00:57 +01:00
7d38dab998 Improved log and log test.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-13 17:02:49 +01:00
2655e2c65e Removed unnecessary function call.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-13 17:00:06 +01:00
9f6acb1541 Added test for text.log
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-13 16:59:50 +01:00
35ebc6676d Added header print to mark the output of this text.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-10 19:12:07 +01:00
99e0ff0726 Corrected comments.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-10 19:08:24 +01:00
42f2a5f24b Implemented viewing of current directory.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-10 19:01:41 +01:00
f33e751683 Added viewing of path specified by command line argument.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-10 18:55:37 +01:00
dfd05e1732 Added utils.py and improved the example of the tree view.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-10 18:38:40 +01:00
5f6f89d17d Removed debug print.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-10 18:03:26 +01:00
c620c1b19b Added a module that generates file tree views.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-09 16:27:22 +01:00
eaa9b87990 Made the module import pygame only when needed.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-09 16:26:20 +01:00
1baac24427 Separated text formatting module and log module to 2 files and added a simple test for the formatting module.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-08 17:10:44 +01:00
56a74ec420 Moved text.py and buntcheck.py into text/
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-08 16:45:12 +01:00
614d97230e Added symbolic link to pygame_tools/pgui/ so the import is shorter.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-08 16:41:05 +01:00
34bf8df7ed Finally added __init__.py to the text module and modified the __init__.py in pgui.
Wobbl pushed to main at Wobbl/wobbl_tools 2025-01-06 16:06:24 +01:00
38e8be3318 Added build directories to .gitignore
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 20:12:24 +01:00
096415fe22 Added ffmpeg as requirement to the README.md
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 20:10:48 +01:00
878583eaac Modified function cache() so that the player can load all ffmpeg compatible files.
Wobbl pushed to main at Wobbl/Wobuzz 2024-12-29 19:29:22 +01:00
ae6081971b Removed debug print.