Ratil is a Streamlit web application that generates random verses from the Quran for contemplation and study.
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.
- 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.
- Visit the Ratil Web App.
- Use the number input to select how many verses you want to generate.
- Click on "Generate Random Verse" to see the verses displayed.
- Python 3
- Streamlit
- Requests
- Quran API: Used for fetching Quranic verses.
- Streamlit: Framework used for building and deploying the web application.