Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erroujioussama/ratil
Ratil is a Streamlit web application that generates random verses from the Quran for contemplation and study.
https://github.com/erroujioussama/ratil
python3 quran-api streamlit
Last synced: 3 months ago
JSON representation
Ratil is a Streamlit web application that generates random verses from the Quran for contemplation and study.
- Host: GitHub
- URL: https://github.com/erroujioussama/ratil
- Owner: ErroujiOussama
- Created: 2024-04-09T20:57:42.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T14:07:46.000Z (6 months ago)
- Last Synced: 2024-11-12T02:15:03.398Z (3 months ago)
- Topics: python3, quran-api, streamlit
- Language: Python
- Homepage: https://wa-ratili-alqoran-tartila.streamlit.app/
- Size: 66.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ratil
Ratil is a Streamlit web application that generates random verses from the Quran for contemplation and study.
## About
This application utilizes the Quran API to fetch verses in Arabic and English translations. Users can specify the number of verses they want to generate and view them instantly on the interface.
## Features
- **Random Verse Generation:** Generates verses randomly from the Quran.
- **Bilingual Display:** Shows verses in Arabic (Uthmani script) and English (Pickthall translation).
- **Interactive Interface:** Users can specify the number of verses to display with a simple slider.## How to Use
1. Visit the [Ratil Web App](https://wa-ratili-alqoran-tartila.streamlit.app/).
2. Use the number input to select how many verses you want to generate.
3. Click on "Generate Random Verse" to see the verses displayed.## Screenshots
![image](https://github.com/ErroujiOussama/Ratil/assets/107694414/78ffa631-3a98-4c26-917e-31e1d6199394)
![image](https://github.com/ErroujiOussama/Ratil/assets/107694414/7bef0aa7-c65e-454c-b395-895708223cd9)## Requirements
- Python 3
- Streamlit
- Requests
## Credits- **Quran API:** Used for fetching Quranic verses.
- **Streamlit:** Framework used for building and deploying the web application.