You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can see the translated Python code in the terminal .
46
47
47
48
## CLI Command
48
49
@@ -54,6 +55,7 @@ npm i convert-js2py
54
55
# Convert a JavaScript file to Python
55
56
js-to-python test.js output
56
57
```
58
+
here `test.js` is your input JavaScript file and `output` is the folder name where the `output.py` file will be written.
57
59
58
60
## Project Structure
59
61
@@ -78,23 +80,23 @@ This can't convert a complex JavaScript code into a Python code now , but we'll
78
80
79
81
## License
80
82
81
-
This project is licensed under the [License Name] - see the [LICENSE](LICENSE) file for details.
83
+
This project is licensed under the [License Name] - see the [LICENSE](https://github.com/PB2204/Convert-JavaScript-To-Python/LICENSE) file for details.
82
84
83
85
## Contributing
84
86
85
-
Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.
87
+
Contributions are welcome! Please read [CONTRIBUTING.md](https://github.com/PB2204/Convert-JavaScript-To-Python/CONTRIBUTING.md) for details on how to contribute to this project.
86
88
87
89
## Code of Conduct
88
90
89
-
Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for our code of conduct.
91
+
Please read [CODE_OF_CONDUCT.md](https://github.com/PB2204/Convert-JavaScript-To-Python/CODE_OF_CONDUCT.md) for our code of conduct.
90
92
91
93
## Learn More
92
94
93
-
Visit [LEARN.md](LEARN.md) for additional resources, tutorials, and documentation related to this project.
95
+
Visit [LEARN.md](https://github.com/PB2204/Convert-JavaScript-To-Python/LEARN.md) for additional resources, tutorials, and documentation related to this project.
94
96
95
97
## Issues
96
98
97
-
If you encounter any issues, bugs, or have questions, please open an issue on the [Issues](link-to-issues) page.
99
+
If you encounter any issues, bugs, or have questions, please open an issue on the [Issues](https://github.com/PB2204/Convert-JavaScript-To-Python/issues) page.
You can see the translated Python code in the terminal .
46
47
47
48
## CLI Command
48
49
@@ -54,6 +55,7 @@ npm i convert-js2py
54
55
# Convert a JavaScript file to Python
55
56
js-to-python test.js output
56
57
```
58
+
here `test.js` is your input JavaScript file and `output` is the folder name where the `output.py` file will be written.
57
59
58
60
## Project Structure
59
61
@@ -78,23 +80,23 @@ This can't convert a complex JavaScript code into a Python code now , but we'll
78
80
79
81
## License
80
82
81
-
This project is licensed under the [License Name] - see the [LICENSE](LICENSE) file for details.
83
+
This project is licensed under the [License Name] - see the [LICENSE](https://github.com/PB2204/Convert-JavaScript-To-Python/LICENSE) file for details.
82
84
83
85
## Contributing
84
86
85
-
Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on how to contribute to this project.
87
+
Contributions are welcome! Please read [CONTRIBUTING.md](https://github.com/PB2204/Convert-JavaScript-To-Python/CONTRIBUTING.md) for details on how to contribute to this project.
86
88
87
89
## Code of Conduct
88
90
89
-
Please read [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for our code of conduct.
91
+
Please read [CODE_OF_CONDUCT.md](https://github.com/PB2204/Convert-JavaScript-To-Python/CODE_OF_CONDUCT.md) for our code of conduct.
90
92
91
93
## Learn More
92
94
93
-
Visit [LEARN.md](LEARN.md) for additional resources, tutorials, and documentation related to this project.
95
+
Visit [LEARN.md](https://github.com/PB2204/Convert-JavaScript-To-Python/LEARN.md) for additional resources, tutorials, and documentation related to this project.
94
96
95
97
## Issues
96
98
97
-
If you encounter any issues, bugs, or have questions, please open an issue on the [Issues](link-to-issues) page.
99
+
If you encounter any issues, bugs, or have questions, please open an issue on the [Issues](https://github.com/PB2204/Convert-JavaScript-To-Python/issues) page.
0 commit comments