如何在mac下安装使用easygui

把我困了三天的问题????????

安装步骤:

因为mac中含有可以执行pip的指令,可以使用pip指令安装easygui。因此打开mac终端,输入指令pip3 install easygui

具体就是这样
如何在mac下安装使用easygui
在python3.7 IDLE中运行easygui指令,
import eastgui easygui.msgbox('Hello Word!')
运行结果如下
如何在mac下安装使用easygui

相关文章:

  • 2021-05-10
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-29
  • 2021-11-09
  • 2022-01-19
  • 2022-12-23
  • 2021-12-19
  • 2021-09-26
相关资源
相似解决方案