Skip to main content

FL Studio project file parser

Project description

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.

⏬ Installation

Python 3.7+ required:

pip install --upgrade pyflp

Alternate ways to install.

▶ Usage

To load a project:

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

To save the project:

pyflp.save(project, "/path/to/save.flp")

🙏 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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyflp-2.0.0a0.tar.gz (843.5 kB view hashes)

Uploaded Source

Built Distribution

pyflp-2.0.0a0-py3-none-any.whl (58.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page