enthought / enthought/Python-2.7.3

Impossible to do Axel Foley theme like in ubuntu

Open
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
3
Forks
12
PR merge metrics
No merged PRs in 30d

Description

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)

```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.