-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes are made to build Groot using pyinstaller.
- Created entry point 'cli.py' for application. So it was neccesory to change import statements - Pyinstaller was not able to import markdown extension modules so individual classes of all extension modules were needed to import.
- Loading branch information
1 parent
4fe15c4
commit 28a4a41
Showing
144 changed files
with
2,228 additions
and
150,300 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
environment/ | ||
.vscode/ | ||
.vscode/ | ||
build | ||
dist | ||
cli.spec |
Binary file modified
BIN
+231 Bytes
(100%)
Application/GUIs/__pycache__/firstLoginDialog.cpython-37.pyc
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-8 Bytes
(100%)
Application/GUIs/__pycache__/verifyPasswordDialog.cpython-37.pyc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
fgs | ||
b'\xc5\r\xff\xb0\xd8\x0b\x15\x1a\xaf\xc9\xde\xd1\xb5\xf0D\xd6cA\x84\x17`3\x11\xc4:cH\xb97x\xf7O\x12\r\xb77\x87\xd0\xce\xbec\xb6\xa7\x8c\x08\xceE\xeb\x02\xed\xd4\x9d\xda--q\xdeA\xab\x05\xe0T\xe9\xe7' | ||
b'\x845\xe4\xa47\x1d\x9a\x7f\x87\x94\xf2&/\xe7f\xcbJC\xbb\x99.\xe9\xbdv\xdcI\xe8\xab\xed\x9f~g\xc2J+\xe6\x9b\x93t\xda\x9b]\xa6\x96H#v\x98\\\x1b"C\xb3\xba\xaee\x1e\x1b`.\xd6+qQ' | ||
False | ||
a | ||
b"\xc5x\xb3pe+\x84\xc5\xdd\x99N\xa3\x89a\x86]\x0f\xcf\x1f\x9aIA%e\x7f3\xdc`\xe7j\xa9\x15\xa9\xc8\x8b\xb4\xe0Sb\x92\xa0u\x8b\xe8\xddM\xd6T'\xcdy&\xf9&\xa8\x0b\x1d\x84\xc1\xc1\x01\xf9M\xd0" | ||
b'\xda\x8e\xcci\x15\x15\x9e\xc9|t\xc0\xe3:\x9fb\x0e\xb1n\xd0\x92\xf2kQT\xf6\xa7\x90\xb1N\xb0\x9d\x82\xe2\xf1[o[^\x8dI\xf2\xd4S=\xce\xf5\xd9\xf0E^\x8dD\x07\x99\xd3\x81\xe0\x9d!\x147\xa4\xe7X' | ||
True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
from PySide2 import QtWidgets,QtCore | ||
from Application.mainWindow import Window | ||
import sys | ||
|
||
def main(): | ||
try: | ||
from PyQt5.QtWinExtras import QtWin | ||
myappid = 'mycompany.myproduct.subproduct.version' | ||
QtWin.setCurrentProcessExplicitAppUserModelID(myappid) | ||
except ImportError: | ||
pass | ||
|
||
app = QtWidgets.QApplication(sys.argv) | ||
window = Window() | ||
sys.exit(app.exec_()) | ||
|
||
if __name__ == "__main__": | ||
main() |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+271 Bytes
(100%)
Application/__pycache__/mainWindowFunctions.cpython-37.pyc
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{"Notebooks": {"28042020215654": {"name": "Notebook1", "expanded": {"28042020215703": {"name": "sub-notebook1", "expanded": {"06052020172738": {"name": "note1", "expanded": {"path": "./notes/06052020172738.txt", "randomString": "06052020172738"}}}}, "28042020220402": {"name": "sub-notebook2", "expanded": {"06052020172824": {"name": "note2", "expanded": {"path": "./notes/06052020172824.txt", "randomString": "06052020172824"}}}}}}}, "Uncategorized": {"06052020172515": {"name": "note1", "expanded": {"path": "./notes/06052020172515.txt", "randomString": "06052020172515", "encrypted": "False", "salt": "b\"\\xf1_\\x92\\xfc\\x02\\r\\xdd\\x03\\xa3\\xa5\\x06\\xf6\\x8d'p\\xa4o\\x1c\\x1e\\xf8\\xa1\\xa8\\x16\\xe1\\xb9B\\xcd\\xc0R*\\x12\\xc4c~\\xb2)\\x91R\\x0fP\\xb18.\\x0fQ\\x95\\x81\\xb4\\x94\\x11\\x81\\xfd\\xef\\x15\\xa4\\xe4\\x05\\xaejDvG;z\"", "h_pass": "b'\\xfaM1Y8\\x15 i\\x1d\\xcd\\xec\\xe3m\\x04\\x11\\xa2\\xf7\\x13\\xac\\xca\\xd3\\xc27\\xf9\\xa3\"<u:=E\\x1d\\xfd\\xcb\\xed\\xa9U\\x8bQt\\xe0*\\x00\\x9f\\xa3Ch\\xec\\xd2t|\\x8d\\xecL0\\xad\\xb6\\x13L\\xc9C\\xc5\\x0f\\xe8'", "atchfiles": ["./atch/08052020020950", "./atch/08052020021942"]}}}} | ||
{ | ||
"Notebooks": {}, | ||
"Uncategorized": {} | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.