Skip to content

blakebrandon-hub/JS-to-Python-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” JavaScript to Python Converter

A simple web tool that converts JavaScript code into clean, readable Python. Paste your JS code on the left β€” get Python on the right. Useful for beginners learning both languages or developers migrating logic between projects.

  • Converts common JavaScript syntax into Python
  • Uses Regex for code parsing
  • Supports:
    • for loops
    • if, else if, else statements
    • console.log β†’ print
    • Basic math expressions
    • List methods like .append(), .pop(), .insert(), and del
  • Removes curly braces and semicolons
  • Handles indentation automatically

πŸ“„ License

MIT License β€” free to use, modify, and share.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published