gridhead / re2fa-converter

A Qt 5 Python GUI application for converting regular expressions to a finite automaton
GNU General Public License v3.0
2 stars 1 forks source link

added the executable binary files for the project #9

Open bislara opened 3 years ago

bislara commented 3 years ago

Fixed #6

I have added the executable files for the project. We can run it directly without running the python files. It is package independent ie, we don't need to install any python package to run the project.

@t0xic0der Kindly check and let me know if you need any change.

gridhead commented 3 years ago

@bislara please just upload the spec file here (that's if it is allowed in the .gitignore) and add the executables as an attachment. I would add them to the releases and credit you there.

bislara commented 3 years ago

Actually I made this using auto-py-to-exe, thats basically the GUI for pyinstaller. Well I can get the spec code from there. But need to configure it again. Give me little time (having a submission in college) I will do it soon. Also I couldn't get what u meant by add as an attachment?