鱼C论坛

 找回密码
 立即注册
查看: 1730|回复: 1

[作品展示] pygameinstaller

[复制链接]
发表于 2020-9-8 20:05:58 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能^_^

您需要 登录 才可以下载或查看,没有账号?立即注册

x
from easygui import *
import os
import time
while True:
    a = ""
    choice = ["pip3","pip"]
    choices = choicebox("You use ...", "pygame installer", choice)
    if choices == "pip3":
        a = " (piping...)"
        msgbox("Installing{}, press pick OK".format(a))
        os.system(r"c:\users\tonyg\appdata\local\programs\python\python38\python.exe -m pip install --upgrade pip")
        os.system("pip3 install pygame")
        break
    else:
        a = " (pip3ing...)"
        msgbox("Installing{}, press pick OK".format(a))
        os.system(r"c:\users\tonyg\appdata\local\programs\python\python38\python.exe -m pip install --upgrade pip")
        os.system("pip install pygame")
        break
w = r"if you have matter,please tell 2222057727@qq.com or https://pythonharrycom.godaddysites.com/"
msgbox(str(w),"thank you for your using")
我自己写的一个pygameinstaller
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2021-2-4 15:09:09 | 显示全部楼层
没人,好惨
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-1-16 16:02

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表