mirror of
https://github.com/sun0225SUN/Awesome-Love-Code.git
synced 2026-09-01 15:32:27 +08:00
13 lines
267 B
Markdown
13 lines
267 B
Markdown
# 执行
|
|
|
|
```shell
|
|
$ cd Awesome-Love-Code/Python/001
|
|
$ python3 -m venv ./venv && source venv/bin/activate
|
|
$ python3 -m pip install pygame
|
|
$ python3 love.py
|
|
```
|
|
|
|
# 效果
|
|
|
|
<img src="https://cdn.jsdelivr.net/gh/sun0225SUN/Awesome-Love-Code/assets/img/python/001.jpg"/>
|