caioluders / DPWO

DPWO
175 stars 28 forks source link

Releases #12

Open caioluders opened 3 years ago

caioluders commented 3 years ago

Must release the script to all platforms, must execute with one click and no configuration/installation. The main purpose of the script is to get free wifi as easy as possible.

pedrolemoz commented 3 years ago

What do you think about Flutter? I work with this framework, and it can compile to almost any platform with no frill (but Flutter is focused in mobile devices running Android or iOS). It's easy to create a good interface, and we can write native code for each platform. There's a package that allow us to work with the device Wi-Fi card, and probably we can develop something. Dart is a nice, powerful and easy language to work with.

caioluders commented 3 years ago

Hey , I think I would have to rewrite the whole script to do so , right ? I was thinking of just using something like pyinstaller to pack to every platform.