Turn your computer into Local File Hosting Server. Improved version on Python 3 http.server with Upload and LOTS of FEATURES. In short a home/office remote File-Manager
-
Updated
Apr 4, 2025 - Python
LocalStorage is a JavaScript object that allows storing arbitrary key-value pairs in the web browser as an alternative to cookies—another alternative if the data in question goes beyond key-value pairs is to use the IndexedDB.
localStorage
data is specific to the protocol of the document. In particular, for a site loaded over HTTP (e.g., http://example.com), localStorage
returns a different object than localStorage
for the corresponding site loaded over HTTPS (e.g., https://example.com).
Turn your computer into Local File Hosting Server. Improved version on Python 3 http.server with Upload and LOTS of FEATURES. In short a home/office remote File-Manager
Manage files and directories on different storage backends.
Numerous Files simplifies file storage interfaces for web applications across different environments. This package allows seamless swapping between cloud, local, and in-memory storage without code modifications, facilitated through environment variables. Ideal for developers aiming for consistency across development, testing, and production phases.
This script builds a WebShare for Windows file-sharing app with a dark mode GUI and Flask server for uploading and downloading files via QR code.
A lightweight Python data storage solution for OD&H projects. Provides simple local persistence with thread safety and compression.
🖥️ CPS is a Free and Open Source console macro manager made with python3.
Host a Harbor Container Registry on Hopsworks local Kubernetes Cluster to store it's images
A simple tool to provide offline documentation.
A lightweight and beginner-friendly password manager for desktop users. This application is built with Python and PyQt6 and uses SQLite for local data storage. It allows users to securely save, view, and manage passwords through a clean and simple GUI.
VaultPass is a local-first password manager for privacy lovers. AES-encrypted storage, keyring-protected access, and clean terminal UI—all in one Python file. No cloud. No tracking. No compromise.
localgpt-toolbar is a lightweight, system-tray-based application that brings the power of OpenAI's language models to your desktop while keeping your data under your control. Built with PyQt6, it provides instant access to AI chat capabilities while maintaining all conversations and contexts in a local SQLite database.