Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/magayaga/platferpreview

Platfer Preview for Linux
https://github.com/magayaga/platferpreview

Last synced: 26 days ago
JSON representation

Platfer Preview for Linux

Awesome Lists containing this project

README

        

# Platfer Preview
**Platfer Preview** (formerly known as **PlatferPlex**) is a free and open-source web browser created and developed by **Cyril John Magayaga** It is primarily based on free and open-source software.

## History
* December 19, 2022, Cyril John Magayaga announced the new creation of the **Platfer Preview** web browser.
* January 18, 2023, Cyril John Magayaga announced the **Platfer Preview**, upcoming December 2024 on **Linux** operating system like **Python** programming language.
* January 20, 2023, Cyril John Magayaga announced the starting preview development of **Linux** distros and **Windows Subsystem for Linux** including **Ubuntu**.
* January 23, 2023, Cyril John Magayaga announced the successful web browser of **Platfer Preview** for **Linux**, fixing new tabs.
* August 9, 2023, Cyril John Magayaga announced the update code (all def to class Platfer) but forget if fixing multiple and unlimited tabs.
* March 16, 2024, Cyril John Magayaga announced the [Platfer](https://github.com/Platfer) was split into [Platfer Preview](https://github.com/Magayaga/PlatferPreview).

## Getting Started
Quick start options are available:

```shell
# Step 1: Clone the repository.
$ git clone https://github.com/Magayaga/PlatferPreview.git
$ cd PlatferPreview

# Step 2: Install the Python programming language.
$ sudo apt-get install python3

# Step 3: Install the GTK and WebKit2.
$ sudo apt-get update --fix-missing
$ sudo apt-get install -y gir1.2-gtk-3.0
$ sudo apt-get install webkit2gtk-4.1

# Step 4: Build and run the application.
$ python3 src/PlatferPreview.py
```