vb2py is developing a VB to Python tool for automatically converting VB projects to Python, including both the code and GUI elements. The project is currently focussing on the PythonCard GUI system on the Python side
Categories
Code GeneratorsLicense
BSD LicenseFollow VB to Python Converter
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
Does not recognize Control names and so I think it breaks my form code by having more than 1 Timer, command button, and other controls plz fix and the it also errors when I copy paste the entire file example is a line like this. ``Begin VB.Form Form1 `` and it does the same for all other controls it also converts the code to the controls to ``def __[control name]_[insert event name here]`` so do I have to move the code to right after the begin but before the end of each control? and why is it that for every control it adds ``sys.exit(0)`` to it?