Metadata-Version: 2.1
Name: auto_chromedriver
Version: 0.0.1
Summary: 
                Auto chromedriver installer. Most of selenium projects are not opening because of chromedriver version issue.
		with 2 codes you can fix that error without making an effort.
                
		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()
        
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
