Simplified tech guides for seniors — clear, step-by-step instructions for smartphones, tablets, apps, and everyday technology.
Project description
facilguide
Python access to Facil.guide -- simplified tech guides for seniors in 5 languages: English, Spanish, French, Portuguese, and Italian.
Install
pip install facilguide
Quick Start
import facil
# Browse all guides
all_guides = facil.guides()
print(f"{len(all_guides)} guides available")
# Filter by language
spanish = facil.guides(lang="es")
french = facil.guides(lang="fr")
# Filter by category
security = facil.guides(category="security")
social = facil.guides(category="social")
# Search guides
facil.search("whatsapp")
# [{'title': 'How to Set Up WhatsApp', 'category': 'social', ...}]
# Available languages
facil.languages()
# [{'code': 'en', 'name': 'English', 'url': 'https://facil.guide/en/'}, ...]
# Guide categories
facil.categories()
# [{'slug': 'smartphone', 'name': 'Smartphone', ...}, ...]
Categories
| Category | Description |
|---|---|
| Smartphone | Phone setup, apps, and everyday use |
| Tablet | iPad and Android tablet guides |
| Computer | Desktop and laptop essentials |
| Internet | Web browsing, email, and online safety |
| Social Media | Facebook, WhatsApp, and staying connected |
| Security | Passwords, scams, and digital safety |
| Photos & Video | Taking, storing, and sharing photos |
| Health Apps | Health tracking and telehealth |
Languages
- English -- facil.guide/en
- Spanish -- facil.guide/es
- French -- facil.guide/fr
- Portuguese -- facil.guide/pt
- Italian -- facil.guide/it
Links
- Facil.guide -- Main site
- English Guides -- All guides in English
- Guides en Espanol -- Guias en espanol
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
facilguide-0.1.0.tar.gz
(4.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file facilguide-0.1.0.tar.gz.
File metadata
- Download URL: facilguide-0.1.0.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f442104e94bc6e04c8f91b034f266d9f4daa62c520323ad76d4fe6a727c20531
|
|
| MD5 |
8986a2c054bddded8c6e89361bef386b
|
|
| BLAKE2b-256 |
3d5f5700862423ee8e3a5f51aeda5705ea2665d74ac877d9cd4fd4c3ee2f669d
|
File details
Details for the file facilguide-0.1.0-py3-none-any.whl.
File metadata
- Download URL: facilguide-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cb934f1e8794cf1a4c6b54b64c7bf7733528786031e6e9b15d3bbd5f053c43a
|
|
| MD5 |
96c0628b36b06c475ad9d313e0803e22
|
|
| BLAKE2b-256 |
d4d86dcb6f63e4adee362093bf1d9ecb6a56cfa01b81fdfc8042ce614831df25
|