Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/1jaffry1/proprofs-format-to-aiken-format
Extract data from a Proprofs style excel sheet and create a text file in Aiken Format for MCQ style quizzes
https://github.com/1jaffry1/proprofs-format-to-aiken-format
aiken convert data-extraction data-science excel extraction proprof python
Last synced: about 1 month ago
JSON representation
Extract data from a Proprofs style excel sheet and create a text file in Aiken Format for MCQ style quizzes
- Host: GitHub
- URL: https://github.com/1jaffry1/proprofs-format-to-aiken-format
- Owner: 1Jaffry1
- Created: 2022-10-25T11:48:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T21:26:43.000Z (7 months ago)
- Last Synced: 2024-06-13T03:23:47.770Z (7 months ago)
- Topics: aiken, convert, data-extraction, data-science, excel, extraction, proprof, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Excel-data-to-text-Proprofs
This is a script designed to extract data from proprofs template excel sheet, and write in Aiken Format to a .txt file.
RUN (Easy Mode):
1. Run 'final.py', and Enter 0.
2. Follow the prompt instructions and enter details carefully. You may use relative path if the file is contained withing the same folder as 'final.py', otherwise use absolute path.RUN (Developer Mode):
1. In 'final.py', set 'filepath' to the Excel worksheet path.
2. Set 'sheetName' to the name of the sheet in the excel file that will be read by the script.
3. Set 'targetPath' to path of the file you want it to be written to.
4. Run 'final.py' and Enter 1 in terminal when prompted.
-- You can remove the initial prompt from the code if you want to run the code faster or multiple times.