Metadata-Version: 2.1
Name: auto-chromedriver
Version: 0.1.3
Summary:          Auto chromedriver installer. Most of selenium projects does not start  because of the chromedriver version issue. 		with 2 codes you can fix that error without making any efforts.                  		For the usage and more information check out the README.
Home-page: https://github.com/AzizKpln/auto_chromedriver
Author: Aziz Kaplan
Author-email: AzizKpln@protonmail.com
License: GPL-3.0
Description: # INSTALLATION
        > pip3 install auto_chromedriver 
        
        # USAGE
        
        > Calling The Module
        
        * import auto_chromedriver
        * ac=auto_chromedriver.auto_chromedriver_installer()
        
        > To install chromedriver automatically
        
        * ac.install()
        
        > To see the version of chromium
        
        * ac.chromium_version()
        
Keywords: chromedriver,auto_chromedriver,selenium_chromedriver,chromedriverinstall,chromedriver_install
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
