Skip to content

Little tool for generate an scorm's expiration date with python

Notifications You must be signed in to change notification settings

weuplearning/scorm_exp_date_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scorm_exp_date_generator

Little tool for generate an scorm's expiration date with python

About The Project

  • 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

Tested With

Python 3.8.5

Built With

Getting Started

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

TODO :

  1. error handler (wrong file format, empty input, other errors, special characters in file name )
  2. executable file on different Os
  3. some design

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Dimitri hoareau - https://twitter.com/dimitriHoareau1 - dimitrihoareau2@gmail.com

Project Link: https://github.com/weuplearning/scorm_exp_date_generator

About

Little tool for generate an scorm's expiration date with python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages