Today, the boss wrote a wechat robot in python, which is similar to a platform talking about automatic welcome, automatic invitation, etc

start First of all, you need to have a python environment. If you use Python 3, please install it through github for the time being. The modified version has been officially used by ItChat and the web interface has not been repaired, so you can only use it yourself pip3 install git+https://githUTF-8...

Posted by cemeteryridge on Sat, 07 Aug 2021 08:00:22 +0930

2022, I write Spring Festival couplets in Python.

1. Preface Spring Festival couplets are one of the most connotative elements in Chinese traditional culture. They depict beautiful images and express good wishes in neat, concise and exquisite words. They are a unique literary form in China and an important custom of Chinese New Year. During thUTF-8...

Posted by DeadlySin3 on Mon, 17 Jan 2022 22:17:48 +1030

tkinter GUI programming (learning note-1)

Developing graphical user interface (GUI) applications is one of the important applications of Python. The standard library tkinter is used to realize the graphical user interface. tkinter module is Python's de facto GUI library, which is included in Python's basic installation package. The GUIUTF-8...

Posted by toshog on Fri, 15 Apr 2022 11:26:02 +0930

Getting started with Tornado framework

Getting started with Tornado framework pip install tornado Manual installation Download the installation package tornado-4.3 tar. gz( https://pypi.python.org/packages/source/t/tornado/tornado-4.3.tar.gz) $ tar xvzf tornado-4.3.tar.gz $ cd tornado-4.3 $ python setup.py build $ sudo python setup.UTF-8...

Posted by gotry on Sat, 16 Apr 2022 22:14:36 +0930