Metadata-Version: 2.1
Name: jscript
Version: 0.1
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Silicon tech
License: UNKNOWN
Description: #import
        how to import: import jscript
        
        #packages required
        
        pip install os
        
        #sample code
        
        ```python
        import jscript as js
        js.console.log("hi")
        js.console.warn("daw")
        js.console.error("daw")
        js.console.count(6)
        prompt("dawdawd") #this one has bugs
        #thats all for now
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Requires-Python: >=3.6
Description-Content-Type: text/markdown
