From 11d27203932891764c0ffd93218eb55a0cb875bc Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Fri, 18 Feb 2022 05:46:31 +0800 Subject: [PATCH] Create play_mp3_with_guan.py --- .../2021.12.08_academic_words/play_mp3_with_guan.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 language_learning/2021.12.08_academic_words/play_mp3_with_guan.py diff --git a/language_learning/2021.12.08_academic_words/play_mp3_with_guan.py b/language_learning/2021.12.08_academic_words/play_mp3_with_guan.py new file mode 100644 index 0000000..0b20440 --- /dev/null +++ b/language_learning/2021.12.08_academic_words/play_mp3_with_guan.py @@ -0,0 +1,8 @@ +# Words in webpage: https://www.guanjihuan.com/archives/4418 +# installation: +# (1) pip install pygame +# (2) pip install --upgrade guan + +import guan +guan.play_academic_words() +# guan.play_academic_words(bre_or_ame='ame', random_on=0, show_translation=1, show_link=1, translation_time=2, rest_time=1) \ No newline at end of file