This commit is contained in:
SpaceNerd0717
2025-10-16 21:21:31 -04:00
parent 5e4c854ddb
commit a24b669cda
9 changed files with 8328 additions and 8655 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -25,7 +25,7 @@ missing module named multiprocessing.BufferTooShort - imported by multiprocessin
missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level) missing module named multiprocessing.AuthenticationError - imported by multiprocessing (top-level), multiprocessing.connection (top-level)
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level) missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), zipimport (top-level)
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level) excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), zipimport (top-level)
missing module named posix - imported by os (conditional, optional), posixpath (optional), shutil (conditional), importlib._bootstrap_external (conditional) missing module named posix - imported by os (conditional, optional), shutil (conditional), importlib._bootstrap_external (conditional), posixpath (optional)
missing module named resource - imported by posix (top-level) missing module named resource - imported by posix (top-level)
missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level) missing module named multiprocessing.get_context - imported by multiprocessing (top-level), multiprocessing.pool (top-level), multiprocessing.managers (top-level), multiprocessing.sharedctypes (top-level)
missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level) missing module named multiprocessing.TimeoutError - imported by multiprocessing (top-level), multiprocessing.pool (top-level)

View File

@@ -154,6 +154,7 @@ imports:
&#8226; <a href="#genericpath">genericpath</a> &#8226; <a href="#genericpath">genericpath</a>
&#8226; <a href="#heapq">heapq</a> &#8226; <a href="#heapq">heapq</a>
&#8226; <a href="#io">io</a> &#8226; <a href="#io">io</a>
&#8226; <a href="#json">json</a>
&#8226; <a href="#keyword">keyword</a> &#8226; <a href="#keyword">keyword</a>
&#8226; <a href="#linecache">linecache</a> &#8226; <a href="#linecache">linecache</a>
&#8226; <a href="#locale">locale</a> &#8226; <a href="#locale">locale</a>
@@ -9422,7 +9423,6 @@ imports:
&#8226; <a href="#importlib">importlib</a> &#8226; <a href="#importlib">importlib</a>
&#8226; <a href="#importlib._bootstrap">importlib._bootstrap</a> &#8226; <a href="#importlib._bootstrap">importlib._bootstrap</a>
&#8226; <a href="#importlib._bootstrap_external">importlib._bootstrap_external</a> &#8226; <a href="#importlib._bootstrap_external">importlib._bootstrap_external</a>
&#8226; <a href="#importlib.machinery">importlib.machinery</a>
&#8226; <a href="#sys">sys</a> &#8226; <a href="#sys">sys</a>
&#8226; <a href="#warnings">warnings</a> &#8226; <a href="#warnings">warnings</a>
@@ -9557,8 +9557,7 @@ imports:
</div> </div>
<div class="import"> <div class="import">
imported by: imported by:
<a href="#importlib">importlib</a> <a href="#importlib.abc">importlib.abc</a>
&#8226; <a href="#importlib.abc">importlib.abc</a>
&#8226; <a href="#inspect">inspect</a> &#8226; <a href="#inspect">inspect</a>
&#8226; <a href="#pkgutil">pkgutil</a> &#8226; <a href="#pkgutil">pkgutil</a>
&#8226; <a href="#py_compile">py_compile</a> &#8226; <a href="#py_compile">py_compile</a>
@@ -10141,6 +10140,7 @@ imported by:
&#8226; <a href="#json.decoder">json.decoder</a> &#8226; <a href="#json.decoder">json.decoder</a>
&#8226; <a href="#json.encoder">json.encoder</a> &#8226; <a href="#json.encoder">json.encoder</a>
&#8226; <a href="#json.scanner">json.scanner</a> &#8226; <a href="#json.scanner">json.scanner</a>
&#8226; <a href="#main.py">main.py</a>
&#8226; <a href="#requests.compat">requests.compat</a> &#8226; <a href="#requests.compat">requests.compat</a>
&#8226; <a href="#urllib3._request_methods">urllib3._request_methods</a> &#8226; <a href="#urllib3._request_methods">urllib3._request_methods</a>
&#8226; <a href="#urllib3.contrib.emscripten.fetch">urllib3.contrib.emscripten.fetch</a> &#8226; <a href="#urllib3.contrib.emscripten.fetch">urllib3.contrib.emscripten.fetch</a>

BIN
dist/exe/0.3.0/main.exe vendored Normal file

Binary file not shown.

BIN
dist/installers/0.3.0/RLCInstaller.exe vendored Normal file

Binary file not shown.

1229
main.py

File diff suppressed because it is too large Load Diff