GUI-Based Word Cloud Generator in Python

A desktop application built with Python that generates word clouds from text files using a graphical user interface. Users can select any plain text document—supporting both Chinese and English—and optionally provide a mask image to shape the resulting word cloud. The interface also includes an image viewer for previewing background or mask ima ...

Posted on Tue, 30 Jun 2026 18:13:30 +0000 by offnordberg

WeChat Friend Analytics: Visualizing Gender Distribution, Location Heatmaps, and Signature Word Clouds

Overview This article extends the WeChat bot implementation by analyzing friend statistics using wxpy library. The analysis covers gender distribution, geographic distribution across provinces and cities, signature word clouds, and location-based heatmaps. Implementation Components Word Cloud Generation The wordcloud libray generates visual wor ...

Posted on Thu, 07 May 2026 12:57:07 +0000 by x01440