## 环境的安装 ```bash pip install -i https://mirrors.aliyun.com/pypi/simple/ freegames pyinstaller ``` ## ```bash pyinstaller --onefile --noconsole snake.py ```