Skip to content

All Contributors

GitHub Workflow Status Documentation Status codecov CodeFactor PyPI - License PyPI - Version PyPI - Python Version Contributor Covenant Code Style: Black

PyFLP

PyFLP is a parser for FL Studio project (.flp) files written in Python.

You should also check FLPInfo, a command line utility that shows basic information about an FLP.

⏬ Installation

PyFLP requires Python 3.6+

pip install --upgrade pyflp

Alternate ways to install.

▶ Usage

from pyflp import Parser
project = Parser().parse("/path/to/efelpee.flp")

More examples

🙏 Acknowledgements

Monad.FLParser: https://github.com/monadgroup/FLParser

FLPEdit (repo deleted by author)

🤝 Contributing

Please see the contributor's guide.

✨ Contributors

Thanks goes to these wonderful people (emoji key):


nickberry17

💻

This project follows the all-contributors specification. Contributions of any kind are welcome!

© License

The code in this project has been licensed under the GNU Public License v3.