I got tired of having to download install Chrome/Chromium and Chromdrivers whenever I had to deploy/experiment my projects that use Selenium. This sets up everything automatically for you. Package also comes with a class called CustomChrome which is a wrapper on Chrome with some additional functionalities.
pip install palladium-python
from palladium.chrome_custom import ChromeCustom
driver = ChromeCustom(headless=False)