Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #26016

Re: howto do a robust simple cross platform beep

From Gelonida N <gelonida@gmail.com>
Subject Re: howto do a robust simple cross platform beep
Date 2012-07-24 23:39 +0200
References <mailman.2110.1342227619.4697.python-list@python.org> <4ed2a36d-a034-45d8-84f7-aa71ff17d8b5@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.2555.1343165992.4697.python-list@python.org> (permalink)

Show all headers | View raw


On 07/15/2012 03:15 AM, rantingrickjohnson@gmail.com wrote:> On Friday, 
July 13, 2012 8:00:05 PM UTC-5, gelonida wrote:
 >> I just want to use a beep command that works cross platform. [...] I
 >> just want to use them as alert, when certain events occur within a
 >> very long running non GUI application.
 >
 > I can see a need for this when facing a non GUI interface.
That's exactly my usecase.
A rather tiny script running for hours and telling the users when 
results are ready.

But even "IF" you do manage to play a sound in a cross platform manner; 
if the speaker volume is too low, or the speakers are turned off, or the 
computer does not have speakers connected, etc... your user will never 
hear the alert! In this case, beeping the built-in speaker has the 
fail-safe advantage.
 >

Well the user starts the script, because he wants to get immediate 
notification while being able mimimize the window, work on a different a 
machine or doing some paperwork or discussions.
So it would be up to him to configure the volume appropraitely.

 > Why not wrap up the functionality and release a module yourself? If 
you are not sure how to access the speaker on one or more OSs then ask 
on the list. I would love to see some community effort behind this.
 >

I'm having no some ugly code, that is working on the platforms, that I 
am using.


I'm rather busy, and have no experience in publishing coe, that's good 
enough for the community.


I could try to use this a test case for learning to create communicty 
modules.

Is there any decent getting started guide.

Could I use github (as O know git already)?

Assuming, the module would achieve a state, where it could be usable by 
others. How would one register on Pypi?

 > PS: Better make sure this module does not exist though ;-)
 >

I didn't find one, that's why I asked here.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

howto do a robust simple  cross platform  beep Gelonida N <gelonida@gmail.com> - 2012-07-14 03:00 +0200
  Re: howto do a robust simple  cross platform  beep Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-07-14 03:19 +0000
    Re: howto do a robust simple  cross platform  beep Dieter Maurer <dieter@handshake.de> - 2012-07-14 19:54 +0200
    Re: howto do a robust simple cross platform beep Chris Angelico <rosuav@gmail.com> - 2012-07-15 04:49 +1000
      Re: howto do a robust simple cross platform beep Hans Mulder <hansmu@xs4all.nl> - 2012-07-15 02:39 +0200
        Re: howto do a robust simple cross platform beep Chris Angelico <rosuav@gmail.com> - 2012-07-15 11:07 +1000
  Re: howto do a robust simple  cross platform  beep Miki Tebeka <miki.tebeka@gmail.com> - 2012-07-14 11:43 -0700
  Re: howto do a robust simple  cross platform  beep Miki Tebeka <miki.tebeka@gmail.com> - 2012-07-14 11:43 -0700
  Re: howto do a robust simple  cross platform  beep rantingrickjohnson@gmail.com - 2012-07-14 18:15 -0700
    Re: howto do a robust simple  cross platform  beep Gelonida N <gelonida@gmail.com> - 2012-07-24 23:39 +0200
    Re: howto do a robust simple cross platform beep Chris Angelico <rosuav@gmail.com> - 2012-07-25 07:52 +1000
  Re: howto do a robust simple  cross platform  beep rantingrickjohnson@gmail.com - 2012-07-14 18:15 -0700

csiph-web