Metadata-Version: 2.1
Name: jscript
Version: 0.2
Summary: UNKNOWN
Home-page: UNKNOWN
Author: Silicon tech
License: UNKNOWN
Description: # what this is
        
        This is a javascript package to turn python into javascript
        
        # 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
Description-Content-Type: text/markdown
