Skip to content

A simple application to create a template for a license file in DOCX file format.

License

Notifications You must be signed in to change notification settings

CH6832/license-file-creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XBRL Taxonomy License File Creator

📰 About the project

Craft your license file with ease using our sleek command-line tool! Simply generate a customizable template in seconds. Check out our sample in the lics/ folder for inspiration.

Content overview

.
├── img/ - folder where all the images can be found for the application
├── lics/ - folder where the license files are generated into
├── Constants.py - contains all constants for the program
├── COPYRIGHT - project copyright
├── gen_lic_approval.py main program and code designing and generating the file
├── README.md - relevant information about the project
├── LICENSE - license text
└── requirements.txt - requirements to run the project

🏃 Getting started

  1. Clone the project to a location of your choice:
git clone https://github.com/CH6832/license-file-creator.git
  1. Install relevant requirements:
pip3 install -r requirements.txt
  1. Run the script with parameters of you need to generate a license approval file:
python3 gen_lic_approval.py -family='eba' -version="3.2"
  1. If the file has been generated:
Document successfully generated!
--------------------------------
Your generated file: filebasename 3.2 XBRL Taxonomy - Third Party Software License Approval Form YYYYMMDD.docx can be found at './YYYY-MM-DD/'
  1. The result can be found in the lics/ folder and looks like this:

License Approval file

📚 Resources used to create this project

🔖 License

This project is licensed under the terms of the GPL v3.

©️ Copyright

See the COPYRIGHT file for copyright and licensing details.

About

A simple application to create a template for a license file in DOCX file format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages