@@ -161,8 +161,7 @@ python secure_python_code_manager.py --license-info -l 1234567890
161161
162162``` bash
163163
164- python secure_python_code_manager.py --license-info -l
165- 1234567890,0987654321
164+ python secure_python_code_manager.py --license-info -l 1234567890,0987654321
166165```
167166** Example 3:** Retrieve information for all licenses.
168167
@@ -187,7 +186,7 @@ python secure_python_code_manager.py --license-info -l 1234567890 --set_hwids 5
187186The script will display detailed information about the specified
188187licenses:
189188
190- javascript
189+ ``` javascript
191190
192191License Information for License Key: 1234567890
193192
@@ -259,6 +258,8 @@ Total hardware IDs: 1
259258
260259License information has been saved to license_cloud_info .log .
261260
261+ ```
262+
262263If the \- -extend or \- -set_hwids options are used, the output will also
263264reflect the changes made.
264265
@@ -335,7 +336,7 @@ python secure_python_code_manager.py --service-usage --code-removal 1122334455,5
335336
336337The script will display your service usage information:
337338
338- javascript
339+ ``` javascript
339340
340341Service Usage Information:
341342
@@ -376,6 +377,7 @@ Associated License Keys:
376377License #1 : 0987654321
377378
378379Service usage information has been saved to license_cloud_info .log .
380+ ```
379381
380382If removal options are used, the script will confirm the deletions.
381383
@@ -425,12 +427,13 @@ The script must be a valid .py file.
425427
426428The script will confirm the successful upload:
427429
428- javascript
430+ ``` javascript
429431
430432Upload successful . License key: 1234567890
431433
432434License script saved as:
433435my_script_ExpDate2024- 01 - 01_00 - 00 - 00_PSN1234567890 .py
436+ ```
434437
435438The uploaded script, now containing licensing code, will be saved with a
436439new filename including the expiration date and product serial number.
@@ -483,10 +486,10 @@ python secure_python_code_manager.py --update -f my_script.py -l 1234567890
483486
484487The script will confirm the successful update:
485488
486- javascript
489+ ``` javascript
487490
488491Update successful.
489-
492+ ```
490493** Possible Errors and Their Solutions**
491494
492495- ** Error:** * You must specify both a file with -f or \- -file and a
@@ -621,7 +624,7 @@ Each entry starts with a timestamp and includes the operation
621624performed.\
622625** Example Entry for License Information Retrieval:**
623626
624- javascript
627+ ``` javascript
625628
6266292023 - 12 - 01 12 : 00 : 00 .
627630
@@ -637,9 +640,11 @@ Is active: Yes
637640
638641\...
639642
643+ ```
644+
640645** Example Entry for Service Usage Information:**
641646
642- javascript
647+ ``` javascript
643648
6446492023 - 12 - 01 12 : 05 : 00 .
645650
@@ -651,9 +656,11 @@ Max Total Uploads (Licenses): 5
651656
652657\...
653658
659+ ```
660+
654661** Example Entry for Upload Confirmation:**
655662
656- javascript
663+ ``` javascript
657664
6586652023 - 12 - 01 12 : 10 : 00 .
659666
@@ -669,6 +676,8 @@ Product Serial Number (PSN): 1234567890
669676!!! Do not share this license key with anyone because it allows you to
670677update the uploaded code.
671678
679+ ```
680+
672681** Notes:**
673682
674683- ** Content Hash** : A unique identifier for your code.
0 commit comments