Le planificateur de lecture du Coran est un outil simple qui permet à un groupe de participants de se répartir les 604 pages du Coran de manière équitable, en fonction du nombre de jours prévu pour terminer la lecture.
- Répartition des pages : entrez le nombre de participants et le nombre de jours pour obtenir un planning de lecture répartissant les pages de manière équitable entre les participants.
- Changer la langue : un commutateur de langue est disponible, permettant de basculer entre la version anglaise et française de l'interface.
- Génération de calendrier : le calendrier de lecture généré peut être imprimé ou téléchargé en format PDF.
Si vous êtes développeur ou simplement intéressé par ce projet, n'hésitez pas à proposer des modifications, émettre des suggestions ou signaler des problèmes.
Pour contribuer, veuillez :
- Forker le dépôt :
git clone https://github.com/mkantem/quran-reading-planner- Créer une branche pour votre modification :
git checkout -b votre-branche- Committer vos modifications avec des explications claires :
git add .
git commit -m "Description de votre modification"- Envoyer un Pull Request :
Copy code
git push origin votre-brancheDans le futur, une solution complète est prévue pour cet outil, intégrant une base de données et utilisant Django. Cela permettra une meilleure gestion des utilisateurs et des données, offrant ainsi une expérience plus fluide et plus personnalisable. Ce projet sera développé dès que j'aurai le temps nécessaire pour y consacrer.
The Quran reading planner is a handy tool that allows a group of participants to distribute the 604 pages of the Quran among themselves in a fair manner, based on the number of days planned for completing the reading.
- Page Distribution: enter the number of participants and the number of days to receive a reading schedule that distributes the pages fairly among participants.
- Language Switcher: a language switcher is available, allowing you to switch between the English and French versions of the interface.
- Schedule Generation: the generated reading schedule can be printed or downloaded as a PDF.
Whether you are a developer or just interested in the project, feel free to propose modifications, provide suggestions, or report issues.
To contribute, please:
- Fork the repository:
git clone https://github.com/mkantem/quran-reading-planner- Create a branch for your change: :
git checkout -b your-branch- Commit your changes with clear descriptions :
git add .
git commit -m "Description of your branch"- Send a Pull Request :
Copy code
git push origin votre-brancheIn the future, a full solution is planned for this tool, which will integrate a database and use Django. This will allow better management of users and data, providing a smoother and more customizable experience. This project will be developed once I have the time to dedicate to it.