Menu

Tree [5d7895] main /
 History

HTTPS access


File Date Author Commit
 Docx 2023-10-04 Dangduytoan12l Dangduytoan12l [5a61e4] Last updated
 Images 2023-10-01 Dangduytoan12l Dangduytoan12l [e15b40] Updated logo
 build 2023-10-03 Dangduytoan12l Dangduytoan12l [1f740b] Added exe files for test
 dist 2023-10-03 Dangduytoan12l Dangduytoan12l [1f740b] Added exe files for test
 .gitattributes 2023-10-01 Dangduytoan12l Dangduytoan12l [aabb5b] Updated .gitattributes
 .gitignore 2023-10-04 Dangduytoan12l Dangduytoan12l [5a61e4] Last updated
 LICENSE 2023-09-29 caphefalumi caphefalumi [ddd0eb] Create LICENSE
 README.md 2023-10-02 caphefalumi caphefalumi [24aa6c] Update README.md
 app_info.json 2023-10-05 caphefalumi caphefalumi [5d7895] Update app_info.json
 gui.py 2023-10-05 Dangduytoan12l Dangduytoan12l [6d0f84] Last update, update more features, gui, optimiz...
 main.py 2023-10-05 Dangduytoan12l Dangduytoan12l [6d0f84] Last update, update more features, gui, optimiz...
 scripts.bat 2023-10-03 Dangduytoan12l Dangduytoan12l [a184b5] "Update .bat file"
 utils.py 2023-10-05 Dangduytoan12l Dangduytoan12l [6d0f84] Last update, update more features, gui, optimiz...

Read Me

WordToExcel

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.

Table of Contents

Features

WordToExcel offers the following key features:

  • Conversion: Converts multiple-choice questions from Word documents into Excel format.
  • Organization: Structures questions and answer options for seamless import into Quizizz.
  • Enhanced Option Handling: Fine-tune question and option processing with the ability to remove 'Câu' and 'A,B,C,D' independently or together.
  • Multiple Checkbox Support: Use multiple checkboxes simultaneously for more control over the conversion process.
  • User-Friendly Interface: An intuitive graphical user interface ensures a seamless experience for users of all skill levels.
  • Export to Excel: Export your converted data to Excel format for further analysis or sharing.

Prerequisites

Before you get started with WordToExcel, ensure that you have the following prerequisites in place:

  • Python 3.x: Make sure you have Python 3.x installed on your system.
  • Required Libraries: You'll need certain Python libraries, such as 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

  • Clone Repository: Clone this repository to your local machine using the Git version control system or simply download the zip.

Installation

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.

Usage

To make use of WordToExcel, follow these simple steps:

  1. Prerequisites: Ensure that you have met all the requirements mentioned above.

  2. 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
  1. Run the App: Double click on app.exe for usage:
  2. WordToExcel will generate an Excel file with the converted questions and options in the current path.

Contributing

Contributions are welcome! If you want to contribute to this project, please fork the repository, create a new branch, and submit a pull request.

Project Status

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!

License

This project is licensed under the MIT License.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.