This is a Bhagavad Gita Reader built using C language, designed to help users read and navigate through the verses of the Bhagavad Gita. The program utilizes file handling, loops, functions, and conditional statements to display verses dynamically.
- π Read Verses β Displays selected verses from the Bhagavad Gita.
- π Search Functionality β Allows users to find specific chapters and verses.
- π File Handling β Reads verses from a stored text file.
- π’ Chapter & Verse Navigation β Provides easy navigation between chapters.
- C Language β Core programming logic.
- File Handling β Reads data from a text file.
- Loops & Functions β Structured programming for efficiency.
- Compile the program using GCC:
gcc BhagavadGita.c -o BhagavadGita
- Run the executable:
./BhagavadGita
- Follow the on-screen instructions to navigate and read the Bhagavad Gita.
- π Add multiple language support (Sanskrit, English, Hindi, Gujarati).
- π€ Implement text-to-speech functionality.
- π Develop a web-based version of the reader.
π BhagavadGita-Reader
β-- π BhagavadGita.c (Main C program)
β-- π BhagavadGita.txt (Contains verses data)
β-- π README.md (Project documentation)