StephenLujan / WindowsRegistryEditor

WindowsRegistryEditor
WindowsRegistryEditor
2 stars 0 forks source link

Would you have a screenshot? #1

Open alexandre-mbm opened 7 years ago

alexandre-mbm commented 7 years ago

I use Linux but I am looking for something targeted to Windows 10. I need to create a tiny tool.

Will NetBeans create a standalone EXE?

StephenLujan commented 7 years ago

Regedit comes with windows and it's pretty good for most purposes. I wanted to make something a little bit more flexible.

I don't think NetBeans will make EXEs for you. These days I use PyCharm anyways; there's a free version that's pretty good. I wasn't really impressed with any of the Python IDEs at the time I wrote this code.

There are a bunch of tools out there to build windows exes for python programs but I can't say I'm very familiar with any of them. http://www.pyinstaller.org/ looks pretty nice.

alexandre-mbm commented 7 years ago

My interest is in your library. Thanks by answer.