pypipr 1.0.94__tar.gz → 1.0.97__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. {pypipr-1.0.94 → pypipr-1.0.97}/PKG-INFO +227 -211
  2. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/__init__.py +2 -0
  3. pypipr-1.0.97/pypipr/ibuiltins/chr_to_int.py +20 -0
  4. pypipr-1.0.97/pypipr/ibuiltins/int_to_chr.py +26 -0
  5. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/restart.py +2 -2
  6. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/print_colorize.py +4 -0
  7. {pypipr-1.0.94 → pypipr-1.0.97}/pyproject.toml +1 -1
  8. {pypipr-1.0.94 → pypipr-1.0.97}/readme.md +226 -210
  9. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/ComparePerformance.py +0 -0
  10. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/LINUX.py +0 -0
  11. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/RunParallel.py +0 -0
  12. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/WINDOWS.py +0 -0
  13. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/__init__.py +0 -0
  14. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/avg.py +0 -0
  15. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/basename.py +0 -0
  16. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/chunk_array.py +0 -0
  17. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/create_folder.py +0 -0
  18. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/datetime_from_string.py +0 -0
  19. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/datetime_now.py +0 -0
  20. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/dict_first.py +0 -0
  21. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/dirname.py +0 -0
  22. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/exit_if_empty.py +0 -0
  23. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/filter_empty.py +0 -0
  24. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/get_by_index.py +0 -0
  25. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/get_class_method.py +0 -0
  26. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/get_filemtime.py +0 -0
  27. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/get_filesize.py +0 -0
  28. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/is_empty.py +0 -0
  29. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/is_iterable.py +0 -0
  30. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/is_valid_url.py +0 -0
  31. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/ivars.py +0 -0
  32. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/password_generator.py +0 -0
  33. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/random_bool.py +0 -0
  34. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/set_timeout.py +0 -0
  35. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/sets_ordered.py +0 -0
  36. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/str_cmp.py +0 -0
  37. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ibuiltins/to_str.py +0 -0
  38. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/__init__.py +0 -0
  39. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/choices.py +0 -0
  40. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/console_run.py +0 -0
  41. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/input_char.py +0 -0
  42. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/log.py +0 -0
  43. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/print_dir.py +0 -0
  44. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/print_log.py +0 -0
  45. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/print_to_last_line.py +0 -0
  46. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iconsole/text_colorize.py +0 -0
  47. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/idjango/APIMixinView.py +0 -0
  48. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/idjango/__init__.py +0 -0
  49. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iengineering/PintUreg.py +0 -0
  50. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iengineering/PintUregQuantity.py +0 -0
  51. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iengineering/__init__.py +0 -0
  52. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iengineering/batch_calculate.py +0 -0
  53. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iengineering/batchmaker.py +0 -0
  54. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iengineering/calculate.py +0 -0
  55. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iflow/auto_reload.py +0 -0
  56. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iflow/github_pull.py +0 -0
  57. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iflow/github_push.py +0 -0
  58. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iflow/github_user.py +0 -0
  59. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iflow/pip_freeze_without_version.py +0 -0
  60. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iflow/poetry_publish.py +0 -0
  61. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/iflow/poetry_update_version.py +0 -0
  62. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/__init__.py +0 -0
  63. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/iargv.py +0 -0
  64. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/idumps.py +0 -0
  65. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/idumps_html.py +0 -0
  66. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/ienv.py +0 -0
  67. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/iexec.py +0 -0
  68. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/ijoin.py +0 -0
  69. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/iloads.py +0 -0
  70. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/iloads_html.py +0 -0
  71. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/iopen.py +0 -0
  72. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/iprint.py +0 -0
  73. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/irange.py +0 -0
  74. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/ireplace.py +0 -0
  75. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/iscandir.py +0 -0
  76. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/ifunctions/isplit.py +0 -0
  77. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/pypipr.py.bak +0 -0
  78. {pypipr-1.0.94 → pypipr-1.0.97}/pypipr/terminal.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pypipr
3
- Version: 1.0.94
3
+ Version: 1.0.97
4
4
  Summary: The Python Package Index Project
5
5
  Author: ufiapjj
6
6
  Author-email: ufiapjj@gmail.com
@@ -87,6 +87,25 @@ Output:
87
87
  file.py
88
88
  ```
89
89
 
90
+ ## chr_to_int
91
+
92
+ `chr_to_int(s, start=1, numbers='abcdefghijklmnopqrstuvwxyz')`
93
+
94
+ Fungsi ini berguna untuk mengubah urutan huruf menjadi angka.
95
+
96
+ ```python
97
+ print(chr_to_int('z')) # Output: 26
98
+ print(chr_to_int('aa')) # Output: 27
99
+ print(chr_to_int('abc', numbers="abc")) # Output: 10
100
+ ```
101
+
102
+ Output:
103
+ ```py
104
+ 25
105
+ 26
106
+ 17
107
+ ```
108
+
90
109
  ## chunk_array
91
110
 
92
111
  `chunk_array(array, size, start=0)`
@@ -101,7 +120,7 @@ print(list(chunk_array(arr, 5)))
101
120
 
102
121
  Output:
103
122
  ```py
104
- <generator object chunk_array at 0x7a72a00240>
123
+ <generator object chunk_array at 0x7693218140>
105
124
  [[2, 3, 12, 3, 3], [42, 42, 1, 43, 2], [42, 41, 4, 24, 32], [42, 3, 12, 32, 42], [42]]
106
125
  ```
107
126
 
@@ -152,9 +171,9 @@ print(datetime_now("Etc/GMT+7"))
152
171
 
153
172
  Output:
154
173
  ```py
155
- 2024-04-25 20:41:51.650942+07:00
156
- 2024-04-25 13:41:51.652297+00:00
157
- 2024-04-25 06:41:51.655828-07:00
174
+ 2024-04-28 20:09:20.747067+07:00
175
+ 2024-04-28 13:09:20.748416+00:00
176
+ 2024-04-28 06:09:20.751713-07:00
158
177
  ```
159
178
 
160
179
  ## dict_first
@@ -221,7 +240,7 @@ print(filter_empty(var))
221
240
 
222
241
  Output:
223
242
  ```py
224
- <generator object filter_empty at 0x7a72992d40>
243
+ <generator object filter_empty at 0x76931aed40>
225
244
  ```
226
245
 
227
246
  ## get_by_index
@@ -267,8 +286,8 @@ print(list(get_class_method(ExampleGetClassMethod)))
267
286
 
268
287
  Output:
269
288
  ```py
270
- <generator object get_class_method at 0x7a72993010>
271
- [<function ExampleGetClassMethod.a at 0x7a869867a0>, <function ExampleGetClassMethod.b at 0x7a72a096c0>, <function ExampleGetClassMethod.c at 0x7a72a09620>, <function ExampleGetClassMethod.d at 0x7a72a09760>]
289
+ <generator object get_class_method at 0x76931af010>
290
+ [<function ExampleGetClassMethod.a at 0x7693221800>, <function ExampleGetClassMethod.b at 0x76932216c0>, <function ExampleGetClassMethod.c at 0x76932218a0>, <function ExampleGetClassMethod.d at 0x7693221940>]
272
291
  ```
273
292
 
274
293
  ## get_filemtime
@@ -301,6 +320,55 @@ Output:
301
320
  465
302
321
  ```
303
322
 
323
+ ## int_to_chr
324
+
325
+ `int_to_chr(n, start=1, numbers='abcdefghijklmnopqrstuvwxyz')`
326
+
327
+ Fungsi ini berguna untuk membuat urutan dari huruf.
328
+ Seperti a, b, ...., z, aa, bb, ....
329
+
330
+ ```python
331
+ for i in range(30):
332
+ print(f"{i} = {int_to_chr(i)}")
333
+
334
+ print(int_to_chr(7777))
335
+ ```
336
+
337
+ Output:
338
+ ```py
339
+ 0 =
340
+ 1 = a
341
+ 2 = b
342
+ 3 = c
343
+ 4 = d
344
+ 5 = e
345
+ 6 = f
346
+ 7 = g
347
+ 8 = h
348
+ 9 = i
349
+ 10 = j
350
+ 11 = k
351
+ 12 = l
352
+ 13 = m
353
+ 14 = n
354
+ 15 = o
355
+ 16 = p
356
+ 17 = q
357
+ 18 = r
358
+ 19 = s
359
+ 20 = t
360
+ 21 = u
361
+ 22 = v
362
+ 23 = w
363
+ 24 = x
364
+ 25 = y
365
+ 26 = z
366
+ 27 = aa
367
+ 28 = ab
368
+ 29 = ac
369
+ kmc
370
+ ```
371
+
304
372
  ## is_empty
305
373
 
306
374
  `is_empty(variable, empty=[None, False, 0, 0, '0', '', '-0', '\n', '\t', set(), {}, [], ()])`
@@ -393,7 +461,7 @@ Output:
393
461
  'idjango': <module 'pypipr.idjango' from '/data/data/com.termux/files/home/pypipr/pypipr/idjango/__init__.py'>,
394
462
  'iengineering': <module 'pypipr.iengineering' from '/data/data/com.termux/files/home/pypipr/pypipr/iengineering/__init__.py'>,
395
463
  'ifunctions': <module 'pypipr.ifunctions' from '/data/data/com.termux/files/home/pypipr/pypipr/ifunctions/__init__.py'>,
396
- 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x7a7f2cf610>)>,
464
+ 'iflow': <module 'pypipr.iflow' (<_frozen_importlib_external.NamespaceLoader object at 0x769a347750>)>,
397
465
  'asyncio': <module 'asyncio' from '/data/data/com.termux/files/usr/lib/python3.11/asyncio/__init__.py'>,
398
466
  'colorama': <module 'colorama' from '/data/data/com.termux/files/usr/lib/python3.11/site-packages/colorama/__init__.py'>,
399
467
  'csv': <module 'csv' from '/data/data/com.termux/files/usr/lib/python3.11/csv.py'>,
@@ -431,65 +499,67 @@ Output:
431
499
  'PintUregQuantity': <class 'pint.Quantity'>},
432
500
  'variable': {'LINUX': True,
433
501
  'WINDOWS': False,
434
- 'PintUreg': <pint.registry.UnitRegistry object at 0x7a78af4750>},
435
- 'function': {'avg': <function avg at 0x7a869bed40>,
436
- 'basename': <function basename at 0x7a869868e0>,
437
- 'chunk_array': <function chunk_array at 0x7a83471120>,
438
- 'create_folder': <function create_folder at 0x7a83471300>,
439
- 'datetime_from_string': <function datetime_from_string at 0x7a834714e0>,
440
- 'datetime_now': <function datetime_now at 0x7a83519620>,
441
- 'dict_first': <function dict_first at 0x7a83519580>,
442
- 'dirname': <function dirname at 0x7a835194e0>,
443
- 'exit_if_empty': <function exit_if_empty at 0x7a834f34c0>,
444
- 'filter_empty': <function filter_empty at 0x7a835191c0>,
445
- 'get_by_index': <function get_by_index at 0x7a83518ea0>,
446
- 'get_class_method': <function get_class_method at 0x7a83518cc0>,
447
- 'get_filemtime': <function get_filemtime at 0x7a83518b80>,
448
- 'get_filesize': <function get_filesize at 0x7a835189a0>,
449
- 'is_empty': <function is_empty at 0x7a83519260>,
450
- 'is_iterable': <function is_iterable at 0x7a83518fe0>,
451
- 'is_valid_url': <function is_valid_url at 0x7a83518860>,
452
- 'ivars': <function ivars at 0x7a835187c0>,
453
- 'password_generator': <function password_generator at 0x7a83518680>,
454
- 'random_bool': <function random_bool at 0x7a83518400>,
455
- 'restart': <function restart at 0x7a8351b740>,
456
- 'set_timeout': <function set_timeout at 0x7a8351b880>,
457
- 'sets_ordered': <function sets_ordered at 0x7a8351b9c0>,
458
- 'str_cmp': <function str_cmp at 0x7a8351ba60>,
459
- 'to_str': <function to_str at 0x7a83518f40>,
460
- 'choices': <function choices at 0x7a8351bb00>,
461
- 'console_run': <function console_run at 0x7a8351bd80>,
462
- 'input_char': <function input_char at 0x7a8351bec0>,
463
- 'log': <function log at 0x7a8351bc40>,
464
- 'print_colorize': <function print_colorize at 0x7a83540180>,
465
- 'print_dir': <function print_dir at 0x7a835402c0>,
466
- 'print_log': <function print_log at 0x7a8351bf60>,
467
- 'print_to_last_line': <function print_to_last_line at 0x7a8351bce0>,
468
- 'text_colorize': <function text_colorize at 0x7a8351be20>,
469
- 'batch_calculate': <function batch_calculate at 0x7a780d9620>,
470
- 'batchmaker': <function batchmaker at 0x7a780da0c0>,
471
- 'calculate': <function calculate at 0x7a780da340>,
472
- 'auto_reload': <function auto_reload at 0x7a780da5c0>,
473
- 'github_pull': <function github_pull at 0x7a780da520>,
474
- 'github_push': <function github_push at 0x7a780da7a0>,
475
- 'github_user': <function github_user at 0x7a780daac0>,
476
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x7a77e1a0c0>,
477
- 'poetry_publish': <function poetry_publish at 0x7a77e1a200>,
478
- 'poetry_update_version': <function poetry_update_version at 0x7a77e3aa20>,
479
- 'iargv': <function iargv at 0x7a72bd0180>,
480
- 'idumps': <function idumps at 0x7a72bd02c0>,
481
- 'idumps_html': <function idumps_html at 0x7a72c38cc0>,
482
- 'ienv': <function ienv at 0x7a72bd0400>,
483
- 'iexec': <function iexec at 0x7a72c38f40>,
484
- 'ijoin': <function ijoin at 0x7a77e19f80>,
485
- 'iloads': <function iloads at 0x7a72c38fe0>,
486
- 'iloads_html': <function iloads_html at 0x7a72c39260>,
487
- 'iopen': <function iopen at 0x7a77e1a2a0>,
488
- 'iprint': <function iprint at 0x7a72c39120>,
489
- 'irange': <function irange at 0x7a780da480>,
490
- 'ireplace': <function ireplace at 0x7a72c39300>,
491
- 'iscandir': <function iscandir at 0x7a72c3af20>,
492
- 'isplit': <function isplit at 0x7a72c3afc0>}}
502
+ 'PintUreg': <pint.registry.UnitRegistry object at 0x76a14a7d50>},
503
+ 'function': {'avg': <function avg at 0x76a41aed40>,
504
+ 'basename': <function basename at 0x76a417e8e0>,
505
+ 'chr_to_int': <function chr_to_int at 0x76a13e5080>,
506
+ 'chunk_array': <function chunk_array at 0x76a13e5260>,
507
+ 'create_folder': <function create_folder at 0x76a13e5440>,
508
+ 'datetime_from_string': <function datetime_from_string at 0x76a13e5620>,
509
+ 'datetime_now': <function datetime_now at 0x76a148d620>,
510
+ 'dict_first': <function dict_first at 0x76a148d580>,
511
+ 'dirname': <function dirname at 0x76a148d4e0>,
512
+ 'exit_if_empty': <function exit_if_empty at 0x76a148d3a0>,
513
+ 'filter_empty': <function filter_empty at 0x76a148d1c0>,
514
+ 'get_by_index': <function get_by_index at 0x76a148ce00>,
515
+ 'get_class_method': <function get_class_method at 0x76a148ccc0>,
516
+ 'get_filemtime': <function get_filemtime at 0x76a148cb80>,
517
+ 'get_filesize': <function get_filesize at 0x76a148c9a0>,
518
+ 'int_to_chr': <function int_to_chr at 0x76a148c900>,
519
+ 'is_empty': <function is_empty at 0x76a148d260>,
520
+ 'is_iterable': <function is_iterable at 0x76a148cfe0>,
521
+ 'is_valid_url': <function is_valid_url at 0x76a148c7c0>,
522
+ 'ivars': <function ivars at 0x76a148c720>,
523
+ 'password_generator': <function password_generator at 0x76a148c180>,
524
+ 'random_bool': <function random_bool at 0x76a148c4a0>,
525
+ 'restart': <function restart at 0x76a148f920>,
526
+ 'set_timeout': <function set_timeout at 0x76a148fa60>,
527
+ 'sets_ordered': <function sets_ordered at 0x76a148fba0>,
528
+ 'str_cmp': <function str_cmp at 0x76a148fc40>,
529
+ 'to_str': <function to_str at 0x76a148cea0>,
530
+ 'choices': <function choices at 0x76a148fce0>,
531
+ 'console_run': <function console_run at 0x76a148ff60>,
532
+ 'input_char': <function input_char at 0x76a14b00e0>,
533
+ 'log': <function log at 0x76a14b02c0>,
534
+ 'print_colorize': <function print_colorize at 0x76a14b0360>,
535
+ 'print_dir': <function print_dir at 0x76a14b04a0>,
536
+ 'print_log': <function print_log at 0x76a14b0180>,
537
+ 'print_to_last_line': <function print_to_last_line at 0x76a148fec0>,
538
+ 'text_colorize': <function text_colorize at 0x76a14b0040>,
539
+ 'batch_calculate': <function batch_calculate at 0x769a33d800>,
540
+ 'batchmaker': <function batchmaker at 0x76a14b05e0>,
541
+ 'calculate': <function calculate at 0x769a33e520>,
542
+ 'auto_reload': <function auto_reload at 0x769a33e7a0>,
543
+ 'github_pull': <function github_pull at 0x769a33e2a0>,
544
+ 'github_push': <function github_push at 0x769a33e980>,
545
+ 'github_user': <function github_user at 0x769a33eca0>,
546
+ 'pip_freeze_without_version': <function pip_freeze_without_version at 0x769a076200>,
547
+ 'poetry_publish': <function poetry_publish at 0x769a0763e0>,
548
+ 'poetry_update_version': <function poetry_update_version at 0x769a09ac00>,
549
+ 'iargv': <function iargv at 0x76933e8360>,
550
+ 'idumps': <function idumps at 0x76933e84a0>,
551
+ 'idumps_html': <function idumps_html at 0x7693450ea0>,
552
+ 'ienv': <function ienv at 0x76933e85e0>,
553
+ 'iexec': <function iexec at 0x7693451120>,
554
+ 'ijoin': <function ijoin at 0x769a076160>,
555
+ 'iloads': <function iloads at 0x76934511c0>,
556
+ 'iloads_html': <function iloads_html at 0x7693451440>,
557
+ 'iopen': <function iopen at 0x769a076480>,
558
+ 'iprint': <function iprint at 0x7693451300>,
559
+ 'irange': <function irange at 0x769a33e660>,
560
+ 'ireplace': <function ireplace at 0x76934514e0>,
561
+ 'iscandir': <function iscandir at 0x7693453100>,
562
+ 'isplit': <function isplit at 0x76934531a0>}}
493
563
  ```
494
564
 
495
565
  ## password_generator
@@ -504,7 +574,7 @@ print(password_generator())
504
574
 
505
575
  Output:
506
576
  ```py
507
- n.,UG}_N
577
+ (\Rowj%0
508
578
  ```
509
579
 
510
580
  ## random_bool
@@ -527,7 +597,7 @@ False
527
597
 
528
598
  ## restart
529
599
 
530
- `restart()`
600
+ `restart(*argv)`
531
601
 
532
602
  ## set_timeout
533
603
 
@@ -548,7 +618,7 @@ x.cancel()
548
618
 
549
619
  Output:
550
620
  ```py
551
- <Timer(Thread-2, started 525885381872)>
621
+ <Timer(Thread-2, started 509250788592)>
552
622
  menghentikan timeout 7
553
623
  ```
554
624
 
@@ -566,7 +636,7 @@ print(list(sets_ordered(array)))
566
636
 
567
637
  Output:
568
638
  ```py
569
- <generator object sets_ordered at 0x7a72a141e0>
639
+ <generator object sets_ordered at 0x76932282b0>
570
640
  [2, 3, 12, 42, 1, 43, 41, 4, 24, 32]
571
641
  ```
572
642
 
@@ -687,7 +757,7 @@ some_function_more()
687
757
 
688
758
  ## print_colorize
689
759
 
690
- `print_colorize(text, color='\x1b[32m', bright='\x1b[1m', color_end='\x1b[0m', text_start='', text_end='\n')`
760
+ `print_colorize(text, color='\x1b[32m', bright='\x1b[1m', color_end='\x1b[0m', text_start='', text_end='\n', delay=0.05)`
691
761
 
692
762
  Print text dengan warna untuk menunjukan text penting
693
763
 
@@ -720,7 +790,7 @@ Output:
720
790
  __enter__ : https:/www.google.com
721
791
  __fspath__ : https:/www.google.com
722
792
  __getstate__ : (None, {'_drv': '', '_root': '', '_parts': ['https:', 'www.google.com'], '_str': 'https:/www.google.com'})
723
- __hash__ : 355454826737572805
793
+ __hash__ : -3350061026485791588
724
794
  __init__ : None
725
795
  __init_subclass__ : None
726
796
  __module__ : pathlib
@@ -733,8 +803,8 @@ Output:
733
803
  _cached_cparts : ['https:', 'www.google.com']
734
804
  _cparts : ['https:', 'www.google.com']
735
805
  _drv :
736
- _flavour : <pathlib._PosixFlavour object at 0x7a834ec650>
737
- _hash : 355454826737572805
806
+ _flavour : <pathlib._PosixFlavour object at 0x76a145cc50>
807
+ _hash : -3350061026485791588
738
808
  _parts : ['https:', 'www.google.com']
739
809
  _root :
740
810
  _str : https:/www.google.com
@@ -756,7 +826,7 @@ Output:
756
826
  is_reserved : False
757
827
  is_socket : False
758
828
  is_symlink : False
759
- iterdir : <generator object Path.iterdir at 0x7a729f0900>
829
+ iterdir : <generator object Path.iterdir at 0x7693204740>
760
830
  joinpath : https:/www.google.com
761
831
  name : www.google.com
762
832
  parent : https:
@@ -823,7 +893,7 @@ print(list(batch_calculate("{1 10} m ** {1 3}")))
823
893
 
824
894
  Output:
825
895
  ```py
826
- <generator object batch_calculate at 0x7a72993970>
896
+ <generator object batch_calculate at 0x76931afb50>
827
897
  [('1 m ** 1', <Quantity(1, 'meter')>), ('1 m ** 2', <Quantity(1, 'meter ** 2')>), ('1 m ** 3', <Quantity(1, 'meter ** 3')>), ('2 m ** 1', <Quantity(2, 'meter')>), ('2 m ** 2', <Quantity(2, 'meter ** 2')>), ('2 m ** 3', <Quantity(2, 'meter ** 3')>), ('3 m ** 1', <Quantity(3, 'meter')>), ('3 m ** 2', <Quantity(3, 'meter ** 2')>), ('3 m ** 3', <Quantity(3, 'meter ** 3')>), ('4 m ** 1', <Quantity(4, 'meter')>), ('4 m ** 2', <Quantity(4, 'meter ** 2')>), ('4 m ** 3', <Quantity(4, 'meter ** 3')>), ('5 m ** 1', <Quantity(5, 'meter')>), ('5 m ** 2', <Quantity(5, 'meter ** 2')>), ('5 m ** 3', <Quantity(5, 'meter ** 3')>), ('6 m ** 1', <Quantity(6, 'meter')>), ('6 m ** 2', <Quantity(6, 'meter ** 2')>), ('6 m ** 3', <Quantity(6, 'meter ** 3')>), ('7 m ** 1', <Quantity(7, 'meter')>), ('7 m ** 2', <Quantity(7, 'meter ** 2')>), ('7 m ** 3', <Quantity(7, 'meter ** 3')>), ('8 m ** 1', <Quantity(8, 'meter')>), ('8 m ** 2', <Quantity(8, 'meter ** 2')>), ('8 m ** 3', <Quantity(8, 'meter ** 3')>), ('9 m ** 1', <Quantity(9, 'meter')>), ('9 m ** 2', <Quantity(9, 'meter ** 2')>), ('9 m ** 3', <Quantity(9, 'meter ** 3')>), ('10 m ** 1', <Quantity(10, 'meter')>), ('10 m ** 2', <Quantity(10, 'meter ** 2')>), ('10 m ** 3', <Quantity(10, 'meter ** 3')>)]
828
898
  ```
829
899
 
@@ -848,7 +918,7 @@ print(list(batchmaker(s)))
848
918
 
849
919
  Output:
850
920
  ```py
851
- <generator object batchmaker at 0x7a72a04160>
921
+ <generator object batchmaker at 0x76932143a0>
852
922
  ['Urutan 1 dan 10 dan j dan Z saja.', 'Urutan 1 dan 10 dan j dan K saja.', 'Urutan 1 dan 10 dan k dan Z saja.', 'Urutan 1 dan 10 dan k dan K saja.', 'Urutan 1 dan 9 dan j dan Z saja.', 'Urutan 1 dan 9 dan j dan K saja.', 'Urutan 1 dan 9 dan k dan Z saja.', 'Urutan 1 dan 9 dan k dan K saja.', 'Urutan 4 dan 10 dan j dan Z saja.', 'Urutan 4 dan 10 dan j dan K saja.', 'Urutan 4 dan 10 dan k dan Z saja.', 'Urutan 4 dan 10 dan k dan K saja.', 'Urutan 4 dan 9 dan j dan Z saja.', 'Urutan 4 dan 9 dan j dan K saja.', 'Urutan 4 dan 9 dan k dan Z saja.', 'Urutan 4 dan 9 dan k dan K saja.']
853
923
  ```
854
924
 
@@ -1212,7 +1282,7 @@ print(ijoin(10, ' '))
1212
1282
 
1213
1283
  Output:
1214
1284
  ```py
1215
- weq, asd, dfs, qweqw
1285
+ weq, asd, qweqw, dfs
1216
1286
  ,ini,path,seperti,url,
1217
1287
  ini,path,seperti,url
1218
1288
  <li>satu</li>
@@ -1277,115 +1347,62 @@ pprint.pprint(iloads_html(iopen("https://harga-emas.org/1-gram/")), depth=10)
1277
1347
  Output:
1278
1348
  ```py
1279
1349
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1280
- [['Harga Emas Hari Ini - Kamis, 25 April 2024'],
1281
- ['Spot Emas USD2.316,87 (-8,41) / oz',
1282
- 'Kurs IDR↓16.161,00 (-83,00) / USD',
1283
- 'Emas IDR1.203.818 (-10.575) / gr'],
1284
- ['LM Antam (Jual)1.319.000 (-1.000) / gr',
1285
- 'LM Antam (Beli)↓1.217.000 (-1.000) / gr']],
1350
+ [['Harga Emas Hari Ini - Minggu, 28 April 2024'],
1351
+ ['Spot Emas USD2.337,94 (+3,37) / oz',
1352
+ 'Kurs IDR16.208,00 / USD',
1353
+ 'Emas IDR1.218.299 (+1.756) / gr'],
1354
+ ['LM Antam (Jual)1.326.000 / gr', 'LM Antam (Beli)1.222.000 / gr']],
1286
1355
  [['Harga Emas Hari Ini'],
1287
1356
  ['Gram', 'Gedung Antam Jakarta', 'Pegadaian'],
1288
1357
  ['per Gram (Rp)', 'per Batangan (Rp)', 'per Gram (Rp)', 'per Batangan (Rp)'],
1289
1358
  ['1000',
1290
- '1.260 (-1)',
1291
- '1.259.600 (-1.000)',
1359
+ '1.267',
1360
+ '1.266.600',
1292
1361
  '1.043.040 (+8.200)',
1293
1362
  '1.043.040.000 (+8.200.000)'],
1294
1363
  ['500',
1295
- '2.519 (-2)',
1296
- '1.259.640 (-1.000)',
1364
+ '2.533',
1365
+ '1.266.640',
1297
1366
  '1.043.082 (+8.200)',
1298
1367
  '521.541.000 (+4.100.000)'],
1299
1368
  ['250',
1300
- '5.040 (-4)',
1301
- '1.260.060 (-1.000)',
1369
+ '5.068',
1370
+ '1.267.060',
1302
1371
  '1.043.512 (+8.200)',
1303
1372
  '260.878.000 (+2.050.000)'],
1304
1373
  ['100',
1305
- '12.611 (-10)',
1306
- '1.261.120 (-1.000)',
1374
+ '12.681',
1375
+ '1.268.120',
1307
1376
  '1.044.600 (+8.200)',
1308
1377
  '104.460.000 (+820.000)'],
1309
- ['50',
1310
- '25.238 (-20)',
1311
- '1.261.900 (-1.000)',
1312
- '1.045.400 (+8.200)',
1313
- '52.270.000 (+410.000)'],
1314
- ['25',
1315
- '50.539 (-40)',
1316
- '1.263.480 (-1.000)',
1317
- '1.047.040 (+8.200)',
1318
- '26.176.000 (+205.000)'],
1319
- ['10',
1320
- '126.850 (-100)',
1321
- '1.268.500 (-1.000)',
1322
- '1.052.200 (+8.200)',
1323
- '10.522.000 (+82.000)'],
1324
- ['5',
1325
- '254.800 (-200)',
1326
- '1.274.000 (-1.000)',
1327
- '1.057.800 (+8.200)',
1328
- '5.289.000 (+41.000)'],
1329
- ['3',
1330
- '426.889 (-333)',
1331
- '1.280.667 (-1.000)',
1332
- '1.064.667 (+8.000)',
1333
- '3.194.000 (+24.000)'],
1334
- ['2',
1335
- '644.500 (-500)',
1336
- '1.289.000 (-1.000)',
1337
- '1.073.500 (+8.500)',
1338
- '2.147.000 (+17.000)'],
1339
- ['1',
1340
- '1.319.000 (-1.000)',
1341
- '1.319.000 (-1.000)',
1342
- '1.104.000 (+8.000)',
1343
- '1.104.000 (+8.000)'],
1344
- ['0.5',
1345
- '2.838.000 (-2.000)',
1346
- '1.419.000 (-1.000)',
1347
- '1.208.000 (+8.000)',
1348
- '604.000 (+4.000)'],
1349
- ['Update harga LM Antam :25 April 2024, pukul 08:05Harga pembelian kembali '
1350
- ':Rp. 1.217.000/gram (-1.000)',
1378
+ ['50', '25.378', '1.268.900', '1.045.400 (+8.200)', '52.270.000 (+410.000)'],
1379
+ ['25', '50.819', '1.270.480', '1.047.040 (+8.200)', '26.176.000 (+205.000)'],
1380
+ ['10', '127.550', '1.275.500', '1.052.200 (+8.200)', '10.522.000 (+82.000)'],
1381
+ ['5', '256.200', '1.281.000', '1.057.800 (+8.200)', '5.289.000 (+41.000)'],
1382
+ ['3', '429.222', '1.287.667', '1.064.667 (+8.000)', '3.194.000 (+24.000)'],
1383
+ ['2', '648.000', '1.296.000', '1.073.500 (+8.500)', '2.147.000 (+17.000)'],
1384
+ ['1', '1.326.000', '1.326.000', '1.104.000 (+8.000)', '1.104.000 (+8.000)'],
1385
+ ['0.5', '2.852.000', '1.426.000', '1.208.000 (+8.000)', '604.000 (+4.000)'],
1386
+ ['Update harga LM Antam :28 April 2024, pukul 08:07Harga pembelian kembali '
1387
+ ':Rp. 1.222.000/gram',
1351
1388
  'Update harga LM Pegadaian :31 Agustus 2023']],
1352
- [['Spot Harga Emas Hari Ini (Market Open)'],
1389
+ [['Spot Harga Emas Hari Ini (Market Close)'],
1353
1390
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1354
- ['Ounce\xa0(oz)', '2.316,87 (-8,41)', '16.161,00 (-83,00)', '37.442.936'],
1355
- ['Gram\xa0(gr)', '74,49', '16.161,00', '1.203.818 (-10.575)'],
1356
- ['Kilogram\xa0(kg)', '74.489,10', '16.161,00', '1.203.818.350'],
1357
- ['Update harga emas :25 April 2024, pukul 20:41Update kurs :25 April 2024, '
1391
+ ['Ounce\xa0(oz)', '2.337,94 (+3,37)', '16.208,00', '37.893.332'],
1392
+ ['Gram\xa0(gr)', '75,17', '16.208,00', '1.218.299 (+1.756)'],
1393
+ ['Kilogram\xa0(kg)', '75.166,52', '16.208,00', '1.218.298.900'],
1394
+ ['Update harga emas :28 April 2024, pukul 20:09Update kurs :28 April 2024, '
1358
1395
  'pukul 13:10']],
1359
1396
  [['Gram', 'UBS Gold 99.99%'],
1360
1397
  ['Jual', 'Beli'],
1361
1398
  ['/ Batang', '/ Gram', '/ Batang', '/ Gram'],
1362
- ['100',
1363
- '126.000.000',
1364
- '1.260.000',
1365
- '124.385.000 (+400.000)',
1366
- '1.243.850 (+4.000)'],
1367
- ['50',
1368
- '63.100.000',
1369
- '1.262.000',
1370
- '62.245.000 (+200.000)',
1371
- '1.244.900 (+4.000)'],
1372
- ['25',
1373
- '31.600.000',
1374
- '1.264.000',
1375
- '31.225.000 (+100.000)',
1376
- '1.249.000 (+4.000)'],
1377
- ['10',
1378
- '12.680.000',
1379
- '1.268.000',
1380
- '12.540.000 (+40.000)',
1381
- '1.254.000 (+4.000)'],
1382
- ['5', '6.365.000', '1.273.000', '6.322.000 (+20.000)', '1.264.400 (+4.000)'],
1383
- ['1',
1384
- '1.315.000 (-5.000)',
1385
- '1.315.000 (-5.000)',
1386
- '1.297.000 (+4.000)',
1387
- '1.297.000 (+4.000)'],
1388
- ['', 'Update :25 April 2024, pukul 14:44']],
1399
+ ['100', '126.812.000', '1.268.120', '124.985.000', '1.249.850'],
1400
+ ['50', '63.445.000', '1.268.900', '62.545.000', '1.250.900'],
1401
+ ['25', '31.762.000', '1.270.480', '31.375.000', '1.255.000'],
1402
+ ['10', '12.755.000', '1.275.500', '12.600.000', '1.260.000'],
1403
+ ['5', '6.405.000', '1.281.000', '6.352.000', '1.270.400'],
1404
+ ['1', '1.326.000', '1.326.000', '1.303.000', '1.303.000'],
1405
+ ['', 'Update :26 April 2024, pukul 13:52']],
1389
1406
  [['Konversi Satuan'],
1390
1407
  ['Satuan', 'Ounce (oz)', 'Gram (gr)', 'Kilogram (kg)'],
1391
1408
  ['Ounce\xa0(oz)', '1', '31,1034767696', '0,0311034768'],
@@ -1395,38 +1412,37 @@ Output:
1395
1412
  ['Waktu', 'Emas'],
1396
1413
  ['Unit', 'USD', 'IDR'],
1397
1414
  ['Angka', '+/-', 'Angka', '+/-'],
1398
- ['Hari Ini', 'Kurs', '', '', '16.244', '-83-0,51%'],
1399
- ['oz', '2.325,28', '-8,41-0,36%', '37.771.848', '-328.912-0,87%'],
1400
- ['gr', '74,76', '-0,27-0,36%', '1.214.393', '-10.575-0,87%'],
1401
- ['30 Hari', 'Kurs', '', '', '15.795', '+366+2,32%'],
1402
- ['oz', '2.177,78', '+139,09+6,39%', '34.398.035', '+3.044.901+8,85%'],
1403
- ['gr', '70,02', '+4,47+6,39%', '1.105.923', '+97.896+8,85%'],
1404
- ['2 Bulan', 'Kurs', '', '', '15.630', '+531+3,40%'],
1405
- ['oz', '2.035,57', '+281,30+13,82%', '31.815.959', '+5.626.977+17,69%'],
1406
- ['gr', '65,45', '+9,04+13,82', '1.022.907', '+180.912+17,69%'],
1407
- ['6 Bulan', 'Kurs', '', '', '15.933', '+228+1,43%'],
1408
- ['oz', '2.006,33', '+310,54+15,48%', '31.966.856', '+5.476.080+17,13%'],
1409
- ['gr', '64,51', '+9,98+15,48%', '1.027.758', '+176.060+17,13%'],
1410
- ['1 Tahun', 'Kurs', '', '', '15.731', '+430+2,73%'],
1411
- ['oz', '1.823,86', '+493,01+27,03%', '28.691.142', '+8.751.794+30,50%'],
1412
- ['gr', '58,64', '+15,85+27,03%', '922.442', '+281.377+30,50%'],
1413
- ['2 Tahun', 'Kurs', '', '', '14.452', '+1.709+11,83%'],
1414
- ['oz', '1.901,97', '+414,90+21,81%', '27.487.270', '+9.955.666+36,22%'],
1415
- ['gr', '61,15', '+13,34+21,81%', '883.736', '+320.082+36,22%'],
1416
- ['3 Tahun', 'Kurs', '', '', '14.548', '+1.613+11,09%'],
1417
- ['oz', '1.779,86', '+537,01+30,17%', '25.893.403', '+11.549.533+44,60%'],
1418
- ['gr', '57,22', '+17,27+30,17%', '832.492', '+371.326+44,60%'],
1419
- ['5 Tahun', 'Kurs', '', '', '14.188', '+1.973+13,91%'],
1420
- ['oz', '1.286,10', '+1.030,77+80,15%', '18.247.187', '+19.195.749+105,20%'],
1421
- ['gr', '41,35', '+33,14+80,15%', '586.661', '+617.158+105,20%']])
1422
- Timeout 3
1415
+ ['Hari Ini', 'Kurs', '', '', '16.208', '%'],
1416
+ ['oz', '2.334,57', '+3,37+0,14%', '37.838.711', '+54.621+0,14%'],
1417
+ ['gr', '75,06', '+0,11+0,14%', '1.216.543', '+1.756+0,14%'],
1418
+ ['30 Hari', 'Kurs', '', '', '15.853', '+355+2,24%'],
1419
+ ['oz', '2.232,75', '+105,19+4,71%', '35.395.786', '+2.497.546+7,06%'],
1420
+ ['gr', '71,78', '+3,38+4,71%', '1.138.001', '+80.298+7,06%'],
1421
+ ['2 Bulan', 'Kurs', '', '', '15.655', '+553+3,53%'],
1422
+ ['oz', '2.033,12', '+304,82+14,99%', '31.828.494', '+6.064.838+19,05%'],
1423
+ ['gr', '65,37', '+9,80+14,99', '1.023.310', '+194.989+19,05%'],
1424
+ ['6 Bulan', 'Kurs', '', '', '15.916', '+292+1,83%'],
1425
+ ['oz', '1.991,61', '+346,33+17,39%', '31.698.465', '+6.194.867+19,54%'],
1426
+ ['gr', '64,03', '+11,13+17,39%', '1.019.129', '+199.170+19,54%'],
1427
+ ['1 Tahun', 'Kurs', '', '', '15.731', '+477+3,03%'],
1428
+ ['oz', '1.823,86', '+514,08+28,19%', '28.691.142', '+9.202.190+32,07%'],
1429
+ ['gr', '58,64', '+16,53+28,19%', '922.442', '+295.857+32,07%'],
1430
+ ['2 Tahun', 'Kurs', '', '', '14.418', '+1.790+12,42%'],
1431
+ ['oz', '1.908,16', '+429,78+22,52%', '27.511.851', '+10.381.481+37,73%'],
1432
+ ['gr', '61,35', '+13,82+22,52%', '884.527', '+333.772+37,73%'],
1433
+ ['3 Tahun', 'Kurs', '', '', '14.510', '+1.698+11,70%'],
1434
+ ['oz', '1.768,76', '+569,18+32,18%', '25.664.708', '+12.228.624+47,65%'],
1435
+ ['gr', '56,87', '+18,30+32,18%', '825.140', '+393.159+47,65%'],
1436
+ ['5 Tahun', 'Kurs', '', '', '14.215', '+1.993+14,02%'],
1437
+ ['oz', '1.283,64', '+1.054,30+82,13%', '18.246.943', '+19.646.389+107,67%'],
1438
+ ['gr', '41,27', '+33,90+82,13%', '586.653', '+631.646+107,67%']])
1423
1439
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1424
1440
  [[''],
1425
1441
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1426
- ['USD', '74,49↓', '-0,27-0,36%'],
1427
- ['KURS', '16.227,80↓', '-4,55-0,03%'],
1428
- ['IDR', '1.208.794,22↓', '-4.727,96-0,39%'],
1429
- ['Kamis, 25 April 2024 20:41']],
1442
+ ['USD', '75,17↓', '%'],
1443
+ ['KURS', '16.241,30↓', '%'],
1444
+ ['IDR', '1.220.801,94↓', '%'],
1445
+ ['Minggu, 28 April 2024 20:09']],
1430
1446
  [[''],
1431
1447
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1432
1448
  'Hari Ini',
@@ -1437,19 +1453,19 @@ Timeout 3
1437
1453
  '']],
1438
1454
  [['Pergerakkan Harga Emas 1 Gram'],
1439
1455
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1440
- ['USD', '74,76', '74,49 - 74,76', '74,63'],
1441
- ['KURS', '16.232,35', '16.227,80 - 16.232,35', '16.230,08'],
1442
- ['IDR', '1.213.522,18', '1.208.794,22 - 1.213.522,18', '1.211.158,20'],
1456
+ ['USD', '75,17', '75,17 - 75,17', '75,17'],
1457
+ ['KURS', '16.241,30', '16.241,30 - 16.241,30', '16.241,30'],
1458
+ ['IDR', '1.220.801,94', '1.220.801,94 - 1.220.801,94', '1.220.801,94'],
1443
1459
  [''],
1444
1460
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1445
- ['USD', '66,32', '64,07 - 77,14', '+8,17 (12,32%)'],
1446
- ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+837,70 (5,44%)'],
1447
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+188.064,69 (18,42%)'],
1461
+ ['USD', '66,32', '64,07 - 77,14', '+8,85 (13,34%)'],
1462
+ ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+851,20 (5,53%)'],
1463
+ ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+200.072,41 (19,60%)'],
1448
1464
  [''],
1449
1465
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1450
- ['USD', '63,84', '58,43 - 77,14', '+10,65 (16,68%)'],
1451
- ['KURS', '14.930,10', '14.669,40 - 16.307,80', '+1.297,70 (8,69%)'],
1452
- ['IDR', '953.091,52', '912.925,68 - 1.256.829,06', '+255.702,70 (26,83%)']])
1466
+ ['USD', '63,78', '58,43 - 77,14', '+11,39 (17,86%)'],
1467
+ ['KURS', '14.708,55', '14.669,40 - 16.307,80', '+1.532,75 (10,42%)'],
1468
+ ['IDR', '938.054,69', '912.925,68 - 1.256.829,06', '+282.747,25 (30,14%)']])
1453
1469
  ```
1454
1470
 
1455
1471
  ## iopen
@@ -1491,7 +1507,7 @@ Output:
1491
1507
  ```py
1492
1508
  8
1493
1509
  ['mana', 'aja']
1494
- [<Element a at 0x7a729faee0>, <Element a at 0x7a72a42580>, <Element a at 0x7a72a42620>, <Element a at 0x7a72a42670>, <Element a at 0x7a72a426c0>, <Element a at 0x7a72a42710>, <Element a at 0x7a72a42760>, <Element a at 0x7a72a427b0>, <Element a at 0x7a72a42800>, <Element a at 0x7a72a42850>, <Element a at 0x7a72a428a0>, <Element a at 0x7a72a428f0>, <Element a at 0x7a72a42940>, <Element a at 0x7a72a42990>, <Element a at 0x7a72a429e0>, <Element a at 0x7a72a42a30>, <Element a at 0x7a72a42a80>, <Element a at 0x7a72a42ad0>]
1510
+ [<Element a at 0x76a41be3a0>, <Element a at 0x7693256a80>, <Element a at 0x7693256b20>, <Element a at 0x7693256b70>, <Element a at 0x7693256bc0>, <Element a at 0x7693256c10>, <Element a at 0x7693256c60>, <Element a at 0x7693256cb0>, <Element a at 0x7693256d00>, <Element a at 0x7693256d50>, <Element a at 0x7693256da0>, <Element a at 0x7693256df0>, <Element a at 0x7693256e40>, <Element a at 0x7693256e90>, <Element a at 0x7693256ee0>, <Element a at 0x7693256f30>, <Element a at 0x7693256f80>, <Element a at 0x7693256fd0>]
1495
1511
  False
1496
1512
  ```
1497
1513
 
@@ -1532,8 +1548,8 @@ print(list(irange(10, 5)))
1532
1548
 
1533
1549
  Output:
1534
1550
  ```py
1535
- <generator object irange at 0x7a729ca9b0>
1536
- <generator object irange at 0x7a729ca9b0>
1551
+ <generator object irange at 0x76931e2bd0>
1552
+ <generator object irange at 0x76931e2bd0>
1537
1553
  ['a', 'k', 'u']
1538
1554
  [1, 2, 3, 4, 5, 6, 7]
1539
1555
  [10, 9, 8, 7, 6, 5]
@@ -1576,7 +1592,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1576
1592
 
1577
1593
  Output:
1578
1594
  ```py
1579
- <generator object iscandir at 0x7a72a00840>
1595
+ <generator object iscandir at 0x7693218740>
1580
1596
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1581
1597
  ```
1582
1598
 
@@ -1633,7 +1649,7 @@ print(ExampleComparePerformance().compare_performance())
1633
1649
 
1634
1650
  Output:
1635
1651
  ```py
1636
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x7a72a14520>,
1652
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x76932285f0>,
1637
1653
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1638
1654
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1639
1655
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}