bri3d / VW_Flash

Flashing tools for VW AG control units over UDS. Compression, encryption, RSA bypass, and checksums are supported for Simos18.1/6/10, DQ250-MQB, DQ381-MQB, and Haldex4Motion-Gen5-MQB.
Other
315 stars 80 forks source link

Infrastructure for GUI #38

Closed AxelF75 closed 2 years ago

AxelF75 commented 2 years ago

Maybe a rookie question; are there special requirements for running the vwflashGUI ?

Or is there any document, how to setup windows for running the GUI?

Thanks!

bri3d commented 2 years ago

The easiest thing is to just download the premade binaries from a release, like https://github.com/bri3d/VW_Flash/releases/tag/v0.2.8 .

If you want to run natively from source, you need Python 3.9 32-bit, and pip3 install -r requirements.txt . Then python3 VW_Flash_GUI.py should work. Nothing special to it compared to another Python application.