Skip to content
forked from openscilab/nava

A Python library that allows users to play sound in Python without any dependencies or platform restrictions

License

Notifications You must be signed in to change notification settings

NimaSamadi007/nava

 
 

Repository files navigation

Table of contents

Overview

Nava is a Python library that allows users to play sound in Python without any dependencies or platform restrictions. It is a cross-platform solution that runs on any operating system, including Windows, macOS, and Linux. Its lightweight and easy-to-use design makes Nava an ideal choice for developers looking to add sound functionality to their Python programs.

PyPI Counter
Github Stars
Branch main dev
Linux CI
Windows CI
macOS CI

Installation

PyPI

Source code

Conda

Usage

Basic

from nava import play
play("alarm.wav")

Error

from nava import play, NavaBaseError

try:
    play("alarm.wav")
except NavaBaseError as e:
    print(str(e))

Issues & bug reports

Just fill an issue and describe it. We'll check it ASAP! or send an email to [email protected].

  • Please complete the issue template

You can also join our discord server

Discord Channel

Show your support

Star this repo

Give a ⭐️ if this project helped you!

Donate to our project

If you do like our project and we hope that you do, can you please support us? Our project is not and is never going to be working for profit. We need the money just so we can continue doing what we do ;-) .

Nava Donation

About

A Python library that allows users to play sound in Python without any dependencies or platform restrictions

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.1%
  • Shell 3.0%
  • Batchfile 2.9%