top of page

🎓 CourseDocuments PDFViewer with structural navigation for trainers/learners

Vinayak Vishweshwara Dabgar

CourseDocuments is a Python-based GUI application

# 🎓 CourseDocuments


📖 About


CourseDocuments is a Python-based GUI application built using python to help educators and learners organize and use learning content efficiently. It works on Windows 10/11 systems.


---


# ✨ Features


* 📁 Structured navigation (Subject → Chapter → Topic)

* 📄 PDF document viewing

* 📊 Course info integration via CSV


---


#📁 File Structure


CourseDocuments/

├── CourseDocuments

└── _internals/

└── docs/

└── ORACLE_SQL_01.pdf

└── ORACLE_SQL_02.pdf

└── notes_config.csv

└── ....


---


Note:

# Please check the Header Format for aligning the tree structure. Sample files are in the specified format. Please feel free to add your documents/notes/etc.

# Subject Number - Subject Name,Subject Number.Chapter Number - Chapter Name, Subject Number.Chapter Number.Topic Number - Topic Name, docs/<PDF_NAME.pdf>

1 - Structured Query Language,1.1 - Data Definition Language,1.1.1 - DDL Basics,docs/ORACLE_SQL_01.pdf

1 - Structured Query Language,1.1 - Data Definition Language,1.1.2 - DDL Basics,docs/ORACLE_SQL_02.pdf


Please note, this is a freeware and can be freely distributed. The author neither takes any responsibility nor is liable for any malfunction of the software application. if any issues found, please report to the author.

---


📬 Contact

Vinayak Vishweshwara Dabgar

📧 [vdabgar.in@gmail.com](mailto:vdabgar.in@gmail.com)

🔗 [LinkedIn](https://www.linkedin.com/in/dabgarvinayak/)

🔗 [Website](https://www.dabgarvinayakv.com/)



bottom of page