enthought / enthought/Python-2.7.3

Impossible to do Axel Foley theme like in ubuntu

未关闭
#1 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
3
派生
12
PR 合并指标
30 天内没有已合并 PR

描述

I"'ve tried to do the same thing like i ubuntu. However the sound was very slow to react. I had also to slow down the code execution since some buffers (it seems) were not ready to take the command.

```
#! python3

from winsound import Beep

Beep(659 , 460)
Beep(784 , 340)
Beep(659 , 230)
Beep(659 , 110)
Beep(880 , 230)
Beep(659 , 230)
Beep(587 , 230)
Beep(659 , 460)
Beep(988 , 340)
Beep(659 , 230)
Beep(659 , 110)
i = 0
while(i <= 10000000):
i+=1
Beep(1047 , 230)
Beep(988 , 230)
Beep(784 , 230)
Beep(659 , 230)
i = 0
while(i <= 10000000):
i+=1
Beep(988 , 230)
Beep(1318 , 230)
Beep(659 , 110)
i = 0
while(i <= 10000000):
i+=1
Beep(587 , 230)
Beep(587 , 110)
Beep(494 , 230)
i = 0
while(i <= 10000000):
i+=1
Beep(740 , 230)
Beep(659 , 460)

```

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。