enthought / enthought/Python-2.7.3

Impossible to do Axel Foley theme like in ubuntu

オープン
#1 コメント 0 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。