diff --git a/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/KOTIKOT.url b/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/KOTIKOT.url deleted file mode 100644 index c877247..0000000 --- a/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/KOTIKOT.url +++ /dev/null @@ -1,5 +0,0 @@ -[{000214A0-0000-0000-C000-000000000046}] -Prop3=19,11 -[InternetShortcut] -IDList= -URL=https://kotikot.netlify.app/ diff --git a/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/Meowarch.png b/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/Meowarch.png deleted file mode 100644 index dbcd6f0..0000000 Binary files a/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/Meowarch.png and /dev/null differ diff --git a/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/cat.bmp b/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/cat.bmp deleted file mode 100644 index e69de29..0000000 diff --git a/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/meow.txt b/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/meow.txt deleted file mode 100644 index 2e65efe..0000000 --- a/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/meow.txt +++ /dev/null @@ -1 +0,0 @@ -a \ No newline at end of file diff --git a/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/test.meowarch b/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/test.meowarch deleted file mode 100644 index 2a0f8dd..0000000 Binary files a/OfficialProjects/meowarch/ReadyForDownloading/For testing MeowArch/test.meowarch and /dev/null differ diff --git a/OfficialProjects/meowarch/ReadyForDownloading/Installation/installEasygui.bat b/OfficialProjects/meowarch/ReadyForDownloading/Installation/installEasygui.bat deleted file mode 100644 index 6e01b02..0000000 --- a/OfficialProjects/meowarch/ReadyForDownloading/Installation/installEasygui.bat +++ /dev/null @@ -1 +0,0 @@ -pip install easygui \ No newline at end of file diff --git a/OfficialProjects/meowarch/ReadyForDownloading/MeowArch/desktop.ini b/OfficialProjects/meowarch/ReadyForDownloading/MeowArch/desktop.ini deleted file mode 100644 index 6b511c4..0000000 --- a/OfficialProjects/meowarch/ReadyForDownloading/MeowArch/desktop.ini +++ /dev/null @@ -1,7 +0,0 @@ -[.ShellClassInfo] -IconResource=D:\RAZNOE\!программирование\KOTIKOT apps\meowarch\ReadyForDownloading\MeowArch\Meowarch.ico,0 -[ViewState] -Mode= -Vid= -FolderType=Generic -Logo=D:\RAZNOE\!программирование\KOTIKOT apps\meowarch\ReadyForDownloading\MeowArch\Meowarch.png diff --git a/OfficialProjects/meowarch/ReadyForDownloading/MeowArch/meowarch.py b/OfficialProjects/meowarch/ReadyForDownloading/MeowArch/meowarch.py deleted file mode 100644 index ce05762..0000000 --- a/OfficialProjects/meowarch/ReadyForDownloading/MeowArch/meowarch.py +++ /dev/null @@ -1,39 +0,0 @@ -import os -import easygui -import zipfile -from os.path import basename -import shutil -slash = '\\' -ziporunzip = easygui.buttonbox("What do you want to do?", "Meowarch", ("Archive file", "Unarchive file", "Cancel")) - -if ziporunzip == "Cancel": - exit() - - -if ziporunzip == "Archive file": - thisFile = easygui.fileopenbox(filetypes=["*"], multiple=True) - nameofzip = easygui.enterbox("Enter name of archive:") - # filenameWithoutTochka = os.path.splitext(thisFile)[0] - zipfile = zipfile.ZipFile(nameofzip + '.zip', 'w', zipfile.ZIP_DEFLATED) - for i in range(len(thisFile)): - zipfile.write(thisFile[i], basename(thisFile[i])) - while easygui.buttonbox("Do you want to add more files?", "Meowarch", ("Yes", "No, I added all needed files")) == "Yes": - thisFile = easygui.fileopenbox(filetypes=["*"], multiple=True) - for i in range(len(thisFile)): - zipfile.write(thisFile[i], basename(thisFile[i])) - zipfile.close() - os.rename(nameofzip + ".zip", nameofzip + ".meowarch") - wheretosave = easygui.diropenbox("Where to save archive?") - shutil.move(nameofzip + ".meowarch", wheretosave + slash + nameofzip + ".meowarch") - - - - -if ziporunzip == "Unarchive file": - zipFile = easygui.fileopenbox(filetypes=["*"]) - wheretoextract = easygui.diropenbox("Where to extract files?") - filenameWithoutTochka = os.path.splitext(zipFile)[0] - os.rename(zipFile, filenameWithoutTochka + ".zip") - with zipfile.ZipFile(filenameWithoutTochka + ".zip", 'r') as zipObj: - zipObj.extractall(wheretoextract) - os.rename(filenameWithoutTochka + ".zip", filenameWithoutTochka + ".meowarch") \ No newline at end of file diff --git a/OfficialProjects/meowarch/ReadyForDownloading/README.txt b/OfficialProjects/meowarch/ReadyForDownloading/README.txt deleted file mode 100644 index e03dd14..0000000 --- a/OfficialProjects/meowarch/ReadyForDownloading/README.txt +++ /dev/null @@ -1,8 +0,0 @@ -Before using, read install.txt and install all you need - -Launch meowarch.py from MeowArch folder, but don't copy .py file from this folder, it may crash (I think not, but what if?) meowarch, and it will not work -untill you copy file back. - -Don't copy any files to MeowArch folder - -If you want to test program, use files in folder "For testing MeowArch", and than use meowarch for your needs \ No newline at end of file diff --git a/OfficialProjects/meowarch/ReadyForDownloading/Site/index.html b/OfficialProjects/meowarch/ReadyForDownloading/Site/index.html deleted file mode 100644 index f628af9..0000000 --- a/OfficialProjects/meowarch/ReadyForDownloading/Site/index.html +++ /dev/null @@ -1,6 +0,0 @@ -

Hi))

-

I am MeowArch site

-

Maybe, I will create cool site for app, but not now)

-Download MeowArch (zip file) -

-Download MeowArch from GitHub (but better is download from our site) diff --git a/OfficialProjects/meowarch/ReadyForDownloading/install.txt b/OfficialProjects/meowarch/ReadyForDownloading/install.txt deleted file mode 100644 index 5c8c72a..0000000 --- a/OfficialProjects/meowarch/ReadyForDownloading/install.txt +++ /dev/null @@ -1,13 +0,0 @@ -Henlo -I am guide for installation -Firstly, install Python. If you want, download latest version from official website. But I added installation file of Python 3.9 -If it won't work - download from https://www.python.org/ - -!IMPORTANT! -Check te box "install pip" - -After installing python and pip, run installEasygui.bat or in CMD print ->>> pip install easygui -(without >>>) - -Cool, your copy of MeowArch works! \ No newline at end of file