From 7291c993c5da405b83d5d436be06e6beb740abc3 Mon Sep 17 00:00:00 2001 From: guanjihuan Date: Wed, 8 Dec 2021 06:53:13 +0800 Subject: [PATCH] update --- .../2021.12.08_academic_words/download_word_mp3.py | 5 +++++ language_learning/2021.12.08_academic_words/play_mp3.py | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/language_learning/2021.12.08_academic_words/download_word_mp3.py b/language_learning/2021.12.08_academic_words/download_word_mp3.py index 714fffc..52629ef 100644 --- a/language_learning/2021.12.08_academic_words/download_word_mp3.py +++ b/language_learning/2021.12.08_academic_words/download_word_mp3.py @@ -1,3 +1,8 @@ +""" +This code is supported by the website: https://www.guanjihuan.com +The newest version of this code is on the web page: https://www.guanjihuan.com/archives/18038 +""" + from bs4 import BeautifulSoup import re import requests diff --git a/language_learning/2021.12.08_academic_words/play_mp3.py b/language_learning/2021.12.08_academic_words/play_mp3.py index 5e70ef5..c4d463f 100644 --- a/language_learning/2021.12.08_academic_words/play_mp3.py +++ b/language_learning/2021.12.08_academic_words/play_mp3.py @@ -1,3 +1,8 @@ +""" +This code is supported by the website: https://www.guanjihuan.com +The newest version of this code is on the web page: https://www.guanjihuan.com/archives/18038 +""" + import pygame import time import os