Skip to content

Blog

[Python] Use the wordcloud package to generate specific shapes and colors through masks

wordcloud is a famous python package to generate word cloud. I also record about how to use the package to make a word cloud, but today I have further studied the setting of wordcloud according to different picture masks to generate different shapes of word clouds, and even control the color of the word cloud.

Read More »[Python] Use the wordcloud package to generate specific shapes and colors through masks

[Solved] (2020/04/23 Updated) Python GoogleNews can not Return Chinese Search Results

Today, when I re-used the package "GoogleNews" in Python that can automatically return search results (you can refer to [Python] Using "GoogleNews" package to get the Google News that I wrote before), it may be because I upgraded this package The version of, there is no problem in the English search, but the search result in the Chinese search is not returned, and there is no error.

Read More »[Solved] (2020/04/23 Updated) Python GoogleNews can not Return Chinese Search Results

[Linux] Use "ls" command to display different colors and orders according to different file extensions

For a long time, I have felt that the sorting and colors of the files displayed in the terminal are not really beautiful. I am always wondering if there is a good method can color the files in the terminal and sort them according to the file extensions.

Read More »[Linux] Use "ls" command to display different colors and orders according to different file extensions