Python3全屏打开外部文件-MacOS

时间:2019-03-14 10:11:20

标签: python python-3.x macos google-chrome subclass

我想在Google Chrome中使用Python打开.html文件。 Google Chrome打开后,应在全屏模式下运行。

import subclass

FileName = "/Users/johanneszottele/Desktop/index.html"
subprocess.call(['open', FileName])

那是我的代码。现在,它仅以正常的Windows大小执行它。

0 个答案:

没有答案