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
Forever Free Full-Stack Observability | Grafana Cloud
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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?