Logo Lanfrica

abolaglobal-afk/Watchtower-pidgin-assistant-

Domain:

natural language processing

Record type:

software
Creator:
abo
Host:
Answers question in pidgin English # Watchtower Pidgin English Study Assistant πŸ“– A beautiful, user-friendly web application for accessing Watchtower study materials with Pidgin English answers for each paragraph. ## ✨ Features - πŸ“± **Beautiful Web Interface** - Easy to use on desktop, tablet, or mobile - πŸ‡³πŸ‡¬ **Pidgin English Answers** - Responses in Pidgin for better understanding - πŸ“– **Complete Study Content** - Paragraph text, answers, key points, and Bible references - πŸ” **Quick Navigation** - Jump to any paragraph instantly - πŸ“± **Responsive Design** - Works on all devices - 🎯 **Study Themes** - Understand the focus of each study - πŸ’Ύ **Offline Ready** - Works without internet once loaded ## πŸš€ Installation ### Requirements - Python 3.7 or higher - A web browser ### Setup Steps 1. **Clone or Download the Repository** ```bash git clone github.com cd Watchtower-pidgin-assistant- ``` 2. **Install Dependencies** ```bash pip install -r requirements.txt ``` 3. **Run the Application** ```bash python app.py ``` 4. **Open in Your Browser** - Go to: `localhost` - That's it! πŸŽ‰ ## πŸ“– How to Use ### For Regular Users 1. Open the app in your browser 2. Select a study date from the dropdown 3. Read through the paragraphs 4. Click on any paragraph number to jump to it 5. Use the sidebar to navigate quickly ### Adding New Studies Create a JSON file in the `data/watchtower/` directory with this format: ```json { "publication": "Watchtower", "study_date": "2026-05-02", "title": "Study Title", "subtitle": "Study Subtitle", "study_theme": "Main Theme", "opening_comment": "Opening comment here", "closing_thoughts": "Closing thoughts here", "paragraphs": [ { "number": 1, "text": "Original paragraph text from the Watchtower", "pidgin_answer": "Paragraph 1 answer in Pidgin English", "key_points": [ "First key point", "Second key point" ], "cross_references": [ "Matthew 5:3-12", "1 Peter 1:3-5" ] } ] } ``` **File naming:** Use the study date as …