PyBrowse - A Pythonic browser 🐍

PyBrowse - A Pythonic browser 🐍 Used AI

9 devlogs
13h 2m
•  Ship certified

A really cool browser in python using the PyQt6 library. It has multi-engine, multi-tab and password manager feature. Also to the reviewers in SOM looking why I have so man hackatime projects listed, it's because the app has been made by me in atleast 3 diffrent languages and 5 diffrent frameworks and after I followed 20/21 yt tutorials(on 2 diffrent OS). I settled on Python because I figured I wouldn't be able to make a good one in C++ and electron feels a bit more resoucer intensive than normal python executable app.

Timeline

Ship 1

1 payout of shell 155.0 shells

UltimateHobbyCoder

about 2 months ago

UltimateHobbyCoder Covers 9 devlogs and 12h 19m

I present you PyBrowse - A pythonic browser. written with the PyQt6 Framework and Python it is a browser with an ambition. Check it out here: https://github.com/PrathamGhaywat/pybrowse-app

Update attachment
Earned sticker

Just did a massive UI upgrade(more Arc like) and added a cool feature: Password managment! Only one problem: password manger broke for some stupid reason...

Update attachment
Earned sticker

ok so now deleting the history works fine. though the page is really glitchy. I might fix that.

Update attachment

ok so i spent the time configuring the settings page for my browser. hopefully it will delete the history and all that

Update attachment
UltimateHobbyCoder UltimateHobbyCoder about 2 months ago

time is still not adding up

ok hopefully the remaining 39mins and 36s add up

UltimateHobbyCoder UltimateHobbyCoder about 2 months ago

they didn’t add up. seem there is an issue. probably will code an post a really long devlog about stuff i have done

bro why isn't this thing working. so this belongs to the previous devlog but the time isn't adding up lol

Earned sticker

ok so added a persistent storage so for example if i open two diffrent websites it stores them in an sqlite db an then when i close the browser and reopen it they are still there. it was such a pain to implement this for some reason. it kept breaking the tabs. and copilot wasn't a big help either...

implemented the release and it is now build and live on github: https://github.com/PrathamGhaywat/pybrowse-app

Update attachment

Ok so my browser looks really good right now. I am still having troubles with bing as a search engine and I am not sure the adblocker works either. I have to implement an persisten storage. Probably will go with SQLite? Or maybe something else?

Update attachment