Skip to content

Latest commit

 

History

History
64 lines (49 loc) · 2.16 KB

README.md

File metadata and controls

64 lines (49 loc) · 2.16 KB

Other Apps

Lightweight Free and Open Source alternative to Microsoft's Power Apps written in Python and Flask.


GPL v3 ko-fi

Use Other Apps to create simple apps for small and resource-poor businesses

Why Other Apps instead of Power Apps

  1. Other Apps is free and open source, making it perfect for developers to customize the application to their own liking.
  2. Other Apps makes 0 connections to the internet, unless you tell it to make a connection of course.
  3. Self-Hosting, once you download Other Apps, it's yours to do whatever you want
  4. No dependencies, Other Apps works with pure javascript. No npm, nodejs, jsquery ... needed
  5. IT'S FREE

Disclaimer! Other Apps is still under development. And it is focused for small business/local networks. I do not recommend using it for large enterprises.

Features

  • No Ads
  • No Tracking
  • Lightweight
  • No account needed
  • Unrestricted HTML embedding
  • Themes
  • Addons
  • Documentation

Other Apps + Libre Lists

Get more out of Other Apps with Libre Lists.

Libre Lists features

  • SQLite databases
  • Unlimited database size

Download Libre Lists

Read the documentation to learn how to connect Other Apps with Libre Lists

Screenshots

Screenshot 1 Screenshot 2 Screenshot 4 Screenshot 5

Installation

You need to have Python with virtualenv and Git installed

git clone https://github.com/AdrBog/OtherApps.git
cd OtherApps
python -m venv venv
source venv/bin/activate
pip install flask flask-cors xmlschema
python -m flask run -p 5000

Help

If you need help, you can read the documentation or see the examples