Giter VIP home page Giter VIP logo

pyformulas's Introduction

pyformulas

A library of ready-to-go Python formulas

Accepting new formulas (upon approval) from all contributors


Formulas:

  • pf.thread()

Runs a function in a separate thread

  • pf.screen()

Displays a dynamic NumPy canvas in a multi-threaded window

  • pf.audio.play()

Plays a PCM audio stream (e.g. a bytearray, numpy array, etc)

  • pf.plot()

Plots a graph (using Matplotlib as backend)

  • pf.settimeout()

Runs a function at a specified interval, in separate threads

  • pf.download()

Downloads a file from a web address

  • pf.net.Stream

Creates a versatile TCP network stream

pyformulas's People

Contributors

pyformulas avatar pyformulae avatar

Stargazers

Yussuf Kassem avatar Sterling G. Baird avatar Ryan Burgert avatar  avatar

pyformulas's Issues

ImportError: No module named _formulas.screen OR _formulas.net.Stream

  1. Installation via pip resulted in almost empty dir within Python27\lib\site-packages\pyformulas\
  2. So i manually placed files from this repo into
    lib\site-packages\pyformulas,
    which gave another error:
    ImportError: No module named _formulas.net.Stream
  3. So i figured out maybe we need empty __ init __.py files in
    "C:\Python27\Lib\site-packages\pyformulas_formulas"
    "C:\Python27\Lib\site-packages\pyformulas_formulas\net"
    So i created them and yes it works. Thank you for this package !

(This is my first bugreport and bugfix lol welcome me software debugging mofo. gotta go read how this done right.)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.