Welcome to CrypSurf v1. This project is a simple proof of concept WIP browser like Google Chrome or Firefox, made in python. This project is made ontop of ProgrammingHero's browser using QyQt5 (HERE). I've simply built up from it and made it my own.
This is still a very much in-dev project. Nothing is optimised, it is very likely to crash, and there are tonnes of bugs. I'll slowly chip away at it and eventually have a finished little app. Until then, check out the TODO section to see where I'm up to
-
Styles: Style the UI so it looks actually decent (very much WIP)
-
Fix non-http domain conversion: Converting queries like
example.com
into QUrls likehttps://example.com
and not just giving it to the search engine -
Optimisation: Get lots of tabs to work without crashing the system, and other general optimisation like startup times.
There are way more TODOs, but those are the things I'm currently working on.
Contributions to the CrypSurf v1 project are welcome!
This project is licensed under the CrypticDeveloperNetwork CCS License. See the LICENSE
file for more details.