ua-generator
ua-generator copied to clipboard
💻 A random user-agent generator.
Can you please add an option to choose a browser version from an array of options
Please read commit logs for verbose changes! let me know your thoughts :) @iamdual modified one test and added a new unit test
This PR introduces static type checking support using Mypy and enhances the overall type hinting throughout the ua-generator library. Key Changes: - Added py.typed marker file: Includes the `py.typed` file...