From 6633ca382bb465734d6dc3f480f92153f9472dff Mon Sep 17 00:00:00 2001 From: Brad Date: Wed, 7 Jun 2023 01:16:42 -0500 Subject: [PATCH 1/2] commit1 --- CandelX/CandelX.py | 2 +- CandelX/{info => }/temps/contract.temp | 90 +++++++-------- CandelX/{info => }/temps/entity.temp | 30 ++--- CandelX/{info => }/temps/group.temp | 34 +++--- CandelX/{info => }/temps/level.temp | 24 ++-- CandelX/temps/nda.temp | 82 ++++++++++++++ CandelX/temps/nda.txt | 83 ++++++++++++++ CandelX/{info => }/temps/object.temp | 22 ++-- CandelX/{info => }/temps/phenomena.temp | 30 ++--- CandelX/{info => }/temps/shopping list.temp | 118 ++++++++++---------- 10 files changed, 340 insertions(+), 175 deletions(-) rename CandelX/{info => }/temps/contract.temp (97%) rename CandelX/{info => }/temps/entity.temp (85%) rename CandelX/{info => }/temps/group.temp (94%) rename CandelX/{info => }/temps/level.temp (89%) create mode 100644 CandelX/temps/nda.temp create mode 100644 CandelX/temps/nda.txt rename CandelX/{info => }/temps/object.temp (87%) rename CandelX/{info => }/temps/phenomena.temp (86%) rename CandelX/{info => }/temps/shopping list.temp (90%) diff --git a/CandelX/CandelX.py b/CandelX/CandelX.py index 7e988f4..c8e601b 100644 --- a/CandelX/CandelX.py +++ b/CandelX/CandelX.py @@ -120,7 +120,7 @@ def current_date(self): def load_template(self, filepath): if os.path.exists(filepath): - with open(filepath, "r") as file: + with open(filepath, "r", encoding="utf8") as file: self.text.delete("1.0", "end") self.text.insert("1.0", file.read()) else: diff --git a/CandelX/info/temps/contract.temp b/CandelX/temps/contract.temp similarity index 97% rename from CandelX/info/temps/contract.temp rename to CandelX/temps/contract.temp index 69bd86f..5bb74e2 100644 --- a/CandelX/info/temps/contract.temp +++ b/CandelX/temps/contract.temp @@ -1,45 +1,45 @@ -Contract for [Project Name] - -This agreement (the "Agreement") is made and entered into by [Client Name] (the "Client"), with an address of [Client Address], and [Service Provider Name] (the "Service Provider"), with an address of [Service Provider Address]. - -Scope of Work - -The Service Provider agrees to provide [description of services] to the Client according to the following specifications: - -- [specification 1] -- [specification 2] -- [specification 3] - -Payment Terms - -The total cost for the services outlined in this Agreement is [total cost], to be paid by the Client to the Service Provider according to the following terms: - -- [payment term 1] -- [payment term 2] -- [payment term 3] - -Term and Termination - -This Agreement shall begin on [start date] and shall continue until [end date], unless sooner terminated by either party upon written notice. - -Confidentiality - -The Service Provider agrees to keep all information received from the Client confidential, and not to use or disclose such information for any purpose other than as required to perform the services outlined in this Agreement. - -Governing Law - -This Agreement shall be governed by and construed in accordance with the laws of the state of [state name]. - -Entire Agreement - -This Agreement represents the entire understanding between the Client and the Service Provider with respect to the subject matter hereof and supersedes all prior negotiations and understandings, whether written or oral. - -IN WITNESS WHEREOF, the parties have executed this Agreement as of the date first above written. - -[Client Name] [Service Provider Name] - -_______________________ _______________________ - -[Client Signature] [Service Provider Signature] - -Date: ___________________ Date: ___________________ +Contract for [Project Name] + +This agreement (the "Agreement") is made and entered into by [Client Name] (the "Client"), with an address of [Client Address], and [Service Provider Name] (the "Service Provider"), with an address of [Service Provider Address]. + +Scope of Work + +The Service Provider agrees to provide [description of services] to the Client according to the following specifications: + +- [specification 1] +- [specification 2] +- [specification 3] + +Payment Terms + +The total cost for the services outlined in this Agreement is [total cost], to be paid by the Client to the Service Provider according to the following terms: + +- [payment term 1] +- [payment term 2] +- [payment term 3] + +Term and Termination + +This Agreement shall begin on [start date] and shall continue until [end date], unless sooner terminated by either party upon written notice. + +Confidentiality + +The Service Provider agrees to keep all information received from the Client confidential, and not to use or disclose such information for any purpose other than as required to perform the services outlined in this Agreement. + +Governing Law + +This Agreement shall be governed by and construed in accordance with the laws of the state of [state name]. + +Entire Agreement + +This Agreement represents the entire understanding between the Client and the Service Provider with respect to the subject matter hereof and supersedes all prior negotiations and understandings, whether written or oral. + +IN WITNESS WHEREOF, the parties have executed this Agreement as of the date first above written. + +[Client Name] [Service Provider Name] + +_______________________ _______________________ + +[Client Signature] [Service Provider Signature] + +Date: ___________________ Date: ___________________ diff --git a/CandelX/info/temps/entity.temp b/CandelX/temps/entity.temp similarity index 85% rename from CandelX/info/temps/entity.temp rename to CandelX/temps/entity.temp index 8eca0ff..03621b3 100644 --- a/CandelX/info/temps/entity.temp +++ b/CandelX/temps/entity.temp @@ -1,15 +1,15 @@ -[Entity Name] - -Description: - -Behaviors: - -Biology - -Discovery - -Do's and Don'ts -Do: - -Dont: - +[Entity Name] + +Description: + +Behaviors: + +Biology + +Discovery + +Do's and Don'ts +Do: + +Dont: + diff --git a/CandelX/info/temps/group.temp b/CandelX/temps/group.temp similarity index 94% rename from CandelX/info/temps/group.temp rename to CandelX/temps/group.temp index c6bf007..31fbbfb 100644 --- a/CandelX/info/temps/group.temp +++ b/CandelX/temps/group.temp @@ -1,17 +1,17 @@ -[Group Name] - -About -What will you're group be about? - -Teams/Divisions -What are the Teams/Divisions of youre group? - -Members -Who are the members of youre group? - -Outposts -What are the oupost youre group owns? - -Records/Articles -What records does youre group have? -(there may be no records at all) +[Group Name] + +About +What will you're group be about? + +Teams/Divisions +What are the Teams/Divisions of youre group? + +Members +Who are the members of youre group? + +Outposts +What are the oupost youre group owns? + +Records/Articles +What records does youre group have? +(there may be no records at all) diff --git a/CandelX/info/temps/level.temp b/CandelX/temps/level.temp similarity index 89% rename from CandelX/info/temps/level.temp rename to CandelX/temps/level.temp index de2b327..f0c2630 100644 --- a/CandelX/info/temps/level.temp +++ b/CandelX/temps/level.temp @@ -1,12 +1,12 @@ -[Survival Difficulty] - -Description: - -Entities: - -Entrances and Exits: -Entrances: - -Exits: - -[Extra Notes] +[Survival Difficulty] + +Description: + +Entities: + +Entrances and Exits: +Entrances: + +Exits: + +[Extra Notes] diff --git a/CandelX/temps/nda.temp b/CandelX/temps/nda.temp new file mode 100644 index 0000000..69ccb85 --- /dev/null +++ b/CandelX/temps/nda.temp @@ -0,0 +1,82 @@ + +This Nondisclosure Agreement or ("Agreement") has been entered into on the date of +[] and is by and between: + +Party Disclosing Information: [] with a mailing address of [] (“Disclosing Party”). + +Party Receiving Information: [] with a mailing address of [] (“Receiving Party”). + +For the purpose of preventing the unauthorized disclosure of Confidential Information as defined +below. The parties agree to enter into a confidential relationship concerning the disclosure of +certain proprietary and confidential information ("Confidential Information"). + +1. Definition of Confidential Information. For purposes of this Agreement, "Confidential +Information" shall include all information or material that has or could have commercial value or +other utility in the business in which Disclosing Party is engaged. If Confidential Information is in +written form, the Disclosing Party shall label or stamp the materials with the word "Confidential" +or some similar warning. If Confidential Information is transmitted orally, the Disclosing Party +shall promptly provide writing indicating that such oral communication constituted Confidential +Information. + +2. Exclusions from Confidential Information. Receiving Party's obligations under this +Agreement do not extend to information that is: (a) publicly known at the time of disclosure or +subsequently becomes publicly known through no fault of the Receiving Party; (b) discovered or +created by the Receiving Party before disclosure by Disclosing Party; (c) learned by the +Receiving Party through legitimate means other than from the Disclosing Party or Disclosing +Party's representatives; or (d) is disclosed by Receiving Party with Disclosing Party's prior +written approval. + +3. Obligations of Receiving Party. Receiving Party shall hold and maintain the Confidential +Information in strictest confidence for the sole and exclusive benefit of the Disclosing Party. +Receiving Party shall carefully restrict access to Confidential Information to employees, +contractors and third parties as is reasonably required and shall require those persons to sign +nondisclosure restrictions at least as protective as those in this Agreement. Receiving Party +shall not, without the prior written approval of Disclosing Party, use for Receiving Party's benefit, +publish, copy, or otherwise disclose to others, or permit the use by others for their benefit or to +the detriment of Disclosing Party, any Confidential Information. Receiving Party shall return to +Disclosing Party any and all records, notes, and other written, printed, or tangible materials in its +possession pertaining to Confidential Information immediately if Disclosing Party requests it in +writing. + +4. Time Periods. The nondisclosure provisions of this Agreement shall survive the termination +of this Agreement and Receiving Party's duty to hold Confidential Information in confidence +shall remain in effect until the Confidential Information no longer qualifies as a trade secret or +until Disclosing Party sends Receiving Party written notice releasing Receiving Party from this +Agreement, whichever occurs first. + +5. Relationships. Nothing contained in this Agreement shall be deemed to constitute either +party a partner, joint venture or employee of the other party for any purpose. + +6. Severability. If a court finds any provision of this Agreement invalid or unenforceable, the +remainder of this Agreement shall be interpreted so as best to affect the intent of the parties. + +7. Integration. This Agreement expresses the complete understanding of the parties with +respect to the subject matter and supersedes all prior proposals, agreements, representations, +and understandings. This Agreement may not be amended except in writing signed by both +parties. + +8. Waiver. The failure to exercise any right provided in this Agreement shall not be a waiver of +prior or subsequent rights. + +9. Notice of Immunity. Employee is provided notice that an individual shall not be held +criminally or civilly liable under any federal or state trade secret law for the disclosure of a trade +secret that is made (i) in confidence to a federal, state, or local government official, either +directly or indirectly, or to an attorney; and (ii) solely for the purpose of reporting or investigating +a suspected violation of law; or is made in a complaint or other document filed in a lawsuit or +other proceeding, if such filing is made under seal. An individual who files a lawsuit for +retaliation by an employer for reporting a suspected violation of law may disclose the trade +secret to the attorney of the individual and use the trade secret information in the court +proceeding, if the individual (i) files any document containing the trade secret under seal; and (ii) +does not disclose the trade secret, except pursuant to court order. + +This Agreement and each party's obligations shall be binding on the representatives, assigns +and successors of such party. Each party has signed this Agreement through its authorized +representative. + +DISCLOSING PARTY +Signature: [] +Typed or Printed Name: [] Date: [] + +RECEIVING PARTY +Signature: [] +Typed or Printed Name: [] Date: [] diff --git a/CandelX/temps/nda.txt b/CandelX/temps/nda.txt new file mode 100644 index 0000000..957c221 --- /dev/null +++ b/CandelX/temps/nda.txt @@ -0,0 +1,83 @@ +NON-DISCLOSURE AGREEMENT (NDA) + +This Nondisclosure Agreement or ("Agreement") has been entered into on the date of +[] and is by and between: + +Party Disclosing Information: [] with a mailing address of [] (“Disclosing Party”). + +Party Receiving Information: [] with a mailing address of [] (“Receiving Party”). + +For the purpose of preventing the unauthorized disclosure of Confidential Information as defined +below. The parties agree to enter into a confidential relationship concerning the disclosure of +certain proprietary and confidential information ("Confidential Information"). + +1. Definition of Confidential Information. For purposes of this Agreement, "Confidential +Information" shall include all information or material that has or could have commercial value or +other utility in the business in which Disclosing Party is engaged. If Confidential Information is in +written form, the Disclosing Party shall label or stamp the materials with the word "Confidential" +or some similar warning. If Confidential Information is transmitted orally, the Disclosing Party +shall promptly provide writing indicating that such oral communication constituted Confidential +Information. + +2. Exclusions from Confidential Information. Receiving Party's obligations under this +Agreement do not extend to information that is: (a) publicly known at the time of disclosure or +subsequently becomes publicly known through no fault of the Receiving Party; (b) discovered or +created by the Receiving Party before disclosure by Disclosing Party; (c) learned by the +Receiving Party through legitimate means other than from the Disclosing Party or Disclosing +Party's representatives; or (d) is disclosed by Receiving Party with Disclosing Party's prior +written approval. + +3. Obligations of Receiving Party. Receiving Party shall hold and maintain the Confidential +Information in strictest confidence for the sole and exclusive benefit of the Disclosing Party. +Receiving Party shall carefully restrict access to Confidential Information to employees, +contractors and third parties as is reasonably required and shall require those persons to sign +nondisclosure restrictions at least as protective as those in this Agreement. Receiving Party +shall not, without the prior written approval of Disclosing Party, use for Receiving Party's benefit, +publish, copy, or otherwise disclose to others, or permit the use by others for their benefit or to +the detriment of Disclosing Party, any Confidential Information. Receiving Party shall return to +Disclosing Party any and all records, notes, and other written, printed, or tangible materials in its +possession pertaining to Confidential Information immediately if Disclosing Party requests it in +writing. + +4. Time Periods. The nondisclosure provisions of this Agreement shall survive the termination +of this Agreement and Receiving Party's duty to hold Confidential Information in confidence +shall remain in effect until the Confidential Information no longer qualifies as a trade secret or +until Disclosing Party sends Receiving Party written notice releasing Receiving Party from this +Agreement, whichever occurs first. + +5. Relationships. Nothing contained in this Agreement shall be deemed to constitute either +party a partner, joint venture or employee of the other party for any purpose. + +6. Severability. If a court finds any provision of this Agreement invalid or unenforceable, the +remainder of this Agreement shall be interpreted so as best to affect the intent of the parties. + +7. Integration. This Agreement expresses the complete understanding of the parties with +respect to the subject matter and supersedes all prior proposals, agreements, representations, +and understandings. This Agreement may not be amended except in writing signed by both +parties. + +8. Waiver. The failure to exercise any right provided in this Agreement shall not be a waiver of +prior or subsequent rights. + +9. Notice of Immunity. Employee is provided notice that an individual shall not be held +criminally or civilly liable under any federal or state trade secret law for the disclosure of a trade +secret that is made (i) in confidence to a federal, state, or local government official, either +directly or indirectly, or to an attorney; and (ii) solely for the purpose of reporting or investigating +a suspected violation of law; or is made in a complaint or other document filed in a lawsuit or +other proceeding, if such filing is made under seal. An individual who files a lawsuit for +retaliation by an employer for reporting a suspected violation of law may disclose the trade +secret to the attorney of the individual and use the trade secret information in the court +proceeding, if the individual (i) files any document containing the trade secret under seal; and (ii) +does not disclose the trade secret, except pursuant to court order. + +This Agreement and each party's obligations shall be binding on the representatives, assigns +and successors of such party. Each party has signed this Agreement through its authorized +representative. + +DISCLOSING PARTY +Signature: [] +Typed or Printed Name: [] Date: [] + +RECEIVING PARTY +Signature: [] +Typed or Printed Name: [] Date: [] diff --git a/CandelX/info/temps/object.temp b/CandelX/temps/object.temp similarity index 87% rename from CandelX/info/temps/object.temp rename to CandelX/temps/object.temp index b784c8f..ad9a3c9 100644 --- a/CandelX/info/temps/object.temp +++ b/CandelX/temps/object.temp @@ -1,11 +1,11 @@ -Object [Object Number] - -Description: - -Discovery: - -Dos and Donts: -Dos - -Donts: - +Object [Object Number] + +Description: + +Discovery: + +Dos and Donts: +Dos + +Donts: + diff --git a/CandelX/info/temps/phenomena.temp b/CandelX/temps/phenomena.temp similarity index 86% rename from CandelX/info/temps/phenomena.temp rename to CandelX/temps/phenomena.temp index 7359560..8f516e3 100644 --- a/CandelX/info/temps/phenomena.temp +++ b/CandelX/temps/phenomena.temp @@ -1,15 +1,15 @@ -Description - -Types/Variations - -Interactions - -Controlling force - -Discovery - -Dos and Donts -Do - -Dont - +Description + +Types/Variations + +Interactions + +Controlling force + +Discovery + +Dos and Donts +Do + +Dont + diff --git a/CandelX/info/temps/shopping list.temp b/CandelX/temps/shopping list.temp similarity index 90% rename from CandelX/info/temps/shopping list.temp rename to CandelX/temps/shopping list.temp index e33bf54..0d279a1 100644 --- a/CandelX/info/temps/shopping list.temp +++ b/CandelX/temps/shopping list.temp @@ -1,60 +1,60 @@ -Shopping List -[store 1] -1. item 1 -2. item 2 -3. item 3 -4. item 4 -5. item 5 -6. item 6 -7. item 7 -8. item 8 -9. item 9 -10. item 10 - -[store 2] -1. item 1 -2. item 2 -3. item 3 -4. item 4 -5. item 5 -6. item 6 -7. item 7 -8. item 8 -9. item 9 -10. item 10 - -[store 3] -1. item 1 -2. item 2 -3. item 3 -4. item 4 -5. item 5 -6. item 6 -7. item 7 -8. item 8 -9. item 9 -10. item 10 - -[store 4] -1. item 1 -2. item 2 -3. item 3 -4. item 4 -5. item 5 -6. item 6 -7. item 7 -8. item 8 -9. item 9 -10. item 10 - -[store 5] -1. item 1 -2. item 2 -3. item 3 -4. item 4 -5. item 5 -6. item 6 -7. item 7 -8. item 8 -9. item 9 +Shopping List +[store 1] +1. item 1 +2. item 2 +3. item 3 +4. item 4 +5. item 5 +6. item 6 +7. item 7 +8. item 8 +9. item 9 +10. item 10 + +[store 2] +1. item 1 +2. item 2 +3. item 3 +4. item 4 +5. item 5 +6. item 6 +7. item 7 +8. item 8 +9. item 9 +10. item 10 + +[store 3] +1. item 1 +2. item 2 +3. item 3 +4. item 4 +5. item 5 +6. item 6 +7. item 7 +8. item 8 +9. item 9 +10. item 10 + +[store 4] +1. item 1 +2. item 2 +3. item 3 +4. item 4 +5. item 5 +6. item 6 +7. item 7 +8. item 8 +9. item 9 +10. item 10 + +[store 5] +1. item 1 +2. item 2 +3. item 3 +4. item 4 +5. item 5 +6. item 6 +7. item 7 +8. item 8 +9. item 9 10. item 10 \ No newline at end of file From 95578acc52e23623d12c4149e86e50bd61299fc0 Mon Sep 17 00:00:00 2001 From: Brad Date: Wed, 7 Jun 2023 01:17:45 -0500 Subject: [PATCH 2/2] gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f18f0c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +CandelX/venv/* \ No newline at end of file