- Overview
- Installation
- Usage
- Issues & Bug Reports
- Contribution
- Authors
- License
- Show Your Support
- Changelog
- Code of Conduct
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 |
- Check Python Packaging User Guide
- Run
pip install nava==0.2
- Download Version 0.2 or Latest Source
- Run
pip install .
- Check Conda Managing Package
- Update Conda using
conda update conda
- Run
conda install -c openscilab nava
from nava import play
play("alarm.wav")
from nava import play, NavaBaseError
try:
play("alarm.wav")
except NavaBaseError as e:
print(str(e))
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
Give a ⭐️ if this project helped you!
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 ;-) .