Skip to content

yesiah/contract-generator-pyside2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

38b36e3 · May 15, 2021

History

45 Commits
May 15, 2021
May 14, 2021
May 11, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 15, 2021
May 14, 2021

Repository files navigation

contract-generator-pyside2

Another contract generator built on PySide2.

Dependencies

Steps

  1. Go to contract_generator_app.spec and modify some directory settings to fit your environment
  2. Replace the template files to fit your need (see Available Fields and existing dummy templates for more information)
  3. Run pyinstaller to build your application (see Build)

Available Fields

The following fields are supported inside .template files

  • Contract Templates
    • start_date
    • end_date
    • party_a_name
    • party_a_representative
    • party_a_registered_address
    • party_a_contact_address
    • party_b_name
    • party_b_representative
    • party_b_registered_address
    • party_b_contact_address
    • signature_date
    • payment_method
  • Payment Method Templates
    • currency
    • cross_border_payment
    • bank_account
    • account_name
    • name_of_the_bank
    • bank_code
    • name_of_the_branch
    • branch_code
    • country_of_the_bank_receiving_the_payment
    • swift_code
    • other_code
    • other_code_text

Build

To build, run the following command. PYTHONOPTIMIZE=1 is optional.

PYTHONOPTIMIZE=1 pyinstaller --clean --noconfirm contract_generator_app.spec

About

Another contract generator built on PySide2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages