Welcome to the Syllabus-Analysis project! This program is designed to analyze Microsoft Word and PDF syllabus files, empowering users to efficiently organize syllabus information into actionable plans. Version 1.1 introduces new features and enhancements, making syllabus analysis and schedule generation even more convenient.
- File Analysis: Analyze both Microsoft Word and PDF syllabus files.
- Batch Processing: Process multiple files simultaneously, streamlining the analysis workflow.
- Personalized Schedule Generation: Create personalized weekly schedules for students based on syllabus information.
- Standalone Executable: Easily access the program through a standalone executable file for seamless usage.
- Enhanced User Interface: Enjoy a user-friendly interface for improved navigation and interaction.
- Python 3.12
- tkinter
- python-docx
- comtypes
- pdf2docx
- Clone the repository to your local machine.
- Ensure you have Python installed.
- Install the required dependencies using pip:
pip install tk python-docx comtypes pdf2docx
- Run the program:
python main.py
- Click the button to select the Word file for analysis.
- View the generated weekly schedules.