Author Topic: Dope Python Modules  (Read 838 times)

0 Members and 1 Guest are viewing this topic.

Offline dec

  • Serf
  • *
  • Posts: 26
  • Cookies: 4
    • View Profile
Dope Python Modules
« on: January 06, 2016, 02:59:23 am »
I've stumbled across some pretty cool python modules in my programming days. Pyvona might have been the coolest I've found tho

http://zacharybears.com/pyvona/

Anyone else found an awesome module?
"Never trust a computer you can't throw out a window."
-Steve Wozniak-

Offline riptorrent

  • /dev/null
  • *
  • Posts: 8
  • Cookies: 0
    • View Profile
Re: Dope Python Modules
« Reply #1 on: January 19, 2016, 04:51:27 pm »
I've stumbled across some pretty cool python modules in my programming days. Pyvona might have been the coolest I've found tho

http://zacharybears.com/pyvona/

Anyone else found an awesome module?

I haven't tried this https://launchpad.net/python-espeak but it looks like it would achieve the same thing offline. My first thought was if a device loses connectivity have it create a verbal alarm using this.

My dope module I just learned about is Astral. I needed it for moon phases but it has some neat geo capabilities as well.
https://pypi.python.org/pypi/astral/0.8.1

So here I found speech recognition https://pypi.python.org/pypi/SpeechRecognition/, and we have your chosen module, then there is also pyautogui https://github.com/asweigart/pyautogui . Combine that and I guess you could make a voice control for XBMC. Or, selenium and have it surf xhamster for you or w/e . Handsfree thatswhatsup
« Last Edit: January 19, 2016, 11:58:28 pm by riptorrent »