Metadata-Version: 2.1
Name: vbs
Version: 0.1.7
Summary: Interact with vbscript in python.
Home-page: UNKNOWN
Author: J3ldo
Author-email: jeldojelle@gmail.com
License: MIT
Keywords: vbs vbscript vbspython
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.9

vbspython is a simple package that makes you interact with visual basic script in python.


Changelog
---------

0.0.1 - Made vbspython but it doesnt work  
0.0.2 - Made it work  
0.0.8 - Made a press keys will press any keys of choice. A sleep that will make the .vbs file sleep. And a presskey that will press a special key leave empty for a list of keys.  
0.1.0 - Made a help loop and runfile.  
0.1.1 - Made the getting input system better. Added icons and options in the itemattributes class  
0.1.2 - Added a runas command this will run the file as administrator. And a tts class with: say, rate, volume (see in attributes), speak (same as say)  
0.1.3 - Added a copyfile movefile createfolder movefolder deletefolder deletefile copyfolder and did some bug fixes  
0.1.4 - Added an execute this doesnt stop when opening files like with system
0.1.5 - Added special folders

