Metadata-Version: 2.1
Name: VoltagePY
Version: 0.1
Summary: A Docker and AWS utility package
Home-page: https://github.com/javatechy/dokr
Author: H. Kaiser
Author-email: deepak.kumar.iet@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# VoltagePy
simple tool for access pages and interaction 

<h1>Exemple of usage</h1>
<pre><code>
import VoltagePy.voltage as voltage

#starts the browser
start()

#opens the page
open("https://www.duckduckgo.com")

#return the content
print(copyContent())

#and quit the browser
quit()
</code></pre>

<h1>Next</h1>
identify the user browser and os, downloading the drives, 
so the user just need to install the lib, and run.


<h4>caution high voltage.</h4>


