git404hub

what is python fr?

injetlee/python — explained in plain English

Analysis updated 2026-06-24

10,630PythonAudience · developerComplexity · 2/5Setup · easy

tl;dr

A collection of ready-to-run Python scripts and tutorials in Chinese covering web scraping, WeChat development, and file automation, organized as a personal learning hub with practical code examples.

vibe map

mindmap
  root((injetlee python))
    What It Is
      Script collection
      Chinese tutorials
      Personal learning hub
    Topics
      Web scraping
      WeChat development
      File automation
      SQL tutorials
    Example Scripts
      Douban scraper
      Excel read-write
      File renamer
      Zhihu login
    Audience
      Chinese developers
      Python beginners

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Scrape Douban movie listings or Chinese job postings using the included web scraping example scripts.

VIBE 2

Build a basic WeChat public account auto-reply feature by following the beginner tutorials.

VIBE 3

Automate file renaming, Excel reading/writing, or bulk database imports using the provided utility scripts.

VIBE 4

Simulate a login to Zhihu or extract video data from Chinese short-video apps using the ready-made scripts.

what's the stack?

Python

how it stacks up fr

injetlee/pythonfacebookresearch/parlairq/rq
Stars10,63010,63010,633
LanguagePythonPythonPython
Setup difficultyeasymoderatemoderate
Complexity2/54/53/5
Audiencedeveloperresearcherdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

in plain english

This repository is a collection of Python scripts and tutorials written in Chinese, covering several practical automation topics. The README is entirely in Chinese and the content is aimed at Chinese-speaking developers learning to automate tasks with Python. The collection is organized into a few main categories. One section covers WeChat public account development, with beginner tutorials on building features for the WeChat social platform used widely in China. Another section is a set of web scraping tutorials: examples include scraping Douban movie listings, downloading images, analyzing job postings, and extracting video data from short-video apps. There is also a small section labeled Python black magic, which includes a script for remotely shutting down a computer. Beyond those categories, the repository links to a set of individual utility scripts. These include simulating a login to Zhihu (a Chinese question-and-answer site), reading from and writing to Excel files, importing Excel data into a database, counting files in a directory, scraping job listings from the Lagou recruiting platform, and renaming files in bulk. The README also contains several links to SQL tutorials hosted on WeChat's article platform, covering topics like basic queries, advanced hierarchical queries, and row-to-column transformations. The project appears to serve as a personal learning and sharing hub rather than a single focused tool. It is accompanied by a WeChat public account where the author posts content about AI and independent development. The README is sparse on setup or installation instructions and functions mainly as a table of contents linking to individual scripts.

prompts (copy fr)

prompt 1
Using the web scraping approach from injetlee/python, show me how to scrape movie listings from Douban with Python requests and BeautifulSoup and save them to a CSV file.
prompt 2
I want to build a WeChat public account that auto-replies to messages. Walk me through the basic Python setup based on the tutorials in this repo.
prompt 3
How do I use Python to read data from an Excel file and insert it into a database, following the pattern shown in injetlee/python?
prompt 4
Show me how to bulk-rename all files in a directory using Python, similar to the script approach in injetlee/python.

Frequently asked questions

what is python fr?

A collection of ready-to-run Python scripts and tutorials in Chinese covering web scraping, WeChat development, and file automation, organized as a personal learning hub with practical code examples.

What language is python written in?

Mainly Python. The stack also includes Python.

How hard is python to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is python for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.