Pyabr lightweight OS with Python and Qt

Overview

License

Code Size

Pyabr cloud computing software

In the name of God, the Compassionate, the Merciful

Pyabr © 2021 Mani Jamali. Free Software GNU General Public License v3.0

How to Contributing?

for contributing in pyabr please read CONTRIBUTING.md

What is Pyabr?

Pyabr is a small and lightweight software use as:

  • an operating system
  • a small theme for android
  • a small software for runing PyQt5 and Python applications in moblie phones
  • a small cloud software in client
  • a small cloud software on servers

How to install it?

  • Stable release:
python3 -m pip install pyabr
python3 -m pyabr

In Windows use python instead of python3

  • Latest or unstable release:
git clone https://github.com/PyFarsi/pyabr.git
cd pyabr
python3 setup.py

Pyabr NEWS and tutorials

  • See t.me/pyabr
  • See gap.im/pyabr
Comments
  • VirtualBox

    VirtualBox

    Hi guys. I was trying to install this operating system in the VirtualBox. I have downloaded the iso from your own website. but the OS was not booted. What do i do? Is there any required special configuration for the virtual machine?

    opened by parsampsh 2
  • use `puts` instead `printf`

    use `puts` instead `printf`

    puts(char*) receives a string and print newline ('\n') automatically. printf(char*,...) is used when you want print some values stored in some variables

    opened by PooiaFerdowsi 0
  • CVE-2007-4559 Patch

    CVE-2007-4559 Patch

    Patching CVE-2007-4559

    Hi, we are security researchers from the Advanced Research Center at Trellix. We have began a campaign to patch a widespread bug named CVE-2007-4559. CVE-2007-4559 is a 15 year old bug in the Python tarfile package. By using extract() or extractall() on a tarfile object without sanitizing input, a maliciously crafted .tar file could perform a directory path traversal attack. We found at least one unsantized extractall() in your codebase and are providing a patch for you via pull request. The patch essentially checks to see if all tarfile members will be extracted safely and throws an exception otherwise. We encourage you to use this patch or your own solution to secure against CVE-2007-4559. Further technical information about the vulnerability can be found in this blog.

    If you have further questions you may contact us through this projects lead researcher Kasimir Schulz.

    opened by TrellixVulnTeam 0
  • .iso not found

    .iso not found

    Hello, I tried to download the iso but has been deleted or moved

    $ LANG=C wget https://dl.pyabr.ir/pyabr-x86_64.iso
    --2022-11-03 21:55:09--  https://dl.pyabr.ir/pyabr-x86_64.iso
    Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
    Resolving dl.pyabr.ir (dl.pyabr.ir)... 212.33.195.117
    Connecting to dl.pyabr.ir (dl.pyabr.ir)|212.33.195.117|:443... connected.
    HTTP request sent, awaiting response... 404 Not Found
    2022-11-03 21:55:09 ERROR 404: Not Found.
    
    opened by FabioLolix 0
  • request dockerize pyabr , can access from browser (xrdp , noVNC or etc)

    request dockerize pyabr , can access from browser (xrdp , noVNC or etc)

    Hi PyFarsi, please dockerize pyabr latest iso to run in docker & can access using docker-ip:port from browser using xrdp , noVNC or etc. waiting for your commit/s. finest regards

    opened by bugbounted 0
Releases(v2.4.0)
  • v2.4.0(Mar 18, 2022)

    News:

    • Add support full themes (Global themes)
    • Add support OpenBox GTK themes
    • Add support shell themes
    • Add support window themes
    • Replace WebView Engine to "Qt WebEngine" instead of "Chromium"
    • Add Notification service
    • Add Notes widget
    • Add Event wigets such as Calendar widget, Events of Calendar, Weather widget
    • Add Feed widget
    • Add battery logo, percent of battery, Wi-Fi status
    • Add "Onboard" virtual keyboard
    • Add new OpenBox themes such as "Mac OS X dark/light", "Windows", ...
    • Add Barf Shell theme
    • Add Ubuntu Shell theme
    • Add Cryptography tools such as "Cloud Mail", ...
    • Removed menubar at top
    • Replace sleep black screen to "real sleep"
    • Remove unused webapps
    • Change help docs to Markdown docs
    Source code(tar.gz)
    Source code(zip)
  • v2.3.0(Dec 28, 2021)

  • v2.0.2(Aug 1, 2021)

  • 1.3.0(Apr 13, 2021)

    Pyabr 1.3.0 version

    Updates

    • Powerfull GUI Package Manager
    • Add handsome themes
    • Add general GUI Setting
    • Update Desktop
    • Update IDE for code
    • Update the main repo
    • Add Multimedia apps
    • Update File manager
    Source code(tar.gz)
    Source code(zip)
Owner
PyFarsi Software Foundation
PyFarsi Software Foundation
A lightweight file-copying interface.

autosort A lightweight file-copying interface. Preview What is autosort? Autosort is a lightweight file-copying interface. It allows you to copy sever

null 32 Jan 2, 2023
pyglet is a cross-platform windowing and multimedia library for Python, for developing games and other visually rich applications.

pyglet pyglet is a cross-platform windowing and multimedia library for Python, intended for developing games and other visually rich applications. It

null 1.3k Jan 1, 2023
A desktop application developed in Python with PyQt5 to predict demand and help monitor and schedule brewing processes for Barnaby's Brewhouse.

brewhouse-management A desktop application developed in Python with PyQt5 to predict demand and help monitor and schedule brewing processes for Barnab

Isaac Cheng 2 Jul 9, 2022
Learn to build a Python Desktop GUI app using pywebview, Python, JavaScript, HTML, & CSS.

Python Desktop App Learn how to make a desktop GUI application using Python, JavaScript, HTML, & CSS all thanks to pywebview. pywebview is essentially

Coding For Entrepreneurs 55 Jan 5, 2023
Python Screen Recorder using Python

PY-Screen-Recorder Python Screen Recorder using Python Requirement: pip install cv2 pip install pyautogui pip install numpy How to reach me? You can r

SonLyte 8 Nov 8, 2021
Write desktop and web apps in pure Python

Flexx Want to stay up-to-date about (changes to) Flexx? Subscribe to the NEWS issue. Introduction Flexx is a pure Python toolkit for creating graphica

flexxui 3.1k Dec 29, 2022
Build GUI for your Python program with JavaScript, HTML, and CSS

https://pywebview.flowrl.com pywebview is a lightweight cross-platform wrapper around a webview component that allows to display HTML content in its o

Roman 3.3k Jan 1, 2023
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies

(This library is available under a free and permissive license however, if you Enjoy Dear PyGui please consider becoming a Sponsor) Dear PyGui is a si

Jonathan Hoffstadt 9.4k Jan 4, 2023
Open source UI framework written in Python, running on Windows, Linux, macOS, Android and iOS

Kivy Innovative user interfaces made easy. Kivy is an open source, cross-platform Python framework for the development of applications that make use o

Kivy 15.4k Jan 7, 2023
Write desktop and web apps in pure Python

Flexx Want to stay up-to-date about (changes to) Flexx? Subscribe to the NEWS issue. Introduction Flexx is a pure Python toolkit for creating graphica

flexxui 3.1k Jan 8, 2023
Dear PyGui: A fast and powerful Graphical User Interface Toolkit for Python with minimal dependencies

(This library is available under a free and permissive license however, if you Enjoy Dear PyGui please consider becoming a Sponsor) Dear PyGui is a si

Jonathan Hoffstadt 9.4k Jan 7, 2023
My Git GUI version made in Python and Tkinter.

Description My Git GUI version made in Python and Tkinter. How to use Basically, create a folder in your computer, open the software, select the path

Matheus Golzio 4 Oct 10, 2021
Delphi's FireMonkey framework as a Python module for Windows, MacOS, Linux, and Android GUI development.

DelphiFMX4Python Delphi's FireMonkey framework as a Python module for Windows, MacOS, Linux, and Android GUI development. About: The delphifmx library

Embarcadero Technologies 191 Jan 9, 2023
Yasb is a highly configurable and hackable taskbar written in python with Qt6.

Yasb: Yet Another Status Bar Yasb is a highly configurable and hackable taskbar written in python with Qt6. This project is still in (very) early deve

Dan 355 Jan 1, 2023
A simple alarm-clock created using Python and Kivy.

Alarm-Clock made with Python and Kivy. A simple alarm-clock created using Python and Kivy. See the time. Set a maximum of 5 alarms. Cancel alarms. Not

Caio 2 Jul 31, 2022
Simple GUI python app to show a stocks graph performance. Made with Matplotlib and Tiingo.

stock-graph-python Simple GUI python app to show a stocks graph performance. Made with Matplotlib and Tiingo. Tiingo API Key You will need to add your

Toby 12 May 14, 2022
🧮A simple calculator written in python allows you to make simple calculations, write charts, calculate the dates, and exchange currency.

Calculator ?? A simple calculator written in python allows you to make simple calculations, write charts, calculate the dates, and exchange currency.

Jan Kupczyk 1 Jan 15, 2022
Make desktop applications using HTML and CSS with python

Neutron Make desktop applications using HTML and CSS with python What is Neutron Neutron will allow developers to design modern applications in python

Ian Baldelli 284 Dec 29, 2022