Little tool for generate an scorm's expiration date with python
- this program is used to set an expiration date on a scorm module.
- it just modifies the scormdriver.js file by implementing a javascript function in it
Python 3.8.5
To start this project, you need to :
- clone the repo from this page.
- if you want to running the app on a virtual environnment, create it and launch it after installing packages :
python -m venv env
source env/bin/activate
- you need to install all the package mentionned in requierement.txt :
pip install -r requirements.txt
- launch the app with python (exemple for python3)
python3 app.py
- error handler (wrong file format, empty input, other errors, special characters in file name )
- executable file on different Os
- some design
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Dimitri hoareau - https://twitter.com/dimitriHoareau1 - dimitrihoareau2@gmail.com
Project Link: https://github.com/weuplearning/scorm_exp_date_generator