From c93bcdd489b63afddfbd860523ede4585094a9bb Mon Sep 17 00:00:00 2001 From: david-ajax Date: Wed, 10 Sep 2025 23:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .playsound.py | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .playsound.py diff --git a/.playsound.py b/.playsound.py deleted file mode 100644 index b3d8ab8..0000000 --- a/.playsound.py +++ /dev/null @@ -1,5 +0,0 @@ -# for Android/Termux -import os -def playsound(p): - os.system(f"play-audio '{p}'") - print(p) \ No newline at end of file