Anka Browser v1.9 Beta
Anka is a browser developed with PyQt6 and QWebEngine in Python and open-source browser.
You can download and use Anka Browser in every Python installed device.
-
Now, bookmars added. But beta version.
-
Now, Anka Browser is support two language. Türkçe(Turkish) and English. You can find English version from
/src/en-En/
and you can find Türkçe(Turkish) version from/src/tr-TR/
-
Your search history is save to /public/browser/history.txt. If you want delete history, you can delete from "Delete History" button from Settings.
-
Now, buttons' icons have
.png
extension. Not.svg
-
If you use Linux, and your system theme is light, Anka Browser theme is light or your system theme is dark, Anka Browser theme is dark.
-
If
config/config.conf
file orpublic/browser/history.txt
file is deleted or not finded, Anka Browser create them with default variables. -
Now, default tab color is #2aa1b3 with HEX.
-
Now, main layout's margins 0.
- PyQt6
- sys
- os
- configparser
If you use Windows, please install the Python from https://python.org/downloads
Or if you use Linux:
- If you use Debian-Ubuntu based systems: ``sudo apt install python``
- If you use Arch based systems: ``sudo pacman -S python``
- If you use RedHat based systems: ``sudo dnf install python3``
We succesfully complete the Python install. Let's download the libraries:
pip --upgrade
pip install pyqt6 sys os configparser
If you successfully complete them, please read the "How I compile the code?"
Download the source code(if you want, don't download /src/tr-TR folder). And change directory to folder you download source code and write this commands to terminal:
-
cd Anka
-
cd src
-
cd en-EN
-
python3 anka-browser.py
Kaynak kodunu indirin, isterseniz ingilizce kaynak kodu indirmeyebilirsiniz. Kaynak kodunu indirdiğiniz klasöre geçin ve şu kodları terminale yazın:
-
cd Anka
-
cd src
-
cd tr-TR
-
python3 anka-browser.py
This project is using "GNU GENERAL PUBLIC LICENSE"!