I noticed that the project does not contain a 'requirements.txt', 'setup.py' or 'pyproject.toml' file.
Adding one would make it easier for new contributors to set up the project and install dependencies quickly.
Would you prefer:
- A 'requirements.txt' file (using 'pip freeze' or 'pipreqs' to list dependencies).
- A 'pyproject.toml' file (using Poetry for modern dependency management).
Let me know how you'd like me to proceed, and I'd be happy to create a PR!