A fork of ytmusicapi that adds the ability for the module to be frozen with no extra arguments. Works with both PyInstaller and Nuitka.
pip3 install git+https://github.com/The-Sal/ytmusicapi-freezable
This modul serves as a drop-in replacement for the original ytmusicapi. See the official docs for ytmusicapi here.
I've broken the test/ directory since it used pytest, which I don't really know how to use so this is uses unittest instead therefore the tests GitHub runs will most likely fail. Also, the toml file was edited to remove the pytest dependency. So... if anyone wants to fix that, feel free to make a PR.