Simple network scanning app to see what devices are on your network.
Icons in the banner are by Flaticon/Freepik
No followers yet
Once you ship this you can't edit the description of the project, but you'll be able to add more devlogs and re-ship it as you add new features!
Spent a while suffering w/ pywebview and decided to stop using it. So this is the third major UI redesign of this app... and I haven't even gotten it shipped yet 😭.
I just made a basic non functional CustomTkinter UI, and even that was being painful with my python environment not configured for Tkinter.
Fixed windows build issues, now the app builds perfectly on Windows!
(Screenshot is of GitHub Actions Windows build succeeding!)
I realized that I can't scan the user's local network with a website since that would be scanning the network of the machine that the website is hosted on, not the user.
So, I used pywebview to quickly turn it into a desktop applications so that all of the work I just put it didn't go to waste. And it works. I'm gonna ship now.
PS: Sorry for switching over to the about tab right as the scan finished, I can't be showing you guys my ip lol.
I added a nice menu with an about section and also I made the radar animation have 2 lines so it looks nicer! Also, I tried to add an icon but it didn't work for some reason :(.
Anyways, now I just need to deploy the app and it's ready to ship!
The scanning functionality is working great now, and you can press the button again and again to keep on scanning your network!
PS: Sorry for the big red rectangle blocking your view, I can't really be throwing out the IPs of a bunch of devices on my home WiFi out into the public.
I lost the code for the old application since I got a new computer and forgot to commit my latest changes to the repo :(. So I'm remaking it in Streamlit and it's going pretty well so far! The UI doesn't do anything yet and it's somewhat buggy but that will be fixed soon!
I added an app icon and the ability to export the results of the scan to file. Now the only things left to do is a settings menu and to build the app for the demo!
GUI and scanning functionality made! Now I need to work on some more useful features for the app, like exporting the result!