File | Date | Author | Commit |
---|---|---|---|
Docx | 2023-10-04 |
![]() |
[5a61e4] Last updated |
Images | 2023-10-01 |
![]() |
[e15b40] Updated logo |
build | 2023-10-03 |
![]() |
[1f740b] Added exe files for test |
dist | 2023-10-03 |
![]() |
[1f740b] Added exe files for test |
.gitattributes | 2023-10-01 |
![]() |
[aabb5b] Updated .gitattributes |
.gitignore | 2023-10-04 |
![]() |
[5a61e4] Last updated |
LICENSE | 2023-09-29 |
![]() |
[ddd0eb] Create LICENSE |
README.md | 2023-10-02 |
![]() |
[24aa6c] Update README.md |
app_info.json | 2023-10-05 |
![]() |
[5d7895] Update app_info.json |
gui.py | 2023-10-05 |
![]() |
[6d0f84] Last update, update more features, gui, optimiz... |
main.py | 2023-10-05 |
![]() |
[6d0f84] Last update, update more features, gui, optimiz... |
scripts.bat | 2023-10-03 |
![]() |
[a184b5] "Update .bat file" |
utils.py | 2023-10-05 |
![]() |
[6d0f84] Last update, update more features, gui, optimiz... |
WordToExcel is a Python script that converts multiple-choice questions from a Word document into Excel format suitable for Quizizz. This tool simplifies the process of creating quizzes for Quizizz using questions stored in Word documents.
WordToExcel offers the following key features:
Before you get started with WordToExcel, ensure that you have the following prerequisites in place:
pandas
, python-docx
, regex
, tk
, and pywin32
. You can install these libraries using the following command:```bash
pip install pandas
pip install python-docx
pip install regex
pip install tk
pip install pywin32
No installation steps are required beyond cloning the repository, as outlined in the prerequisites. WordToExcel is designed to work smoothly with your existing Python environment.
To make use of WordToExcel, follow these simple steps:
Prerequisites: Ensure that you have met all the requirements mentioned above.
Run the Script: Execute the Python script by navigate to your file path and then run the following code in your terminal or command prompt:
python gui.py
Contributions are welcome! If you want to contribute to this project, please fork the repository, create a new branch, and submit a pull request.
This project is considered completed. It has achieved its intended goals and is no longer actively maintained or updated. Feel free to use the existing code and resources for your purposes.
Thank you for your interest in this project!
This project is licensed under the MIT License.