When I install requirements.txt and try to run the code, it gave such errors: lots of import errors (No module named notes, chords, intervals). I installed them one by one directly with their names and at the end, it also gave an import error called ModuleNotFoundError: No module named 'keys'. "pip install keys" does not work at this case and when searching on the internet selenium keys errors are mostly on the result. The requirements.txt should be modified.
Thank you for the code 👍