pypipr 1.0.95__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.95 → pypipr-1.0.97}/PKG-INFO +226 -156
  2. {pypipr-1.0.95 → 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.95 → pypipr-1.0.97}/pypipr/iconsole/print_colorize.py +1 -1
  6. {pypipr-1.0.95 → pypipr-1.0.97}/pyproject.toml +1 -1
  7. {pypipr-1.0.95 → pypipr-1.0.97}/readme.md +225 -155
  8. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/ComparePerformance.py +0 -0
  9. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/LINUX.py +0 -0
  10. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/RunParallel.py +0 -0
  11. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/WINDOWS.py +0 -0
  12. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/__init__.py +0 -0
  13. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/avg.py +0 -0
  14. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/basename.py +0 -0
  15. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/chunk_array.py +0 -0
  16. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/create_folder.py +0 -0
  17. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/datetime_from_string.py +0 -0
  18. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/datetime_now.py +0 -0
  19. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/dict_first.py +0 -0
  20. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/dirname.py +0 -0
  21. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/exit_if_empty.py +0 -0
  22. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/filter_empty.py +0 -0
  23. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/get_by_index.py +0 -0
  24. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/get_class_method.py +0 -0
  25. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/get_filemtime.py +0 -0
  26. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/get_filesize.py +0 -0
  27. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/is_empty.py +0 -0
  28. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/is_iterable.py +0 -0
  29. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/is_valid_url.py +0 -0
  30. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/ivars.py +0 -0
  31. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/password_generator.py +0 -0
  32. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/random_bool.py +0 -0
  33. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/restart.py +0 -0
  34. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/set_timeout.py +0 -0
  35. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/sets_ordered.py +0 -0
  36. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/str_cmp.py +0 -0
  37. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ibuiltins/to_str.py +0 -0
  38. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iconsole/__init__.py +0 -0
  39. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iconsole/choices.py +0 -0
  40. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iconsole/console_run.py +0 -0
  41. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iconsole/input_char.py +0 -0
  42. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iconsole/log.py +0 -0
  43. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iconsole/print_dir.py +0 -0
  44. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iconsole/print_log.py +0 -0
  45. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iconsole/print_to_last_line.py +0 -0
  46. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iconsole/text_colorize.py +0 -0
  47. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/idjango/APIMixinView.py +0 -0
  48. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/idjango/__init__.py +0 -0
  49. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iengineering/PintUreg.py +0 -0
  50. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iengineering/PintUregQuantity.py +0 -0
  51. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iengineering/__init__.py +0 -0
  52. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iengineering/batch_calculate.py +0 -0
  53. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iengineering/batchmaker.py +0 -0
  54. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iengineering/calculate.py +0 -0
  55. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iflow/auto_reload.py +0 -0
  56. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iflow/github_pull.py +0 -0
  57. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iflow/github_push.py +0 -0
  58. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iflow/github_user.py +0 -0
  59. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iflow/pip_freeze_without_version.py +0 -0
  60. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iflow/poetry_publish.py +0 -0
  61. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/iflow/poetry_update_version.py +0 -0
  62. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/__init__.py +0 -0
  63. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/iargv.py +0 -0
  64. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/idumps.py +0 -0
  65. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/idumps_html.py +0 -0
  66. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/ienv.py +0 -0
  67. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/iexec.py +0 -0
  68. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/ijoin.py +0 -0
  69. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/iloads.py +0 -0
  70. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/iloads_html.py +0 -0
  71. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/iopen.py +0 -0
  72. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/iprint.py +0 -0
  73. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/irange.py +0 -0
  74. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/ireplace.py +0 -0
  75. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/iscandir.py +0 -0
  76. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/ifunctions/isplit.py +0 -0
  77. {pypipr-1.0.95 → pypipr-1.0.97}/pypipr/pypipr.py.bak +0 -0
  78. {pypipr-1.0.95 → 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.95
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 0x77a49fc140>
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-26 10:26:24.118074+07:00
156
- 2024-04-26 03:26:24.119516+00:00
157
- 2024-04-25 20:26:24.123401-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 0x77a498ed40>
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 0x77a498f010>
271
- [<function ExampleGetClassMethod.a at 0x77bcb867a0>, <function ExampleGetClassMethod.b at 0x77a4a056c0>, <function ExampleGetClassMethod.c at 0x77a4a05620>, <function ExampleGetClassMethod.d at 0x77a4a05760>]
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 0x77ac573f10>)>,
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 0x77acf0d750>},
435
- 'function': {'avg': <function avg at 0x77bcbbed40>,
436
- 'basename': <function basename at 0x77bcb868e0>,
437
- 'chunk_array': <function chunk_array at 0x77b5b35120>,
438
- 'create_folder': <function create_folder at 0x77b5b35300>,
439
- 'datetime_from_string': <function datetime_from_string at 0x77b5b354e0>,
440
- 'datetime_now': <function datetime_now at 0x77b5bdd620>,
441
- 'dict_first': <function dict_first at 0x77b5bdd580>,
442
- 'dirname': <function dirname at 0x77b5bdd4e0>,
443
- 'exit_if_empty': <function exit_if_empty at 0x77b5bb74c0>,
444
- 'filter_empty': <function filter_empty at 0x77b5bdd1c0>,
445
- 'get_by_index': <function get_by_index at 0x77b5bdcea0>,
446
- 'get_class_method': <function get_class_method at 0x77b5bdccc0>,
447
- 'get_filemtime': <function get_filemtime at 0x77b5bdcb80>,
448
- 'get_filesize': <function get_filesize at 0x77b5bdc9a0>,
449
- 'is_empty': <function is_empty at 0x77b5bdd260>,
450
- 'is_iterable': <function is_iterable at 0x77b5bdcfe0>,
451
- 'is_valid_url': <function is_valid_url at 0x77b5bdc860>,
452
- 'ivars': <function ivars at 0x77b5bdc7c0>,
453
- 'password_generator': <function password_generator at 0x77b5bdc680>,
454
- 'random_bool': <function random_bool at 0x77b5bdc400>,
455
- 'restart': <function restart at 0x77b5bdf740>,
456
- 'set_timeout': <function set_timeout at 0x77b5bdf880>,
457
- 'sets_ordered': <function sets_ordered at 0x77b5bdf9c0>,
458
- 'str_cmp': <function str_cmp at 0x77b5bdfa60>,
459
- 'to_str': <function to_str at 0x77b5bdcf40>,
460
- 'choices': <function choices at 0x77b5bdfb00>,
461
- 'console_run': <function console_run at 0x77b5bdfd80>,
462
- 'input_char': <function input_char at 0x77b5bdfec0>,
463
- 'log': <function log at 0x77b5bdfc40>,
464
- 'print_colorize': <function print_colorize at 0x77b5c04180>,
465
- 'print_dir': <function print_dir at 0x77b5c042c0>,
466
- 'print_log': <function print_log at 0x77b5bdff60>,
467
- 'print_to_last_line': <function print_to_last_line at 0x77b5bdfce0>,
468
- 'text_colorize': <function text_colorize at 0x77b5bdfe20>,
469
- 'batch_calculate': <function batch_calculate at 0x77ac579620>,
470
- 'batchmaker': <function batchmaker at 0x77ac57a0c0>,
471
- 'calculate': <function calculate at 0x77ac57a340>,
472
- 'auto_reload': <function auto_reload at 0x77ac57a5c0>,
473
- 'github_pull': <function github_pull at 0x77ac57a520>,
474
- 'github_push': <function github_push at 0x77ac57a7a0>,
475
- 'github_user': <function github_user at 0x77ac57aac0>,
476
- 'pip_freeze_without_version': <function pip_freeze_without_version at 0x77ac2b2020>,
477
- 'poetry_publish': <function poetry_publish at 0x77ac2b2200>,
478
- 'poetry_update_version': <function poetry_update_version at 0x77ac2d2a20>,
479
- 'iargv': <function iargv at 0x77a4bd4180>,
480
- 'idumps': <function idumps at 0x77a4bd42c0>,
481
- 'idumps_html': <function idumps_html at 0x77a4c3ccc0>,
482
- 'ienv': <function ienv at 0x77a4bd4400>,
483
- 'iexec': <function iexec at 0x77a4c3cf40>,
484
- 'ijoin': <function ijoin at 0x77ac2b1f80>,
485
- 'iloads': <function iloads at 0x77a4c3cfe0>,
486
- 'iloads_html': <function iloads_html at 0x77a4c3d260>,
487
- 'iopen': <function iopen at 0x77ac2b22a0>,
488
- 'iprint': <function iprint at 0x77a4c3d120>,
489
- 'irange': <function irange at 0x77ac57a480>,
490
- 'ireplace': <function ireplace at 0x77a4c3d300>,
491
- 'iscandir': <function iscandir at 0x77a4c3ef20>,
492
- 'isplit': <function isplit at 0x77a4c3efc0>}}
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
- !p2ZPb}t
577
+ (\Rowj%0
508
578
  ```
509
579
 
510
580
  ## random_bool
@@ -548,7 +618,7 @@ x.cancel()
548
618
 
549
619
  Output:
550
620
  ```py
551
- <Timer(Thread-2, started 513839344880)>
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 0x77a4a14110>
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', delay=0)`
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__ : -5867477642485113406
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 0x77b5bb03d0>
737
- _hash : -5867477642485113406
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 0x77a49ec900>
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 0x77a498f970>
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 0x77a4a00160>
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,62 +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 - Jumat, 26 April 2024'],
1281
- ['Spot Emas USD↑2.332,95 (+3,54) / oz',
1282
- 'Kurs IDR↑16.208,00 (+47,00) / USD',
1283
- 'Emas IDR↑1.215.699 (+5.365) / gr'],
1284
- ['LM Antam (Jual)1.319.000 / gr', 'LM Antam (Beli)1.217.000 / gr']],
1350
+ [['Harga Emas Hari Ini - Minggu, 28 April 2024'],
1351
+ ['Spot Emas USD↑2.337,94 (+3,37) / oz',
1352
+ 'Kurs IDR16.208,00 / USD',
1353
+ 'Emas IDR↑1.218.299 (+1.756) / gr'],
1354
+ ['LM Antam (Jual)1.326.000 / gr', 'LM Antam (Beli)1.222.000 / gr']],
1285
1355
  [['Harga Emas Hari Ini'],
1286
1356
  ['Gram', 'Gedung Antam Jakarta', 'Pegadaian'],
1287
1357
  ['per Gram (Rp)', 'per Batangan (Rp)', 'per Gram (Rp)', 'per Batangan (Rp)'],
1288
1358
  ['1000',
1289
- '1.260',
1290
- '1.259.600',
1359
+ '1.267',
1360
+ '1.266.600',
1291
1361
  '1.043.040 (+8.200)',
1292
1362
  '1.043.040.000 (+8.200.000)'],
1293
1363
  ['500',
1294
- '2.519',
1295
- '1.259.640',
1364
+ '2.533',
1365
+ '1.266.640',
1296
1366
  '1.043.082 (+8.200)',
1297
1367
  '521.541.000 (+4.100.000)'],
1298
1368
  ['250',
1299
- '5.040',
1300
- '1.260.060',
1369
+ '5.068',
1370
+ '1.267.060',
1301
1371
  '1.043.512 (+8.200)',
1302
1372
  '260.878.000 (+2.050.000)'],
1303
1373
  ['100',
1304
- '12.611',
1305
- '1.261.120',
1374
+ '12.681',
1375
+ '1.268.120',
1306
1376
  '1.044.600 (+8.200)',
1307
1377
  '104.460.000 (+820.000)'],
1308
- ['50', '25.238', '1.261.900', '1.045.400 (+8.200)', '52.270.000 (+410.000)'],
1309
- ['25', '50.539', '1.263.480', '1.047.040 (+8.200)', '26.176.000 (+205.000)'],
1310
- ['10', '126.850', '1.268.500', '1.052.200 (+8.200)', '10.522.000 (+82.000)'],
1311
- ['5', '254.800', '1.274.000', '1.057.800 (+8.200)', '5.289.000 (+41.000)'],
1312
- ['3', '426.889', '1.280.667', '1.064.667 (+8.000)', '3.194.000 (+24.000)'],
1313
- ['2', '644.500', '1.289.000', '1.073.500 (+8.500)', '2.147.000 (+17.000)'],
1314
- ['1', '1.319.000', '1.319.000', '1.104.000 (+8.000)', '1.104.000 (+8.000)'],
1315
- ['0.5', '2.838.000', '1.419.000', '1.208.000 (+8.000)', '604.000 (+4.000)'],
1316
- ['Update harga LM Antam :26 April 2024, pukul 07:57Harga pembelian kembali '
1317
- ':Rp. 1.217.000/gram',
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',
1318
1388
  'Update harga LM Pegadaian :31 Agustus 2023']],
1319
- [['Spot Harga Emas Hari Ini (Market Open)'],
1389
+ [['Spot Harga Emas Hari Ini (Market Close)'],
1320
1390
  ['Satuan', 'USD', 'Kurs\xa0Dollar', 'IDR'],
1321
- ['Ounce\xa0(oz)', '2.332,95 (+3,54)', '16.208,00 (+47,00)', '37.812.454'],
1322
- ['Gram\xa0(gr)', '75,01', '16.208,00', '1.215.699 (+5.365)'],
1323
- ['Kilogram\xa0(kg)', '75.006,08', '16.208,00', '1.215.698.614'],
1324
- ['Update harga emas :26 April 2024, pukul 10:26Update kurs :26 April 2024, '
1325
- 'pukul 09:10']],
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, '
1395
+ 'pukul 13:10']],
1326
1396
  [['Gram', 'UBS Gold 99.99%'],
1327
1397
  ['Jual', 'Beli'],
1328
1398
  ['/ Batang', '/ Gram', '/ Batang', '/ Gram'],
1329
- ['100', '126.000.000', '1.260.000', '124.385.000', '1.243.850'],
1330
- ['50', '63.100.000', '1.262.000', '62.245.000', '1.244.900'],
1331
- ['25', '31.600.000', '1.264.000', '31.225.000', '1.249.000'],
1332
- ['10', '12.680.000', '1.268.000', '12.540.000', '1.254.000'],
1333
- ['5', '6.365.000', '1.273.000', '6.322.000', '1.264.400'],
1334
- ['1', '1.315.000', '1.315.000', '1.297.000', '1.297.000'],
1335
- ['', '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']],
1336
1406
  [['Konversi Satuan'],
1337
1407
  ['Satuan', 'Ounce (oz)', 'Gram (gr)', 'Kilogram (kg)'],
1338
1408
  ['Ounce\xa0(oz)', '1', '31,1034767696', '0,0311034768'],
@@ -1342,37 +1412,37 @@ Output:
1342
1412
  ['Waktu', 'Emas'],
1343
1413
  ['Unit', 'USD', 'IDR'],
1344
1414
  ['Angka', '+/-', 'Angka', '+/-'],
1345
- ['Hari Ini', 'Kurs', '', '', '16.161', '+47+0,29%'],
1346
- ['oz', '2.329,41', '+3,54+0,15%', '37.645.595', '+166.859+0,44%'],
1347
- ['gr', '74,89', '+0,11+0,15%', '1.210.334', '+5.365+0,44%'],
1348
- ['30 Hari', 'Kurs', '', '', '15.797', '+411+2,60%'],
1349
- ['oz', '2.192,23', '+140,72+6,42%', '34.630.657', '+3.181.796+9,19%'],
1350
- ['gr', '70,48', '+4,52+6,42%', '1.113.401', '+102.297+9,19%'],
1351
- ['2 Bulan', 'Kurs', '', '', '15.589', '+619+3,97%'],
1352
- ['oz', '2.027,94', '+305,01+15,04%', '31.613.557', '+6.198.897+19,61%'],
1353
- ['gr', '65,20', '+9,81+15,04', '1.016.399', '+199.299+19,61%'],
1354
- ['6 Bulan', 'Kurs', '', '', '15.933', '+275+1,73%'],
1355
- ['oz', '2.006,33', '+326,62+16,28%', '31.966.856', '+5.845.598+18,29%'],
1356
- ['gr', '64,51', '+10,50+16,28%', '1.027.758', '+187.940+18,29%'],
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%'],
1357
1427
  ['1 Tahun', 'Kurs', '', '', '15.731', '+477+3,03%'],
1358
- ['oz', '1.823,86', '+509,09+27,91%', '28.691.142', '+9.121.312+31,79%'],
1359
- ['gr', '58,64', '+16,37+27,91%', '922.442', '+293.257+31,79%'],
1360
- ['2 Tahun', 'Kurs', '', '', '14.412', '+1.796+12,46%'],
1361
- ['oz', '1.888,15', '+444,80+23,56%', '27.212.018', '+10.600.436+38,95%'],
1362
- ['gr', '60,71', '+14,30+23,56%', '874.887', '+340.812+38,95%'],
1363
- ['3 Tahun', 'Kurs', '', '', '14.489', '+1.719+11,86%'],
1364
- ['oz', '1.778,54', '+554,41+31,17%', '25.769.284', '+12.043.170+46,73%'],
1365
- ['gr', '57,18', '+17,82+31,17%', '828.502', '+387.197+46,73%'],
1366
- ['5 Tahun', 'Kurs', '', '', '14.188', '+2.020+14,24%'],
1367
- ['oz', '1.286,10', '+1.046,85+81,40%', '18.247.187', '+19.565.267+107,22%'],
1368
- ['gr', '41,35', '+33,66+81,40%', '586.661', '+629.038+107,22%']])
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%']])
1369
1439
  (['Home', 'Emas 1 Gram', 'History', 'Trend', 'Perak 1 Gram', 'Pluang'],
1370
1440
  [[''],
1371
1441
  ['Emas 24 KaratHarga Emas 1 Gram', ''],
1372
- ['USD', '75,01↑', '+0,12+0,16%'],
1373
- ['KURS', '16.224,00↑', '+46,90+0,29%'],
1374
- ['IDR', '1.216.898,71↑', '+5.358,96+0,44%'],
1375
- ['Jumat, 26 April 2024 10:26']],
1442
+ ['USD', '75,17↓', '%'],
1443
+ ['KURS', '16.241,30↓', '%'],
1444
+ ['IDR', '1.220.801,94↓', '%'],
1445
+ ['Minggu, 28 April 2024 20:09']],
1376
1446
  [[''],
1377
1447
  ['Emas 1 Gram (IDR)Emas 1 Gram (USD)Kurs USD-IDR',
1378
1448
  'Hari Ini',
@@ -1383,19 +1453,19 @@ Output:
1383
1453
  '']],
1384
1454
  [['Pergerakkan Harga Emas 1 Gram'],
1385
1455
  ['', 'Penutupan Kemarin', 'Pergerakkan Hari Ini', 'Rata-rata'],
1386
- ['USD', '74,89', '74,89 - 75,01', '74,95'],
1387
- ['KURS', '16.177,10', '16.177,10 - 16.224,00', '16.200,55'],
1388
- ['IDR', '1.211.539,75', '1.211.539,75 - 1.216.898,71', '1.214.219,23'],
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'],
1389
1459
  [''],
1390
1460
  ['', 'Awal Tahun', 'Pergerakkan YTD', '+/- YTD'],
1391
- ['USD', '66,32', '64,07 - 77,14', '+8,69 (13,10%)'],
1392
- ['KURS', '15.390,10', '15.390,00 - 16.307,80', '+833,90 (5,42%)'],
1393
- ['IDR', '1.020.729,53', '997.660,12 - 1.256.829,06', '+196.169,18 (19,22%)'],
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%)'],
1394
1464
  [''],
1395
1465
  ['', 'Tahun Lalu / 52 Minggu', 'Pergerakkan 52 Minggu', '+/- 52 Minggu'],
1396
- ['USD', '63,98', '58,43 - 77,14', '+11,03 (17,24%)'],
1397
- ['KURS', '14.951,00', '14.669,40 - 16.307,80', '+1.273,00 (8,51%)'],
1398
- ['IDR', '956.507,08', '912.925,68 - 1.256.829,06', '+260.391,63 (27,22%)']])
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%)']])
1399
1469
  ```
1400
1470
 
1401
1471
  ## iopen
@@ -1437,7 +1507,7 @@ Output:
1437
1507
  ```py
1438
1508
  8
1439
1509
  ['mana', 'aja']
1440
- [<Element a at 0x77bcbc5cc0>, <Element a at 0x77a4a3e8a0>, <Element a at 0x77a4a3e940>, <Element a at 0x77a4a3e990>, <Element a at 0x77a4a3e9e0>, <Element a at 0x77a4a3ea30>, <Element a at 0x77a4a3ea80>, <Element a at 0x77a4a3ead0>, <Element a at 0x77a4a3eb20>, <Element a at 0x77a4a3eb70>, <Element a at 0x77a4a3ebc0>, <Element a at 0x77a4a3ec10>, <Element a at 0x77a4a3ec60>, <Element a at 0x77a4a3ecb0>, <Element a at 0x77a4a3ed00>, <Element a at 0x77a4a3ed50>, <Element a at 0x77a4a3eda0>, <Element a at 0x77a4a3edf0>]
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>]
1441
1511
  False
1442
1512
  ```
1443
1513
 
@@ -1478,8 +1548,8 @@ print(list(irange(10, 5)))
1478
1548
 
1479
1549
  Output:
1480
1550
  ```py
1481
- <generator object irange at 0x77a49c6ac0>
1482
- <generator object irange at 0x77a49c6ac0>
1551
+ <generator object irange at 0x76931e2bd0>
1552
+ <generator object irange at 0x76931e2bd0>
1483
1553
  ['a', 'k', 'u']
1484
1554
  [1, 2, 3, 4, 5, 6, 7]
1485
1555
  [10, 9, 8, 7, 6, 5]
@@ -1522,7 +1592,7 @@ print(list(iscandir("./", recursive=False, scan_file=False)))
1522
1592
 
1523
1593
  Output:
1524
1594
  ```py
1525
- <generator object iscandir at 0x77a49fc740>
1595
+ <generator object iscandir at 0x7693218740>
1526
1596
  [PosixPath('.git'), PosixPath('.vscode'), PosixPath('pypipr'), PosixPath('__pycache__'), PosixPath('dist')]
1527
1597
  ```
1528
1598
 
@@ -1579,7 +1649,7 @@ print(ExampleComparePerformance().compare_performance())
1579
1649
 
1580
1650
  Output:
1581
1651
  ```py
1582
- {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x77a4a10450>,
1652
+ {'a': <generator object ExampleComparePerformance.a.<locals>.<genexpr> at 0x76932285f0>,
1583
1653
  'b': (0, 1, 2, 3, 4, 5, 6, 7, 8, 9),
1584
1654
  'c': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9],
1585
1655
  'd': [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]}
@@ -4,6 +4,7 @@ from .ibuiltins.RunParallel import RunParallel
4
4
  from .ibuiltins.WINDOWS import WINDOWS
5
5
  from .ibuiltins.avg import avg
6
6
  from .ibuiltins.basename import basename
7
+ from .ibuiltins.chr_to_int import chr_to_int
7
8
  from .ibuiltins.chunk_array import chunk_array
8
9
  from .ibuiltins.create_folder import create_folder
9
10
  from .ibuiltins.datetime_from_string import datetime_from_string
@@ -16,6 +17,7 @@ from .ibuiltins.get_by_index import get_by_index
16
17
  from .ibuiltins.get_class_method import get_class_method
17
18
  from .ibuiltins.get_filemtime import get_filemtime
18
19
  from .ibuiltins.get_filesize import get_filesize
20
+ from .ibuiltins.int_to_chr import int_to_chr
19
21
  from .ibuiltins.is_empty import is_empty
20
22
  from .ibuiltins.is_iterable import is_iterable
21
23
  from .ibuiltins.is_valid_url import is_valid_url