Skip to content

Minimalistic Free and Open Source alternative to Microsoft Lists written in Python and Flask.

License

Notifications You must be signed in to change notification settings

AdrBog/LibreLists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Libre Lists

Minimalistic Free and Open Source alternative to Microsoft Lists written in Python and Flask.


https://www.gnu.org/licenses/gpl-3.0.en.html ko-fi

Create simple SQLite databases with Libre Lists, then use them in your Other Apps applications.

Features

  • No Ads
  • No Tracking
  • Lightweight
  • No account needed
  • Self-hosting
  • Responsive UI
  • Unrestricted databases sizes
  • Themes
  • Addons

Installation

Easily install Libre Lists on your server

You need to have Python with virtualenv and Git installed

Install flask-cors to avoid CORS issues when connecting Other Apps with Libre Lists

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

Screenshots

Screenshot1 Screenshot2 Screenshot3 Screenshot4 Screenshot5

License

Libre Lists

Minimalistic Free and Open Source alternative to Microsoft Lists written in Python and Flask.

Copyright (C) 2023 Adrian Bogdan and contributors

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.