Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/magayaga/platferpreview
- Owner: Magayaga
- Created: 2024-03-16T10:39:30.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-16T10:59:32.000Z (11 months ago)
- Last Synced: 2024-11-11T05:16:53.990Z (3 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```