diff --git a/WinBuild/bananaSPLIT.exe.spec b/WinBuild/bananaSPLIT.exe.spec
deleted file mode 100644
index 79036e1..0000000
--- a/WinBuild/bananaSPLIT.exe.spec
+++ /dev/null
@@ -1,32 +0,0 @@
-# -*- mode: python -*-
-
-block_cipher = None
-
-
-a = Analysis(['main.py'],
- pathex=['D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT'],
- binaries=[],
- datas=[('C:\\Users\\Emanuele Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\text_unidecode\\data.bin', '.\\text_unidecode')],
- hiddenimports=[],
- hookspath=[],
- runtime_hooks=[],
- excludes=[],
- win_no_prefer_redirects=False,
- win_private_assemblies=False,
- cipher=block_cipher,
- noarchive=False)
-pyz = PYZ(a.pure, a.zipped_data,
- cipher=block_cipher)
-exe = EXE(pyz,
- a.scripts,
- a.binaries,
- a.zipfiles,
- a.datas,
- [],
- name='bananaSPLIT.exe',
- debug=False,
- bootloader_ignore_signals=False,
- strip=False,
- upx=True,
- runtime_tmpdir=None,
- console=True , icon='banana.ico')
diff --git a/WinBuild/build/bananaSPLIT.exe/Analysis-00.toc b/WinBuild/build/bananaSPLIT.exe/Analysis-00.toc
deleted file mode 100644
index 15272ca..0000000
--- a/WinBuild/build/bananaSPLIT.exe/Analysis-00.toc
+++ /dev/null
@@ -1,1257 +0,0 @@
-(['D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\main.py'],
- ['D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT'],
- ['codecs'],
- [],
- [],
- [],
- False,
- False,
- '3.7.2 (tags/v3.7.2:9a3ffc0492, Dec 23 2018, 23:09:28) [MSC v.1916 64 bit '
- '(AMD64)]',
- [('main',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\main.py',
- 'PYSOURCE')],
- [('ntpath', 'c:\\program files\\python37\\lib\\ntpath.py', 'PYMODULE'),
- ('_strptime', 'c:\\program files\\python37\\lib\\_strptime.py', 'PYMODULE'),
- ('datetime', 'c:\\program files\\python37\\lib\\datetime.py', 'PYMODULE'),
- ('typing', 'c:\\program files\\python37\\lib\\typing.py', 'PYMODULE'),
- ('_py_abc', 'c:\\program files\\python37\\lib\\_py_abc.py', 'PYMODULE'),
- ('stringprep', 'c:\\program files\\python37\\lib\\stringprep.py', 'PYMODULE'),
- ('fnmatch', 'c:\\program files\\python37\\lib\\fnmatch.py', 'PYMODULE'),
- ('struct', 'c:\\program files\\python37\\lib\\struct.py', 'PYMODULE'),
- ('_compat_pickle',
- 'c:\\program files\\python37\\lib\\_compat_pickle.py',
- 'PYMODULE'),
- ('__future__', 'c:\\program files\\python37\\lib\\__future__.py', 'PYMODULE'),
- ('difflib', 'c:\\program files\\python37\\lib\\difflib.py', 'PYMODULE'),
- ('ast', 'c:\\program files\\python37\\lib\\ast.py', 'PYMODULE'),
- ('inspect', 'c:\\program files\\python37\\lib\\inspect.py', 'PYMODULE'),
- ('cmd', 'c:\\program files\\python37\\lib\\cmd.py', 'PYMODULE'),
- ('bdb', 'c:\\program files\\python37\\lib\\bdb.py', 'PYMODULE'),
- ('opcode', 'c:\\program files\\python37\\lib\\opcode.py', 'PYMODULE'),
- ('dis', 'c:\\program files\\python37\\lib\\dis.py', 'PYMODULE'),
- ('codeop', 'c:\\program files\\python37\\lib\\codeop.py', 'PYMODULE'),
- ('code', 'c:\\program files\\python37\\lib\\code.py', 'PYMODULE'),
- ('shlex', 'c:\\program files\\python37\\lib\\shlex.py', 'PYMODULE'),
- ('runpy', 'c:\\program files\\python37\\lib\\runpy.py', 'PYMODULE'),
- ('importlib._bootstrap',
- 'c:\\program files\\python37\\lib\\importlib\\_bootstrap.py',
- 'PYMODULE'),
- ('importlib._bootstrap_external',
- 'c:\\program files\\python37\\lib\\importlib\\_bootstrap_external.py',
- 'PYMODULE'),
- ('importlib.machinery',
- 'c:\\program files\\python37\\lib\\importlib\\machinery.py',
- 'PYMODULE'),
- ('importlib.util',
- 'c:\\program files\\python37\\lib\\importlib\\util.py',
- 'PYMODULE'),
- ('importlib.abc',
- 'c:\\program files\\python37\\lib\\importlib\\abc.py',
- 'PYMODULE'),
- ('importlib',
- 'c:\\program files\\python37\\lib\\importlib\\__init__.py',
- 'PYMODULE'),
- ('pkgutil', 'c:\\program files\\python37\\lib\\pkgutil.py', 'PYMODULE'),
- ('xml', 'c:\\program files\\python37\\lib\\xml\\__init__.py', 'PYMODULE'),
- ('xml.sax.expatreader',
- 'c:\\program files\\python37\\lib\\xml\\sax\\expatreader.py',
- 'PYMODULE'),
- ('xml.sax.saxutils',
- 'c:\\program files\\python37\\lib\\xml\\sax\\saxutils.py',
- 'PYMODULE'),
- ('urllib.request',
- 'c:\\program files\\python37\\lib\\urllib\\request.py',
- 'PYMODULE'),
- ('getpass', 'c:\\program files\\python37\\lib\\getpass.py', 'PYMODULE'),
- ('nturl2path', 'c:\\program files\\python37\\lib\\nturl2path.py', 'PYMODULE'),
- ('ftplib', 'c:\\program files\\python37\\lib\\ftplib.py', 'PYMODULE'),
- ('netrc', 'c:\\program files\\python37\\lib\\netrc.py', 'PYMODULE'),
- ('http.cookiejar',
- 'c:\\program files\\python37\\lib\\http\\cookiejar.py',
- 'PYMODULE'),
- ('urllib.response',
- 'c:\\program files\\python37\\lib\\urllib\\response.py',
- 'PYMODULE'),
- ('urllib.error',
- 'c:\\program files\\python37\\lib\\urllib\\error.py',
- 'PYMODULE'),
- ('xml.sax',
- 'c:\\program files\\python37\\lib\\xml\\sax\\__init__.py',
- 'PYMODULE'),
- ('xml.sax.handler',
- 'c:\\program files\\python37\\lib\\xml\\sax\\handler.py',
- 'PYMODULE'),
- ('xml.sax._exceptions',
- 'c:\\program files\\python37\\lib\\xml\\sax\\_exceptions.py',
- 'PYMODULE'),
- ('xml.sax.xmlreader',
- 'c:\\program files\\python37\\lib\\xml\\sax\\xmlreader.py',
- 'PYMODULE'),
- ('xml.parsers',
- 'c:\\program files\\python37\\lib\\xml\\parsers\\__init__.py',
- 'PYMODULE'),
- ('xml.parsers.expat',
- 'c:\\program files\\python37\\lib\\xml\\parsers\\expat.py',
- 'PYMODULE'),
- ('plistlib', 'c:\\program files\\python37\\lib\\plistlib.py', 'PYMODULE'),
- ('platform', 'c:\\program files\\python37\\lib\\platform.py', 'PYMODULE'),
- ('token', 'c:\\program files\\python37\\lib\\token.py', 'PYMODULE'),
- ('tokenize', 'c:\\program files\\python37\\lib\\tokenize.py', 'PYMODULE'),
- ('urllib.parse',
- 'c:\\program files\\python37\\lib\\urllib\\parse.py',
- 'PYMODULE'),
- ('tempfile', 'c:\\program files\\python37\\lib\\tempfile.py', 'PYMODULE'),
- ('tty', 'c:\\program files\\python37\\lib\\tty.py', 'PYMODULE'),
- ('pydoc_data',
- 'c:\\program files\\python37\\lib\\pydoc_data\\__init__.py',
- 'PYMODULE'),
- ('pydoc_data.topics',
- 'c:\\program files\\python37\\lib\\pydoc_data\\topics.py',
- 'PYMODULE'),
- ('html.entities',
- 'c:\\program files\\python37\\lib\\html\\entities.py',
- 'PYMODULE'),
- ('html', 'c:\\program files\\python37\\lib\\html\\__init__.py', 'PYMODULE'),
- ('ssl', 'c:\\program files\\python37\\lib\\ssl.py', 'PYMODULE'),
- ('http.client',
- 'c:\\program files\\python37\\lib\\http\\client.py',
- 'PYMODULE'),
- ('mimetypes', 'c:\\program files\\python37\\lib\\mimetypes.py', 'PYMODULE'),
- ('socketserver',
- 'c:\\program files\\python37\\lib\\socketserver.py',
- 'PYMODULE'),
- ('http', 'c:\\program files\\python37\\lib\\http\\__init__.py', 'PYMODULE'),
- ('http.server',
- 'c:\\program files\\python37\\lib\\http\\server.py',
- 'PYMODULE'),
- ('optparse', 'c:\\program files\\python37\\lib\\optparse.py', 'PYMODULE'),
- ('uu', 'c:\\program files\\python37\\lib\\uu.py', 'PYMODULE'),
- ('quopri', 'c:\\program files\\python37\\lib\\quopri.py', 'PYMODULE'),
- ('email.feedparser',
- 'c:\\program files\\python37\\lib\\email\\feedparser.py',
- 'PYMODULE'),
- ('email.parser',
- 'c:\\program files\\python37\\lib\\email\\parser.py',
- 'PYMODULE'),
- ('email', 'c:\\program files\\python37\\lib\\email\\__init__.py', 'PYMODULE'),
- ('calendar', 'c:\\program files\\python37\\lib\\calendar.py', 'PYMODULE'),
- ('email._parseaddr',
- 'c:\\program files\\python37\\lib\\email\\_parseaddr.py',
- 'PYMODULE'),
- ('email.utils',
- 'c:\\program files\\python37\\lib\\email\\utils.py',
- 'PYMODULE'),
- ('email.errors',
- 'c:\\program files\\python37\\lib\\email\\errors.py',
- 'PYMODULE'),
- ('email.header',
- 'c:\\program files\\python37\\lib\\email\\header.py',
- 'PYMODULE'),
- ('email._policybase',
- 'c:\\program files\\python37\\lib\\email\\_policybase.py',
- 'PYMODULE'),
- ('email.base64mime',
- 'c:\\program files\\python37\\lib\\email\\base64mime.py',
- 'PYMODULE'),
- ('email.encoders',
- 'c:\\program files\\python37\\lib\\email\\encoders.py',
- 'PYMODULE'),
- ('email.charset',
- 'c:\\program files\\python37\\lib\\email\\charset.py',
- 'PYMODULE'),
- ('base64', 'c:\\program files\\python37\\lib\\base64.py', 'PYMODULE'),
- ('email._encoded_words',
- 'c:\\program files\\python37\\lib\\email\\_encoded_words.py',
- 'PYMODULE'),
- ('hashlib', 'c:\\program files\\python37\\lib\\hashlib.py', 'PYMODULE'),
- ('bisect', 'c:\\program files\\python37\\lib\\bisect.py', 'PYMODULE'),
- ('random', 'c:\\program files\\python37\\lib\\random.py', 'PYMODULE'),
- ('email.generator',
- 'c:\\program files\\python37\\lib\\email\\generator.py',
- 'PYMODULE'),
- ('email.iterators',
- 'c:\\program files\\python37\\lib\\email\\iterators.py',
- 'PYMODULE'),
- ('urllib',
- 'c:\\program files\\python37\\lib\\urllib\\__init__.py',
- 'PYMODULE'),
- ('email._header_value_parser',
- 'c:\\program files\\python37\\lib\\email\\_header_value_parser.py',
- 'PYMODULE'),
- ('email.headerregistry',
- 'c:\\program files\\python37\\lib\\email\\headerregistry.py',
- 'PYMODULE'),
- ('email.quoprimime',
- 'c:\\program files\\python37\\lib\\email\\quoprimime.py',
- 'PYMODULE'),
- ('email.contentmanager',
- 'c:\\program files\\python37\\lib\\email\\contentmanager.py',
- 'PYMODULE'),
- ('email.policy',
- 'c:\\program files\\python37\\lib\\email\\policy.py',
- 'PYMODULE'),
- ('email.message',
- 'c:\\program files\\python37\\lib\\email\\message.py',
- 'PYMODULE'),
- ('bz2', 'c:\\program files\\python37\\lib\\bz2.py', 'PYMODULE'),
- ('lzma', 'c:\\program files\\python37\\lib\\lzma.py', 'PYMODULE'),
- ('_compression',
- 'c:\\program files\\python37\\lib\\_compression.py',
- 'PYMODULE'),
- ('gzip', 'c:\\program files\\python37\\lib\\gzip.py', 'PYMODULE'),
- ('tarfile', 'c:\\program files\\python37\\lib\\tarfile.py', 'PYMODULE'),
- ('py_compile', 'c:\\program files\\python37\\lib\\py_compile.py', 'PYMODULE'),
- ('zipfile', 'c:\\program files\\python37\\lib\\zipfile.py', 'PYMODULE'),
- ('shutil', 'c:\\program files\\python37\\lib\\shutil.py', 'PYMODULE'),
- ('socket', 'c:\\program files\\python37\\lib\\socket.py', 'PYMODULE'),
- ('webbrowser', 'c:\\program files\\python37\\lib\\webbrowser.py', 'PYMODULE'),
- ('pydoc', 'c:\\program files\\python37\\lib\\pydoc.py', 'PYMODULE'),
- ('getopt', 'c:\\program files\\python37\\lib\\getopt.py', 'PYMODULE'),
- ('pdb', 'c:\\program files\\python37\\lib\\pdb.py', 'PYMODULE'),
- ('unittest.util',
- 'c:\\program files\\python37\\lib\\unittest\\util.py',
- 'PYMODULE'),
- ('unittest.result',
- 'c:\\program files\\python37\\lib\\unittest\\result.py',
- 'PYMODULE'),
- ('string', 'c:\\program files\\python37\\lib\\string.py', 'PYMODULE'),
- ('logging',
- 'c:\\program files\\python37\\lib\\logging\\__init__.py',
- 'PYMODULE'),
- ('unittest.case',
- 'c:\\program files\\python37\\lib\\unittest\\case.py',
- 'PYMODULE'),
- ('unittest.suite',
- 'c:\\program files\\python37\\lib\\unittest\\suite.py',
- 'PYMODULE'),
- ('unittest.loader',
- 'c:\\program files\\python37\\lib\\unittest\\loader.py',
- 'PYMODULE'),
- ('unittest.runner',
- 'c:\\program files\\python37\\lib\\unittest\\runner.py',
- 'PYMODULE'),
- ('unittest.main',
- 'c:\\program files\\python37\\lib\\unittest\\main.py',
- 'PYMODULE'),
- ('unittest.signals',
- 'c:\\program files\\python37\\lib\\unittest\\signals.py',
- 'PYMODULE'),
- ('unittest',
- 'c:\\program files\\python37\\lib\\unittest\\__init__.py',
- 'PYMODULE'),
- ('doctest', 'c:\\program files\\python37\\lib\\doctest.py', 'PYMODULE'),
- ('stat', 'c:\\program files\\python37\\lib\\stat.py', 'PYMODULE'),
- ('genericpath',
- 'c:\\program files\\python37\\lib\\genericpath.py',
- 'PYMODULE'),
- ('posixpath', 'c:\\program files\\python37\\lib\\posixpath.py', 'PYMODULE'),
- ('signal', 'c:\\program files\\python37\\lib\\signal.py', 'PYMODULE'),
- ('contextlib', 'c:\\program files\\python37\\lib\\contextlib.py', 'PYMODULE'),
- ('_threading_local',
- 'c:\\program files\\python37\\lib\\_threading_local.py',
- 'PYMODULE'),
- ('threading', 'c:\\program files\\python37\\lib\\threading.py', 'PYMODULE'),
- ('selectors', 'c:\\program files\\python37\\lib\\selectors.py', 'PYMODULE'),
- ('subprocess', 'c:\\program files\\python37\\lib\\subprocess.py', 'PYMODULE'),
- ('gettext', 'c:\\program files\\python37\\lib\\gettext.py', 'PYMODULE'),
- ('textwrap', 'c:\\program files\\python37\\lib\\textwrap.py', 'PYMODULE'),
- ('argparse', 'c:\\program files\\python37\\lib\\argparse.py', 'PYMODULE'),
- ('pickle', 'c:\\program files\\python37\\lib\\pickle.py', 'PYMODULE'),
- ('tracemalloc',
- 'c:\\program files\\python37\\lib\\tracemalloc.py',
- 'PYMODULE'),
- ('slugify.slugify',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\slugify\\slugify.py',
- 'PYMODULE'),
- ('unidecode',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\__init__.py',
- 'PYMODULE'),
- ('unidecode.x056',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x056.py',
- 'PYMODULE'),
- ('unidecode.x00c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00c.py',
- 'PYMODULE'),
- ('unidecode.x02a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x02a.py',
- 'PYMODULE'),
- ('unidecode.x0ad',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ad.py',
- 'PYMODULE'),
- ('unidecode.x0ca',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ca.py',
- 'PYMODULE'),
- ('unidecode.x071',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x071.py',
- 'PYMODULE'),
- ('unidecode.x086',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x086.py',
- 'PYMODULE'),
- ('unidecode.x004',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x004.py',
- 'PYMODULE'),
- ('unidecode.x028',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x028.py',
- 'PYMODULE'),
- ('unidecode.x09c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09c.py',
- 'PYMODULE'),
- ('unidecode.x082',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x082.py',
- 'PYMODULE'),
- ('unidecode.x06a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06a.py',
- 'PYMODULE'),
- ('unidecode.x050',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x050.py',
- 'PYMODULE'),
- ('unidecode.x08a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08a.py',
- 'PYMODULE'),
- ('unidecode.x1d7',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1d7.py',
- 'PYMODULE'),
- ('unidecode.x1d6',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1d6.py',
- 'PYMODULE'),
- ('unidecode.x059',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x059.py',
- 'PYMODULE'),
- ('unidecode.x0b1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b1.py',
- 'PYMODULE'),
- ('unidecode.x0ff',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ff.py',
- 'PYMODULE'),
- ('unidecode.x0c1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c1.py',
- 'PYMODULE'),
- ('unidecode.x089',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x089.py',
- 'PYMODULE'),
- ('unidecode.x01e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x01e.py',
- 'PYMODULE'),
- ('unidecode.x0c4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c4.py',
- 'PYMODULE'),
- ('unidecode.x0cb',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0cb.py',
- 'PYMODULE'),
- ('unidecode.x074',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x074.py',
- 'PYMODULE'),
- ('unidecode.x072',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x072.py',
- 'PYMODULE'),
- ('unidecode.x07d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07d.py',
- 'PYMODULE'),
- ('unidecode.x003',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x003.py',
- 'PYMODULE'),
- ('unidecode.x087',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x087.py',
- 'PYMODULE'),
- ('unidecode.x061',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x061.py',
- 'PYMODULE'),
- ('unidecode.x069',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x069.py',
- 'PYMODULE'),
- ('unidecode.x05b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05b.py',
- 'PYMODULE'),
- ('unidecode.x0d6',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d6.py',
- 'PYMODULE'),
- ('unidecode.x031',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x031.py',
- 'PYMODULE'),
- ('unidecode.x006',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x006.py',
- 'PYMODULE'),
- ('unidecode.x09a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09a.py',
- 'PYMODULE'),
- ('unidecode.x0ce',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ce.py',
- 'PYMODULE'),
- ('unidecode.x0bc',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0bc.py',
- 'PYMODULE'),
- ('unidecode.x0b0',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b0.py',
- 'PYMODULE'),
- ('unidecode.x0bf',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0bf.py',
- 'PYMODULE'),
- ('unidecode.x06c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06c.py',
- 'PYMODULE'),
- ('unidecode.x1d4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1d4.py',
- 'PYMODULE'),
- ('unidecode.x078',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x078.py',
- 'PYMODULE'),
- ('unidecode.x0cd',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0cd.py',
- 'PYMODULE'),
- ('unidecode.x099',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x099.py',
- 'PYMODULE'),
- ('unidecode.x0bd',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0bd.py',
- 'PYMODULE'),
- ('unidecode.x052',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x052.py',
- 'PYMODULE'),
- ('unidecode.x026',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x026.py',
- 'PYMODULE'),
- ('unidecode.x05c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05c.py',
- 'PYMODULE'),
- ('unidecode.x00a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00a.py',
- 'PYMODULE'),
- ('unidecode.x033',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x033.py',
- 'PYMODULE'),
- ('unidecode.x0fc',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fc.py',
- 'PYMODULE'),
- ('unidecode.x023',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x023.py',
- 'PYMODULE'),
- ('unidecode.x09e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09e.py',
- 'PYMODULE'),
- ('unidecode.x0c7',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c7.py',
- 'PYMODULE'),
- ('unidecode.x0d3',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d3.py',
- 'PYMODULE'),
- ('unidecode.x002',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x002.py',
- 'PYMODULE'),
- ('unidecode.x06f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06f.py',
- 'PYMODULE'),
- ('unidecode.x058',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x058.py',
- 'PYMODULE'),
- ('unidecode.x0ba',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ba.py',
- 'PYMODULE'),
- ('unidecode.x00d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00d.py',
- 'PYMODULE'),
- ('unidecode.x0be',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0be.py',
- 'PYMODULE'),
- ('unidecode.x00e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00e.py',
- 'PYMODULE'),
- ('unidecode.x0b2',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b2.py',
- 'PYMODULE'),
- ('unidecode.x00f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00f.py',
- 'PYMODULE'),
- ('unidecode.x018',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x018.py',
- 'PYMODULE'),
- ('unidecode.x097',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x097.py',
- 'PYMODULE'),
- ('unidecode.x05d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05d.py',
- 'PYMODULE'),
- ('unidecode.x010',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x010.py',
- 'PYMODULE'),
- ('unidecode.x00b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00b.py',
- 'PYMODULE'),
- ('unidecode.x0f9',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0f9.py',
- 'PYMODULE'),
- ('unidecode.x0a2',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a2.py',
- 'PYMODULE'),
- ('unidecode.x070',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x070.py',
- 'PYMODULE'),
- ('unidecode.x007',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x007.py',
- 'PYMODULE'),
- ('unidecode.x098',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x098.py',
- 'PYMODULE'),
- ('unidecode.x08d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08d.py',
- 'PYMODULE'),
- ('unidecode.x011',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x011.py',
- 'PYMODULE'),
- ('unidecode.x1d5',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1d5.py',
- 'PYMODULE'),
- ('unidecode.x024',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x024.py',
- 'PYMODULE'),
- ('unidecode.x009',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x009.py',
- 'PYMODULE'),
- ('unidecode.x014',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x014.py',
- 'PYMODULE'),
- ('unidecode.x08e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08e.py',
- 'PYMODULE'),
- ('unidecode.x0c5',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c5.py',
- 'PYMODULE'),
- ('unidecode.x0fb',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fb.py',
- 'PYMODULE'),
- ('unidecode.x0cf',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0cf.py',
- 'PYMODULE'),
- ('unidecode.x08f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08f.py',
- 'PYMODULE'),
- ('unidecode.x012',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x012.py',
- 'PYMODULE'),
- ('unidecode.x04d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x04d.py',
- 'PYMODULE'),
- ('unidecode.x0ac',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ac.py',
- 'PYMODULE'),
- ('unidecode.x08b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08b.py',
- 'PYMODULE'),
- ('unidecode.x051',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x051.py',
- 'PYMODULE'),
- ('unidecode.x0af',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0af.py',
- 'PYMODULE'),
- ('unidecode.x02e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x02e.py',
- 'PYMODULE'),
- ('unidecode.x0b5',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b5.py',
- 'PYMODULE'),
- ('unidecode.x06d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06d.py',
- 'PYMODULE'),
- ('unidecode.x09f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09f.py',
- 'PYMODULE'),
- ('unidecode.x064',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x064.py',
- 'PYMODULE'),
- ('unidecode.x05e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05e.py',
- 'PYMODULE'),
- ('unidecode.x066',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x066.py',
- 'PYMODULE'),
- ('unidecode.x017',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x017.py',
- 'PYMODULE'),
- ('unidecode.x0a4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a4.py',
- 'PYMODULE'),
- ('unidecode.x000',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x000.py',
- 'PYMODULE'),
- ('unidecode.x029',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x029.py',
- 'PYMODULE'),
- ('unidecode.x055',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x055.py',
- 'PYMODULE'),
- ('unidecode.x015',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x015.py',
- 'PYMODULE'),
- ('unidecode.x0b3',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b3.py',
- 'PYMODULE'),
- ('unidecode.util',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\util.py',
- 'PYMODULE'),
- ('unidecode.x0a0',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a0.py',
- 'PYMODULE'),
- ('unidecode.x092',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x092.py',
- 'PYMODULE'),
- ('unidecode.x053',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x053.py',
- 'PYMODULE'),
- ('unidecode.x025',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x025.py',
- 'PYMODULE'),
- ('unidecode.x0a1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a1.py',
- 'PYMODULE'),
- ('unidecode.x032',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x032.py',
- 'PYMODULE'),
- ('unidecode.x088',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x088.py',
- 'PYMODULE'),
- ('unidecode.x001',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x001.py',
- 'PYMODULE'),
- ('unidecode.x04f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x04f.py',
- 'PYMODULE'),
- ('unidecode.x076',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x076.py',
- 'PYMODULE'),
- ('unidecode.x09b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09b.py',
- 'PYMODULE'),
- ('unidecode.x065',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x065.py',
- 'PYMODULE'),
- ('unidecode.x0d1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d1.py',
- 'PYMODULE'),
- ('unidecode.x090',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x090.py',
- 'PYMODULE'),
- ('unidecode.x027',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x027.py',
- 'PYMODULE'),
- ('unidecode.x022',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x022.py',
- 'PYMODULE'),
- ('unidecode.x067',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x067.py',
- 'PYMODULE'),
- ('unidecode.x016',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x016.py',
- 'PYMODULE'),
- ('unidecode.x1f1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1f1.py',
- 'PYMODULE'),
- ('unidecode.x0d7',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d7.py',
- 'PYMODULE'),
- ('unidecode.x096',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x096.py',
- 'PYMODULE'),
- ('unidecode.x030',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x030.py',
- 'PYMODULE'),
- ('unidecode.x094',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x094.py',
- 'PYMODULE'),
- ('unidecode.x0b4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b4.py',
- 'PYMODULE'),
- ('unidecode.x054',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x054.py',
- 'PYMODULE'),
- ('unidecode.x05f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05f.py',
- 'PYMODULE'),
- ('unidecode.x0b7',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b7.py',
- 'PYMODULE'),
- ('unidecode.x085',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x085.py',
- 'PYMODULE'),
- ('unidecode.x09d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09d.py',
- 'PYMODULE'),
- ('unidecode.x057',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x057.py',
- 'PYMODULE'),
- ('unidecode.x084',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x084.py',
- 'PYMODULE'),
- ('unidecode.x093',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x093.py',
- 'PYMODULE'),
- ('unidecode.x005',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x005.py',
- 'PYMODULE'),
- ('unidecode.x07f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07f.py',
- 'PYMODULE'),
- ('unidecode.x081',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x081.py',
- 'PYMODULE'),
- ('unidecode.x0cc',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0cc.py',
- 'PYMODULE'),
- ('unidecode.x07c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07c.py',
- 'PYMODULE'),
- ('unidecode.x077',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x077.py',
- 'PYMODULE'),
- ('unidecode.x021',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x021.py',
- 'PYMODULE'),
- ('unidecode.x05a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05a.py',
- 'PYMODULE'),
- ('unidecode.x091',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x091.py',
- 'PYMODULE'),
- ('unidecode.x0b8',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b8.py',
- 'PYMODULE'),
- ('unidecode.x0fa',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fa.py',
- 'PYMODULE'),
- ('unidecode.x080',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x080.py',
- 'PYMODULE'),
- ('unidecode.x079',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x079.py',
- 'PYMODULE'),
- ('unidecode.x06b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06b.py',
- 'PYMODULE'),
- ('unidecode.x0c3',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c3.py',
- 'PYMODULE'),
- ('unidecode.x083',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x083.py',
- 'PYMODULE'),
- ('unidecode.x0fd',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fd.py',
- 'PYMODULE'),
- ('unidecode.x0a3',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a3.py',
- 'PYMODULE'),
- ('unidecode.x02f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x02f.py',
- 'PYMODULE'),
- ('unidecode.x01f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x01f.py',
- 'PYMODULE'),
- ('unidecode.x07a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07a.py',
- 'PYMODULE'),
- ('unidecode.x0d5',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d5.py',
- 'PYMODULE'),
- ('unidecode.x0ae',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ae.py',
- 'PYMODULE'),
- ('unidecode.x0d4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d4.py',
- 'PYMODULE'),
- ('unidecode.x0bb',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0bb.py',
- 'PYMODULE'),
- ('unidecode.x07e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07e.py',
- 'PYMODULE'),
- ('unidecode.x04e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x04e.py',
- 'PYMODULE'),
- ('unidecode.x07b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07b.py',
- 'PYMODULE'),
- ('unidecode.x0c2',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c2.py',
- 'PYMODULE'),
- ('unidecode.x0fe',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fe.py',
- 'PYMODULE'),
- ('unidecode.x013',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x013.py',
- 'PYMODULE'),
- ('unidecode.x068',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x068.py',
- 'PYMODULE'),
- ('unidecode.x020',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x020.py',
- 'PYMODULE'),
- ('unidecode.x095',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x095.py',
- 'PYMODULE'),
- ('unidecode.x0d0',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d0.py',
- 'PYMODULE'),
- ('unidecode.x02c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x02c.py',
- 'PYMODULE'),
- ('unidecode.x0c6',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c6.py',
- 'PYMODULE'),
- ('unidecode.x08c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08c.py',
- 'PYMODULE'),
- ('unidecode.x0d2',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d2.py',
- 'PYMODULE'),
- ('unidecode.x063',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x063.py',
- 'PYMODULE'),
- ('unidecode.x0b9',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b9.py',
- 'PYMODULE'),
- ('unidecode.x0c9',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c9.py',
- 'PYMODULE'),
- ('unidecode.x0c0',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c0.py',
- 'PYMODULE'),
- ('unidecode.x0c8',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c8.py',
- 'PYMODULE'),
- ('unidecode.x062',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x062.py',
- 'PYMODULE'),
- ('unidecode.x0b6',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b6.py',
- 'PYMODULE'),
- ('unidecode.x060',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x060.py',
- 'PYMODULE'),
- ('unidecode.x01d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x01d.py',
- 'PYMODULE'),
- ('unidecode.x073',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x073.py',
- 'PYMODULE'),
- ('unidecode.x075',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x075.py',
- 'PYMODULE'),
- ('unidecode.x06e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06e.py',
- 'PYMODULE'),
- ('text_unidecode',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\text_unidecode\\__init__.py',
- 'PYMODULE'),
- ('slugify',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\slugify\\__init__.py',
- 'PYMODULE'),
- ('copy', 'c:\\program files\\python37\\lib\\copy.py', 'PYMODULE'),
- ('glob', 'c:\\program files\\python37\\lib\\glob.py', 'PYMODULE'),
- ('pprint', 'c:\\program files\\python37\\lib\\pprint.py', 'PYMODULE'),
- ('colorama',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\__init__.py',
- 'PYMODULE'),
- ('colorama.ansitowin32',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\ansitowin32.py',
- 'PYMODULE'),
- ('colorama.winterm',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\winterm.py',
- 'PYMODULE'),
- ('colorama.ansi',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\ansi.py',
- 'PYMODULE'),
- ('colorama.initialise',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\initialise.py',
- 'PYMODULE'),
- ('colorama.win32',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\win32.py',
- 'PYMODULE'),
- ('ctypes.wintypes',
- 'c:\\program files\\python37\\lib\\ctypes\\wintypes.py',
- 'PYMODULE'),
- ('ctypes',
- 'c:\\program files\\python37\\lib\\ctypes\\__init__.py',
- 'PYMODULE'),
- ('ctypes._endian',
- 'c:\\program files\\python37\\lib\\ctypes\\_endian.py',
- 'PYMODULE'),
- ('parse',
- 'c:\\program files\\python37\\lib\\site-packages\\parse.py',
- 'PYMODULE'),
- ('decimal', 'c:\\program files\\python37\\lib\\decimal.py', 'PYMODULE'),
- ('_pydecimal', 'c:\\program files\\python37\\lib\\_pydecimal.py', 'PYMODULE'),
- ('contextvars',
- 'c:\\program files\\python37\\lib\\contextvars.py',
- 'PYMODULE'),
- ('numbers', 'c:\\program files\\python37\\lib\\numbers.py', 'PYMODULE'),
- ('os', 'c:\\program files\\python37\\lib\\os.py', 'PYMODULE'),
- ('json', 'c:\\program files\\python37\\lib\\json\\__init__.py', 'PYMODULE'),
- ('json.encoder',
- 'c:\\program files\\python37\\lib\\json\\encoder.py',
- 'PYMODULE'),
- ('json.decoder',
- 'c:\\program files\\python37\\lib\\json\\decoder.py',
- 'PYMODULE'),
- ('json.scanner',
- 'c:\\program files\\python37\\lib\\json\\scanner.py',
- 'PYMODULE')],
- [('api-ms-win-crt-stdio-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-stdio-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-runtime-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-runtime-l1-1-0.dll',
- 'BINARY'),
- ('VCRUNTIME140.dll',
- 'c:\\program files\\python37\\VCRUNTIME140.dll',
- 'BINARY'),
- ('api-ms-win-crt-heap-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-heap-l1-1-0.dll',
- 'BINARY'),
- ('python37.dll', 'c:\\program files\\python37\\python37.dll', 'BINARY'),
- ('api-ms-win-crt-locale-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-locale-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-math-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-math-l1-1-0.dll',
- 'BINARY'),
- ('ucrtbase.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\ucrtbase.dll',
- 'BINARY'),
- ('api-ms-win-crt-string-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-string-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-convert-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-convert-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-environment-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-environment-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-filesystem-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-filesystem-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-process-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-process-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-conio-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-conio-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-time-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-time-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-namedpipe-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-namedpipe-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-rtlsupport-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-rtlsupport-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-string-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-string-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-libraryloader-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-libraryloader-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-timezone-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-timezone-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-errorhandling-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-errorhandling-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-memory-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-memory-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-processthreads-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-processthreads-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-profile-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-profile-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-file-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-file-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-console-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-console-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-file-l2-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-file-l2-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-interlocked-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-interlocked-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-localization-l1-2-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-localization-l1-2-0.dll',
- 'BINARY'),
- ('api-ms-win-core-processthreads-l1-1-1.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-processthreads-l1-1-1.dll',
- 'BINARY'),
- ('api-ms-win-core-sysinfo-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-sysinfo-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-heap-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-heap-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-synch-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-synch-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-datetime-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-datetime-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-synch-l1-2-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-synch-l1-2-0.dll',
- 'BINARY'),
- ('api-ms-win-core-handle-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-handle-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-file-l1-2-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-file-l1-2-0.dll',
- 'BINARY'),
- ('api-ms-win-core-util-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-util-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-debug-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-debug-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-processenvironment-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-processenvironment-l1-1-0.dll',
- 'BINARY'),
- ('_ssl', 'c:\\program files\\python37\\DLLs\\_ssl.pyd', 'EXTENSION'),
- ('unicodedata',
- 'c:\\program files\\python37\\DLLs\\unicodedata.pyd',
- 'EXTENSION'),
- ('pyexpat', 'c:\\program files\\python37\\DLLs\\pyexpat.pyd', 'EXTENSION'),
- ('_hashlib', 'c:\\program files\\python37\\DLLs\\_hashlib.pyd', 'EXTENSION'),
- ('_bz2', 'c:\\program files\\python37\\DLLs\\_bz2.pyd', 'EXTENSION'),
- ('_lzma', 'c:\\program files\\python37\\DLLs\\_lzma.pyd', 'EXTENSION'),
- ('_socket', 'c:\\program files\\python37\\DLLs\\_socket.pyd', 'EXTENSION'),
- ('select', 'c:\\program files\\python37\\DLLs\\select.pyd', 'EXTENSION'),
- ('_ctypes', 'c:\\program files\\python37\\DLLs\\_ctypes.pyd', 'EXTENSION'),
- ('_contextvars',
- 'c:\\program files\\python37\\DLLs\\_contextvars.pyd',
- 'EXTENSION'),
- ('_decimal', 'c:\\program files\\python37\\DLLs\\_decimal.pyd', 'EXTENSION'),
- ('libcrypto-1_1-x64.dll',
- 'c:\\program files\\python37\\DLLs\\libcrypto-1_1-x64.dll',
- 'BINARY'),
- ('libssl-1_1-x64.dll',
- 'c:\\program files\\python37\\DLLs\\libssl-1_1-x64.dll',
- 'BINARY'),
- ('api-ms-win-crt-utility-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-utility-l1-1-0.dll',
- 'BINARY')],
- [],
- [],
- [('base_library.zip',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\base_library.zip',
- 'DATA')],
- [])
diff --git a/WinBuild/build/bananaSPLIT.exe/EXE-00.toc b/WinBuild/build/bananaSPLIT.exe/EXE-00.toc
deleted file mode 100644
index 368c702..0000000
--- a/WinBuild/build/bananaSPLIT.exe/EXE-00.toc
+++ /dev/null
@@ -1,210 +0,0 @@
-('D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\dist\\bananaSPLIT.exe',
- True,
- False,
- False,
- 'banana.ico',
- None,
- False,
- False,
- '',
- True,
- 'bananaSPLIT.pkg',
- [('PYZ-00.pyz',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\PYZ-00.pyz',
- 'PYZ'),
- ('struct',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\localpycos\\struct.pyo',
- 'PYMODULE'),
- ('pyimod01_os_path',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
- 'PYMODULE'),
- ('pyimod02_archive',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
- 'PYMODULE'),
- ('pyimod03_importers',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
- 'PYMODULE'),
- ('pyiboot01_bootstrap',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
- 'PYSOURCE'),
- ('main',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\main.py',
- 'PYSOURCE'),
- ('api-ms-win-crt-stdio-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-stdio-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-runtime-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-runtime-l1-1-0.dll',
- 'BINARY'),
- ('VCRUNTIME140.dll',
- 'c:\\program files\\python37\\VCRUNTIME140.dll',
- 'BINARY'),
- ('api-ms-win-crt-heap-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-heap-l1-1-0.dll',
- 'BINARY'),
- ('python37.dll', 'c:\\program files\\python37\\python37.dll', 'BINARY'),
- ('api-ms-win-crt-locale-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-locale-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-math-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-math-l1-1-0.dll',
- 'BINARY'),
- ('ucrtbase.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\ucrtbase.dll',
- 'BINARY'),
- ('api-ms-win-crt-string-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-string-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-convert-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-convert-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-environment-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-environment-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-filesystem-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-filesystem-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-process-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-process-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-conio-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-conio-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-time-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-time-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-namedpipe-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-namedpipe-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-rtlsupport-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-rtlsupport-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-string-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-string-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-libraryloader-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-libraryloader-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-timezone-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-timezone-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-errorhandling-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-errorhandling-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-memory-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-memory-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-processthreads-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-processthreads-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-profile-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-profile-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-file-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-file-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-console-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-console-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-file-l2-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-file-l2-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-interlocked-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-interlocked-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-localization-l1-2-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-localization-l1-2-0.dll',
- 'BINARY'),
- ('api-ms-win-core-processthreads-l1-1-1.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-processthreads-l1-1-1.dll',
- 'BINARY'),
- ('api-ms-win-core-sysinfo-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-sysinfo-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-heap-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-heap-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-synch-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-synch-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-datetime-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-datetime-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-synch-l1-2-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-synch-l1-2-0.dll',
- 'BINARY'),
- ('api-ms-win-core-handle-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-handle-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-file-l1-2-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-file-l1-2-0.dll',
- 'BINARY'),
- ('api-ms-win-core-util-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-util-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-debug-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-debug-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-processenvironment-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-processenvironment-l1-1-0.dll',
- 'BINARY'),
- ('_ssl', 'c:\\program files\\python37\\DLLs\\_ssl.pyd', 'EXTENSION'),
- ('unicodedata',
- 'c:\\program files\\python37\\DLLs\\unicodedata.pyd',
- 'EXTENSION'),
- ('pyexpat', 'c:\\program files\\python37\\DLLs\\pyexpat.pyd', 'EXTENSION'),
- ('_hashlib', 'c:\\program files\\python37\\DLLs\\_hashlib.pyd', 'EXTENSION'),
- ('_bz2', 'c:\\program files\\python37\\DLLs\\_bz2.pyd', 'EXTENSION'),
- ('_lzma', 'c:\\program files\\python37\\DLLs\\_lzma.pyd', 'EXTENSION'),
- ('_socket', 'c:\\program files\\python37\\DLLs\\_socket.pyd', 'EXTENSION'),
- ('select', 'c:\\program files\\python37\\DLLs\\select.pyd', 'EXTENSION'),
- ('_ctypes', 'c:\\program files\\python37\\DLLs\\_ctypes.pyd', 'EXTENSION'),
- ('_contextvars',
- 'c:\\program files\\python37\\DLLs\\_contextvars.pyd',
- 'EXTENSION'),
- ('_decimal', 'c:\\program files\\python37\\DLLs\\_decimal.pyd', 'EXTENSION'),
- ('libcrypto-1_1-x64.dll',
- 'c:\\program files\\python37\\DLLs\\libcrypto-1_1-x64.dll',
- 'BINARY'),
- ('libssl-1_1-x64.dll',
- 'c:\\program files\\python37\\DLLs\\libssl-1_1-x64.dll',
- 'BINARY'),
- ('api-ms-win-crt-utility-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-utility-l1-1-0.dll',
- 'BINARY'),
- ('text_unidecode\\data.bin',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\text_unidecode\\data.bin',
- 'DATA'),
- ('base_library.zip',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\base_library.zip',
- 'DATA'),
- ('bananaSPLIT.exe.manifest',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\bananaSPLIT.exe.exe.manifest',
- 'BINARY'),
- ('pyi-windows-manifest-filename bananaSPLIT.exe.manifest', '', 'OPTION')],
- [],
- False,
- False,
- 1563704332,
- [('run.exe',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\bootloader\\Windows-64bit\\run.exe',
- 'EXECUTABLE')])
diff --git a/WinBuild/build/bananaSPLIT.exe/PKG-00.pkg b/WinBuild/build/bananaSPLIT.exe/PKG-00.pkg
deleted file mode 100644
index f181164..0000000
Binary files a/WinBuild/build/bananaSPLIT.exe/PKG-00.pkg and /dev/null differ
diff --git a/WinBuild/build/bananaSPLIT.exe/PKG-00.toc b/WinBuild/build/bananaSPLIT.exe/PKG-00.toc
deleted file mode 100644
index 5397ea2..0000000
--- a/WinBuild/build/bananaSPLIT.exe/PKG-00.toc
+++ /dev/null
@@ -1,202 +0,0 @@
-('D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\PKG-00.pkg',
- {'BINARY': 1,
- 'DATA': 1,
- 'EXECUTABLE': 1,
- 'EXTENSION': 1,
- 'PYMODULE': 1,
- 'PYSOURCE': 1,
- 'PYZ': 0},
- [('PYZ-00.pyz',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\PYZ-00.pyz',
- 'PYZ'),
- ('struct',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\localpycos\\struct.pyo',
- 'PYMODULE'),
- ('pyimod01_os_path',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod01_os_path.pyc',
- 'PYMODULE'),
- ('pyimod02_archive',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod02_archive.pyc',
- 'PYMODULE'),
- ('pyimod03_importers',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyimod03_importers.pyc',
- 'PYMODULE'),
- ('pyiboot01_bootstrap',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\PyInstaller\\loader\\pyiboot01_bootstrap.py',
- 'PYSOURCE'),
- ('main',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\main.py',
- 'PYSOURCE'),
- ('api-ms-win-crt-stdio-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-stdio-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-runtime-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-runtime-l1-1-0.dll',
- 'BINARY'),
- ('VCRUNTIME140.dll',
- 'c:\\program files\\python37\\VCRUNTIME140.dll',
- 'BINARY'),
- ('api-ms-win-crt-heap-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-heap-l1-1-0.dll',
- 'BINARY'),
- ('python37.dll', 'c:\\program files\\python37\\python37.dll', 'BINARY'),
- ('api-ms-win-crt-locale-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-locale-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-math-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-math-l1-1-0.dll',
- 'BINARY'),
- ('ucrtbase.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\ucrtbase.dll',
- 'BINARY'),
- ('api-ms-win-crt-string-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-string-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-convert-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-convert-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-environment-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-environment-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-filesystem-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-filesystem-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-process-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-process-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-conio-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-conio-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-crt-time-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-time-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-namedpipe-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-namedpipe-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-rtlsupport-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-rtlsupport-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-string-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-string-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-libraryloader-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-libraryloader-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-timezone-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-timezone-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-errorhandling-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-errorhandling-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-memory-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-memory-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-processthreads-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-processthreads-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-profile-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-profile-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-file-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-file-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-console-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-console-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-file-l2-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-file-l2-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-interlocked-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-interlocked-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-localization-l1-2-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-localization-l1-2-0.dll',
- 'BINARY'),
- ('api-ms-win-core-processthreads-l1-1-1.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-processthreads-l1-1-1.dll',
- 'BINARY'),
- ('api-ms-win-core-sysinfo-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-sysinfo-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-heap-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-heap-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-synch-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-synch-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-datetime-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-datetime-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-synch-l1-2-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-synch-l1-2-0.dll',
- 'BINARY'),
- ('api-ms-win-core-handle-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-handle-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-file-l1-2-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-file-l1-2-0.dll',
- 'BINARY'),
- ('api-ms-win-core-util-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-util-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-debug-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-core-debug-l1-1-0.dll',
- 'BINARY'),
- ('api-ms-win-core-processenvironment-l1-1-0.dll',
- 'C:/Program '
- 'Files/Java/jre1.8.0_211/bin\\api-ms-win-core-processenvironment-l1-1-0.dll',
- 'BINARY'),
- ('_ssl', 'c:\\program files\\python37\\DLLs\\_ssl.pyd', 'EXTENSION'),
- ('unicodedata',
- 'c:\\program files\\python37\\DLLs\\unicodedata.pyd',
- 'EXTENSION'),
- ('pyexpat', 'c:\\program files\\python37\\DLLs\\pyexpat.pyd', 'EXTENSION'),
- ('_hashlib', 'c:\\program files\\python37\\DLLs\\_hashlib.pyd', 'EXTENSION'),
- ('_bz2', 'c:\\program files\\python37\\DLLs\\_bz2.pyd', 'EXTENSION'),
- ('_lzma', 'c:\\program files\\python37\\DLLs\\_lzma.pyd', 'EXTENSION'),
- ('_socket', 'c:\\program files\\python37\\DLLs\\_socket.pyd', 'EXTENSION'),
- ('select', 'c:\\program files\\python37\\DLLs\\select.pyd', 'EXTENSION'),
- ('_ctypes', 'c:\\program files\\python37\\DLLs\\_ctypes.pyd', 'EXTENSION'),
- ('_contextvars',
- 'c:\\program files\\python37\\DLLs\\_contextvars.pyd',
- 'EXTENSION'),
- ('_decimal', 'c:\\program files\\python37\\DLLs\\_decimal.pyd', 'EXTENSION'),
- ('libcrypto-1_1-x64.dll',
- 'c:\\program files\\python37\\DLLs\\libcrypto-1_1-x64.dll',
- 'BINARY'),
- ('libssl-1_1-x64.dll',
- 'c:\\program files\\python37\\DLLs\\libssl-1_1-x64.dll',
- 'BINARY'),
- ('api-ms-win-crt-utility-l1-1-0.dll',
- 'C:/Program Files/Java/jre1.8.0_211/bin\\api-ms-win-crt-utility-l1-1-0.dll',
- 'BINARY'),
- ('text_unidecode\\data.bin',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\text_unidecode\\data.bin',
- 'DATA'),
- ('base_library.zip',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\base_library.zip',
- 'DATA'),
- ('bananaSPLIT.exe.manifest',
- 'D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\bananaSPLIT.exe.exe.manifest',
- 'BINARY'),
- ('pyi-windows-manifest-filename bananaSPLIT.exe.manifest', '', 'OPTION')],
- False,
- False,
- False)
diff --git a/WinBuild/build/bananaSPLIT.exe/PYZ-00.pyz b/WinBuild/build/bananaSPLIT.exe/PYZ-00.pyz
deleted file mode 100644
index 3250cb9..0000000
Binary files a/WinBuild/build/bananaSPLIT.exe/PYZ-00.pyz and /dev/null differ
diff --git a/WinBuild/build/bananaSPLIT.exe/PYZ-00.toc b/WinBuild/build/bananaSPLIT.exe/PYZ-00.toc
deleted file mode 100644
index 68c7e94..0000000
--- a/WinBuild/build/bananaSPLIT.exe/PYZ-00.toc
+++ /dev/null
@@ -1,1083 +0,0 @@
-('D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT\\build\\bananaSPLIT.exe\\PYZ-00.pyz',
- [('ntpath', 'c:\\program files\\python37\\lib\\ntpath.py', 'PYMODULE'),
- ('_strptime', 'c:\\program files\\python37\\lib\\_strptime.py', 'PYMODULE'),
- ('datetime', 'c:\\program files\\python37\\lib\\datetime.py', 'PYMODULE'),
- ('typing', 'c:\\program files\\python37\\lib\\typing.py', 'PYMODULE'),
- ('_py_abc', 'c:\\program files\\python37\\lib\\_py_abc.py', 'PYMODULE'),
- ('stringprep', 'c:\\program files\\python37\\lib\\stringprep.py', 'PYMODULE'),
- ('fnmatch', 'c:\\program files\\python37\\lib\\fnmatch.py', 'PYMODULE'),
- ('struct', 'c:\\program files\\python37\\lib\\struct.py', 'PYMODULE'),
- ('_compat_pickle',
- 'c:\\program files\\python37\\lib\\_compat_pickle.py',
- 'PYMODULE'),
- ('__future__', 'c:\\program files\\python37\\lib\\__future__.py', 'PYMODULE'),
- ('difflib', 'c:\\program files\\python37\\lib\\difflib.py', 'PYMODULE'),
- ('ast', 'c:\\program files\\python37\\lib\\ast.py', 'PYMODULE'),
- ('inspect', 'c:\\program files\\python37\\lib\\inspect.py', 'PYMODULE'),
- ('cmd', 'c:\\program files\\python37\\lib\\cmd.py', 'PYMODULE'),
- ('bdb', 'c:\\program files\\python37\\lib\\bdb.py', 'PYMODULE'),
- ('opcode', 'c:\\program files\\python37\\lib\\opcode.py', 'PYMODULE'),
- ('dis', 'c:\\program files\\python37\\lib\\dis.py', 'PYMODULE'),
- ('codeop', 'c:\\program files\\python37\\lib\\codeop.py', 'PYMODULE'),
- ('code', 'c:\\program files\\python37\\lib\\code.py', 'PYMODULE'),
- ('shlex', 'c:\\program files\\python37\\lib\\shlex.py', 'PYMODULE'),
- ('runpy', 'c:\\program files\\python37\\lib\\runpy.py', 'PYMODULE'),
- ('importlib._bootstrap',
- 'c:\\program files\\python37\\lib\\importlib\\_bootstrap.py',
- 'PYMODULE'),
- ('importlib._bootstrap_external',
- 'c:\\program files\\python37\\lib\\importlib\\_bootstrap_external.py',
- 'PYMODULE'),
- ('importlib.machinery',
- 'c:\\program files\\python37\\lib\\importlib\\machinery.py',
- 'PYMODULE'),
- ('importlib.util',
- 'c:\\program files\\python37\\lib\\importlib\\util.py',
- 'PYMODULE'),
- ('importlib.abc',
- 'c:\\program files\\python37\\lib\\importlib\\abc.py',
- 'PYMODULE'),
- ('importlib',
- 'c:\\program files\\python37\\lib\\importlib\\__init__.py',
- 'PYMODULE'),
- ('pkgutil', 'c:\\program files\\python37\\lib\\pkgutil.py', 'PYMODULE'),
- ('xml', 'c:\\program files\\python37\\lib\\xml\\__init__.py', 'PYMODULE'),
- ('xml.sax.expatreader',
- 'c:\\program files\\python37\\lib\\xml\\sax\\expatreader.py',
- 'PYMODULE'),
- ('xml.sax.saxutils',
- 'c:\\program files\\python37\\lib\\xml\\sax\\saxutils.py',
- 'PYMODULE'),
- ('urllib.request',
- 'c:\\program files\\python37\\lib\\urllib\\request.py',
- 'PYMODULE'),
- ('getpass', 'c:\\program files\\python37\\lib\\getpass.py', 'PYMODULE'),
- ('nturl2path', 'c:\\program files\\python37\\lib\\nturl2path.py', 'PYMODULE'),
- ('ftplib', 'c:\\program files\\python37\\lib\\ftplib.py', 'PYMODULE'),
- ('netrc', 'c:\\program files\\python37\\lib\\netrc.py', 'PYMODULE'),
- ('http.cookiejar',
- 'c:\\program files\\python37\\lib\\http\\cookiejar.py',
- 'PYMODULE'),
- ('urllib.response',
- 'c:\\program files\\python37\\lib\\urllib\\response.py',
- 'PYMODULE'),
- ('urllib.error',
- 'c:\\program files\\python37\\lib\\urllib\\error.py',
- 'PYMODULE'),
- ('xml.sax',
- 'c:\\program files\\python37\\lib\\xml\\sax\\__init__.py',
- 'PYMODULE'),
- ('xml.sax.handler',
- 'c:\\program files\\python37\\lib\\xml\\sax\\handler.py',
- 'PYMODULE'),
- ('xml.sax._exceptions',
- 'c:\\program files\\python37\\lib\\xml\\sax\\_exceptions.py',
- 'PYMODULE'),
- ('xml.sax.xmlreader',
- 'c:\\program files\\python37\\lib\\xml\\sax\\xmlreader.py',
- 'PYMODULE'),
- ('xml.parsers',
- 'c:\\program files\\python37\\lib\\xml\\parsers\\__init__.py',
- 'PYMODULE'),
- ('xml.parsers.expat',
- 'c:\\program files\\python37\\lib\\xml\\parsers\\expat.py',
- 'PYMODULE'),
- ('plistlib', 'c:\\program files\\python37\\lib\\plistlib.py', 'PYMODULE'),
- ('platform', 'c:\\program files\\python37\\lib\\platform.py', 'PYMODULE'),
- ('token', 'c:\\program files\\python37\\lib\\token.py', 'PYMODULE'),
- ('tokenize', 'c:\\program files\\python37\\lib\\tokenize.py', 'PYMODULE'),
- ('urllib.parse',
- 'c:\\program files\\python37\\lib\\urllib\\parse.py',
- 'PYMODULE'),
- ('tempfile', 'c:\\program files\\python37\\lib\\tempfile.py', 'PYMODULE'),
- ('tty', 'c:\\program files\\python37\\lib\\tty.py', 'PYMODULE'),
- ('pydoc_data',
- 'c:\\program files\\python37\\lib\\pydoc_data\\__init__.py',
- 'PYMODULE'),
- ('pydoc_data.topics',
- 'c:\\program files\\python37\\lib\\pydoc_data\\topics.py',
- 'PYMODULE'),
- ('html.entities',
- 'c:\\program files\\python37\\lib\\html\\entities.py',
- 'PYMODULE'),
- ('html', 'c:\\program files\\python37\\lib\\html\\__init__.py', 'PYMODULE'),
- ('ssl', 'c:\\program files\\python37\\lib\\ssl.py', 'PYMODULE'),
- ('http.client',
- 'c:\\program files\\python37\\lib\\http\\client.py',
- 'PYMODULE'),
- ('mimetypes', 'c:\\program files\\python37\\lib\\mimetypes.py', 'PYMODULE'),
- ('socketserver',
- 'c:\\program files\\python37\\lib\\socketserver.py',
- 'PYMODULE'),
- ('http', 'c:\\program files\\python37\\lib\\http\\__init__.py', 'PYMODULE'),
- ('http.server',
- 'c:\\program files\\python37\\lib\\http\\server.py',
- 'PYMODULE'),
- ('optparse', 'c:\\program files\\python37\\lib\\optparse.py', 'PYMODULE'),
- ('uu', 'c:\\program files\\python37\\lib\\uu.py', 'PYMODULE'),
- ('quopri', 'c:\\program files\\python37\\lib\\quopri.py', 'PYMODULE'),
- ('email.feedparser',
- 'c:\\program files\\python37\\lib\\email\\feedparser.py',
- 'PYMODULE'),
- ('email.parser',
- 'c:\\program files\\python37\\lib\\email\\parser.py',
- 'PYMODULE'),
- ('email', 'c:\\program files\\python37\\lib\\email\\__init__.py', 'PYMODULE'),
- ('calendar', 'c:\\program files\\python37\\lib\\calendar.py', 'PYMODULE'),
- ('email._parseaddr',
- 'c:\\program files\\python37\\lib\\email\\_parseaddr.py',
- 'PYMODULE'),
- ('email.utils',
- 'c:\\program files\\python37\\lib\\email\\utils.py',
- 'PYMODULE'),
- ('email.errors',
- 'c:\\program files\\python37\\lib\\email\\errors.py',
- 'PYMODULE'),
- ('email.header',
- 'c:\\program files\\python37\\lib\\email\\header.py',
- 'PYMODULE'),
- ('email._policybase',
- 'c:\\program files\\python37\\lib\\email\\_policybase.py',
- 'PYMODULE'),
- ('email.base64mime',
- 'c:\\program files\\python37\\lib\\email\\base64mime.py',
- 'PYMODULE'),
- ('email.encoders',
- 'c:\\program files\\python37\\lib\\email\\encoders.py',
- 'PYMODULE'),
- ('email.charset',
- 'c:\\program files\\python37\\lib\\email\\charset.py',
- 'PYMODULE'),
- ('base64', 'c:\\program files\\python37\\lib\\base64.py', 'PYMODULE'),
- ('email._encoded_words',
- 'c:\\program files\\python37\\lib\\email\\_encoded_words.py',
- 'PYMODULE'),
- ('hashlib', 'c:\\program files\\python37\\lib\\hashlib.py', 'PYMODULE'),
- ('bisect', 'c:\\program files\\python37\\lib\\bisect.py', 'PYMODULE'),
- ('random', 'c:\\program files\\python37\\lib\\random.py', 'PYMODULE'),
- ('email.generator',
- 'c:\\program files\\python37\\lib\\email\\generator.py',
- 'PYMODULE'),
- ('email.iterators',
- 'c:\\program files\\python37\\lib\\email\\iterators.py',
- 'PYMODULE'),
- ('urllib',
- 'c:\\program files\\python37\\lib\\urllib\\__init__.py',
- 'PYMODULE'),
- ('email._header_value_parser',
- 'c:\\program files\\python37\\lib\\email\\_header_value_parser.py',
- 'PYMODULE'),
- ('email.headerregistry',
- 'c:\\program files\\python37\\lib\\email\\headerregistry.py',
- 'PYMODULE'),
- ('email.quoprimime',
- 'c:\\program files\\python37\\lib\\email\\quoprimime.py',
- 'PYMODULE'),
- ('email.contentmanager',
- 'c:\\program files\\python37\\lib\\email\\contentmanager.py',
- 'PYMODULE'),
- ('email.policy',
- 'c:\\program files\\python37\\lib\\email\\policy.py',
- 'PYMODULE'),
- ('email.message',
- 'c:\\program files\\python37\\lib\\email\\message.py',
- 'PYMODULE'),
- ('bz2', 'c:\\program files\\python37\\lib\\bz2.py', 'PYMODULE'),
- ('lzma', 'c:\\program files\\python37\\lib\\lzma.py', 'PYMODULE'),
- ('_compression',
- 'c:\\program files\\python37\\lib\\_compression.py',
- 'PYMODULE'),
- ('gzip', 'c:\\program files\\python37\\lib\\gzip.py', 'PYMODULE'),
- ('tarfile', 'c:\\program files\\python37\\lib\\tarfile.py', 'PYMODULE'),
- ('py_compile', 'c:\\program files\\python37\\lib\\py_compile.py', 'PYMODULE'),
- ('zipfile', 'c:\\program files\\python37\\lib\\zipfile.py', 'PYMODULE'),
- ('shutil', 'c:\\program files\\python37\\lib\\shutil.py', 'PYMODULE'),
- ('socket', 'c:\\program files\\python37\\lib\\socket.py', 'PYMODULE'),
- ('webbrowser', 'c:\\program files\\python37\\lib\\webbrowser.py', 'PYMODULE'),
- ('pydoc', 'c:\\program files\\python37\\lib\\pydoc.py', 'PYMODULE'),
- ('getopt', 'c:\\program files\\python37\\lib\\getopt.py', 'PYMODULE'),
- ('pdb', 'c:\\program files\\python37\\lib\\pdb.py', 'PYMODULE'),
- ('unittest.util',
- 'c:\\program files\\python37\\lib\\unittest\\util.py',
- 'PYMODULE'),
- ('unittest.result',
- 'c:\\program files\\python37\\lib\\unittest\\result.py',
- 'PYMODULE'),
- ('string', 'c:\\program files\\python37\\lib\\string.py', 'PYMODULE'),
- ('logging',
- 'c:\\program files\\python37\\lib\\logging\\__init__.py',
- 'PYMODULE'),
- ('unittest.case',
- 'c:\\program files\\python37\\lib\\unittest\\case.py',
- 'PYMODULE'),
- ('unittest.suite',
- 'c:\\program files\\python37\\lib\\unittest\\suite.py',
- 'PYMODULE'),
- ('unittest.loader',
- 'c:\\program files\\python37\\lib\\unittest\\loader.py',
- 'PYMODULE'),
- ('unittest.runner',
- 'c:\\program files\\python37\\lib\\unittest\\runner.py',
- 'PYMODULE'),
- ('unittest.main',
- 'c:\\program files\\python37\\lib\\unittest\\main.py',
- 'PYMODULE'),
- ('unittest.signals',
- 'c:\\program files\\python37\\lib\\unittest\\signals.py',
- 'PYMODULE'),
- ('unittest',
- 'c:\\program files\\python37\\lib\\unittest\\__init__.py',
- 'PYMODULE'),
- ('doctest', 'c:\\program files\\python37\\lib\\doctest.py', 'PYMODULE'),
- ('stat', 'c:\\program files\\python37\\lib\\stat.py', 'PYMODULE'),
- ('genericpath',
- 'c:\\program files\\python37\\lib\\genericpath.py',
- 'PYMODULE'),
- ('posixpath', 'c:\\program files\\python37\\lib\\posixpath.py', 'PYMODULE'),
- ('signal', 'c:\\program files\\python37\\lib\\signal.py', 'PYMODULE'),
- ('contextlib', 'c:\\program files\\python37\\lib\\contextlib.py', 'PYMODULE'),
- ('_threading_local',
- 'c:\\program files\\python37\\lib\\_threading_local.py',
- 'PYMODULE'),
- ('threading', 'c:\\program files\\python37\\lib\\threading.py', 'PYMODULE'),
- ('selectors', 'c:\\program files\\python37\\lib\\selectors.py', 'PYMODULE'),
- ('subprocess', 'c:\\program files\\python37\\lib\\subprocess.py', 'PYMODULE'),
- ('gettext', 'c:\\program files\\python37\\lib\\gettext.py', 'PYMODULE'),
- ('textwrap', 'c:\\program files\\python37\\lib\\textwrap.py', 'PYMODULE'),
- ('argparse', 'c:\\program files\\python37\\lib\\argparse.py', 'PYMODULE'),
- ('pickle', 'c:\\program files\\python37\\lib\\pickle.py', 'PYMODULE'),
- ('tracemalloc',
- 'c:\\program files\\python37\\lib\\tracemalloc.py',
- 'PYMODULE'),
- ('slugify.slugify',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\slugify\\slugify.py',
- 'PYMODULE'),
- ('unidecode',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\__init__.py',
- 'PYMODULE'),
- ('unidecode.x056',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x056.py',
- 'PYMODULE'),
- ('unidecode.x00c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00c.py',
- 'PYMODULE'),
- ('unidecode.x02a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x02a.py',
- 'PYMODULE'),
- ('unidecode.x0ad',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ad.py',
- 'PYMODULE'),
- ('unidecode.x0ca',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ca.py',
- 'PYMODULE'),
- ('unidecode.x071',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x071.py',
- 'PYMODULE'),
- ('unidecode.x086',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x086.py',
- 'PYMODULE'),
- ('unidecode.x004',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x004.py',
- 'PYMODULE'),
- ('unidecode.x028',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x028.py',
- 'PYMODULE'),
- ('unidecode.x09c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09c.py',
- 'PYMODULE'),
- ('unidecode.x082',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x082.py',
- 'PYMODULE'),
- ('unidecode.x06a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06a.py',
- 'PYMODULE'),
- ('unidecode.x050',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x050.py',
- 'PYMODULE'),
- ('unidecode.x08a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08a.py',
- 'PYMODULE'),
- ('unidecode.x1d7',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1d7.py',
- 'PYMODULE'),
- ('unidecode.x1d6',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1d6.py',
- 'PYMODULE'),
- ('unidecode.x059',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x059.py',
- 'PYMODULE'),
- ('unidecode.x0b1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b1.py',
- 'PYMODULE'),
- ('unidecode.x0ff',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ff.py',
- 'PYMODULE'),
- ('unidecode.x0c1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c1.py',
- 'PYMODULE'),
- ('unidecode.x089',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x089.py',
- 'PYMODULE'),
- ('unidecode.x01e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x01e.py',
- 'PYMODULE'),
- ('unidecode.x0c4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c4.py',
- 'PYMODULE'),
- ('unidecode.x0cb',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0cb.py',
- 'PYMODULE'),
- ('unidecode.x074',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x074.py',
- 'PYMODULE'),
- ('unidecode.x072',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x072.py',
- 'PYMODULE'),
- ('unidecode.x07d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07d.py',
- 'PYMODULE'),
- ('unidecode.x003',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x003.py',
- 'PYMODULE'),
- ('unidecode.x087',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x087.py',
- 'PYMODULE'),
- ('unidecode.x061',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x061.py',
- 'PYMODULE'),
- ('unidecode.x069',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x069.py',
- 'PYMODULE'),
- ('unidecode.x05b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05b.py',
- 'PYMODULE'),
- ('unidecode.x0d6',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d6.py',
- 'PYMODULE'),
- ('unidecode.x031',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x031.py',
- 'PYMODULE'),
- ('unidecode.x006',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x006.py',
- 'PYMODULE'),
- ('unidecode.x09a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09a.py',
- 'PYMODULE'),
- ('unidecode.x0ce',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ce.py',
- 'PYMODULE'),
- ('unidecode.x0bc',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0bc.py',
- 'PYMODULE'),
- ('unidecode.x0b0',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b0.py',
- 'PYMODULE'),
- ('unidecode.x0bf',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0bf.py',
- 'PYMODULE'),
- ('unidecode.x06c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06c.py',
- 'PYMODULE'),
- ('unidecode.x1d4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1d4.py',
- 'PYMODULE'),
- ('unidecode.x078',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x078.py',
- 'PYMODULE'),
- ('unidecode.x0cd',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0cd.py',
- 'PYMODULE'),
- ('unidecode.x099',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x099.py',
- 'PYMODULE'),
- ('unidecode.x0bd',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0bd.py',
- 'PYMODULE'),
- ('unidecode.x052',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x052.py',
- 'PYMODULE'),
- ('unidecode.x026',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x026.py',
- 'PYMODULE'),
- ('unidecode.x05c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05c.py',
- 'PYMODULE'),
- ('unidecode.x00a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00a.py',
- 'PYMODULE'),
- ('unidecode.x033',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x033.py',
- 'PYMODULE'),
- ('unidecode.x0fc',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fc.py',
- 'PYMODULE'),
- ('unidecode.x023',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x023.py',
- 'PYMODULE'),
- ('unidecode.x09e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09e.py',
- 'PYMODULE'),
- ('unidecode.x0c7',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c7.py',
- 'PYMODULE'),
- ('unidecode.x0d3',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d3.py',
- 'PYMODULE'),
- ('unidecode.x002',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x002.py',
- 'PYMODULE'),
- ('unidecode.x06f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06f.py',
- 'PYMODULE'),
- ('unidecode.x058',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x058.py',
- 'PYMODULE'),
- ('unidecode.x0ba',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ba.py',
- 'PYMODULE'),
- ('unidecode.x00d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00d.py',
- 'PYMODULE'),
- ('unidecode.x0be',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0be.py',
- 'PYMODULE'),
- ('unidecode.x00e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00e.py',
- 'PYMODULE'),
- ('unidecode.x0b2',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b2.py',
- 'PYMODULE'),
- ('unidecode.x00f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00f.py',
- 'PYMODULE'),
- ('unidecode.x018',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x018.py',
- 'PYMODULE'),
- ('unidecode.x097',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x097.py',
- 'PYMODULE'),
- ('unidecode.x05d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05d.py',
- 'PYMODULE'),
- ('unidecode.x010',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x010.py',
- 'PYMODULE'),
- ('unidecode.x00b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x00b.py',
- 'PYMODULE'),
- ('unidecode.x0f9',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0f9.py',
- 'PYMODULE'),
- ('unidecode.x0a2',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a2.py',
- 'PYMODULE'),
- ('unidecode.x070',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x070.py',
- 'PYMODULE'),
- ('unidecode.x007',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x007.py',
- 'PYMODULE'),
- ('unidecode.x098',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x098.py',
- 'PYMODULE'),
- ('unidecode.x08d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08d.py',
- 'PYMODULE'),
- ('unidecode.x011',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x011.py',
- 'PYMODULE'),
- ('unidecode.x1d5',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1d5.py',
- 'PYMODULE'),
- ('unidecode.x024',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x024.py',
- 'PYMODULE'),
- ('unidecode.x009',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x009.py',
- 'PYMODULE'),
- ('unidecode.x014',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x014.py',
- 'PYMODULE'),
- ('unidecode.x08e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08e.py',
- 'PYMODULE'),
- ('unidecode.x0c5',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c5.py',
- 'PYMODULE'),
- ('unidecode.x0fb',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fb.py',
- 'PYMODULE'),
- ('unidecode.x0cf',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0cf.py',
- 'PYMODULE'),
- ('unidecode.x08f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08f.py',
- 'PYMODULE'),
- ('unidecode.x012',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x012.py',
- 'PYMODULE'),
- ('unidecode.x04d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x04d.py',
- 'PYMODULE'),
- ('unidecode.x0ac',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ac.py',
- 'PYMODULE'),
- ('unidecode.x08b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08b.py',
- 'PYMODULE'),
- ('unidecode.x051',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x051.py',
- 'PYMODULE'),
- ('unidecode.x0af',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0af.py',
- 'PYMODULE'),
- ('unidecode.x02e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x02e.py',
- 'PYMODULE'),
- ('unidecode.x0b5',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b5.py',
- 'PYMODULE'),
- ('unidecode.x06d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06d.py',
- 'PYMODULE'),
- ('unidecode.x09f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09f.py',
- 'PYMODULE'),
- ('unidecode.x064',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x064.py',
- 'PYMODULE'),
- ('unidecode.x05e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05e.py',
- 'PYMODULE'),
- ('unidecode.x066',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x066.py',
- 'PYMODULE'),
- ('unidecode.x017',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x017.py',
- 'PYMODULE'),
- ('unidecode.x0a4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a4.py',
- 'PYMODULE'),
- ('unidecode.x000',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x000.py',
- 'PYMODULE'),
- ('unidecode.x029',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x029.py',
- 'PYMODULE'),
- ('unidecode.x055',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x055.py',
- 'PYMODULE'),
- ('unidecode.x015',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x015.py',
- 'PYMODULE'),
- ('unidecode.x0b3',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b3.py',
- 'PYMODULE'),
- ('unidecode.util',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\util.py',
- 'PYMODULE'),
- ('unidecode.x0a0',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a0.py',
- 'PYMODULE'),
- ('unidecode.x092',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x092.py',
- 'PYMODULE'),
- ('unidecode.x053',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x053.py',
- 'PYMODULE'),
- ('unidecode.x025',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x025.py',
- 'PYMODULE'),
- ('unidecode.x0a1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a1.py',
- 'PYMODULE'),
- ('unidecode.x032',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x032.py',
- 'PYMODULE'),
- ('unidecode.x088',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x088.py',
- 'PYMODULE'),
- ('unidecode.x001',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x001.py',
- 'PYMODULE'),
- ('unidecode.x04f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x04f.py',
- 'PYMODULE'),
- ('unidecode.x076',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x076.py',
- 'PYMODULE'),
- ('unidecode.x09b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09b.py',
- 'PYMODULE'),
- ('unidecode.x065',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x065.py',
- 'PYMODULE'),
- ('unidecode.x0d1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d1.py',
- 'PYMODULE'),
- ('unidecode.x090',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x090.py',
- 'PYMODULE'),
- ('unidecode.x027',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x027.py',
- 'PYMODULE'),
- ('unidecode.x022',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x022.py',
- 'PYMODULE'),
- ('unidecode.x067',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x067.py',
- 'PYMODULE'),
- ('unidecode.x016',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x016.py',
- 'PYMODULE'),
- ('unidecode.x1f1',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x1f1.py',
- 'PYMODULE'),
- ('unidecode.x0d7',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d7.py',
- 'PYMODULE'),
- ('unidecode.x096',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x096.py',
- 'PYMODULE'),
- ('unidecode.x030',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x030.py',
- 'PYMODULE'),
- ('unidecode.x094',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x094.py',
- 'PYMODULE'),
- ('unidecode.x0b4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b4.py',
- 'PYMODULE'),
- ('unidecode.x054',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x054.py',
- 'PYMODULE'),
- ('unidecode.x05f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05f.py',
- 'PYMODULE'),
- ('unidecode.x0b7',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b7.py',
- 'PYMODULE'),
- ('unidecode.x085',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x085.py',
- 'PYMODULE'),
- ('unidecode.x09d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x09d.py',
- 'PYMODULE'),
- ('unidecode.x057',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x057.py',
- 'PYMODULE'),
- ('unidecode.x084',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x084.py',
- 'PYMODULE'),
- ('unidecode.x093',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x093.py',
- 'PYMODULE'),
- ('unidecode.x005',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x005.py',
- 'PYMODULE'),
- ('unidecode.x07f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07f.py',
- 'PYMODULE'),
- ('unidecode.x081',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x081.py',
- 'PYMODULE'),
- ('unidecode.x0cc',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0cc.py',
- 'PYMODULE'),
- ('unidecode.x07c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07c.py',
- 'PYMODULE'),
- ('unidecode.x077',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x077.py',
- 'PYMODULE'),
- ('unidecode.x021',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x021.py',
- 'PYMODULE'),
- ('unidecode.x05a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x05a.py',
- 'PYMODULE'),
- ('unidecode.x091',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x091.py',
- 'PYMODULE'),
- ('unidecode.x0b8',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b8.py',
- 'PYMODULE'),
- ('unidecode.x0fa',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fa.py',
- 'PYMODULE'),
- ('unidecode.x080',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x080.py',
- 'PYMODULE'),
- ('unidecode.x079',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x079.py',
- 'PYMODULE'),
- ('unidecode.x06b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06b.py',
- 'PYMODULE'),
- ('unidecode.x0c3',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c3.py',
- 'PYMODULE'),
- ('unidecode.x083',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x083.py',
- 'PYMODULE'),
- ('unidecode.x0fd',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fd.py',
- 'PYMODULE'),
- ('unidecode.x0a3',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0a3.py',
- 'PYMODULE'),
- ('unidecode.x02f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x02f.py',
- 'PYMODULE'),
- ('unidecode.x01f',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x01f.py',
- 'PYMODULE'),
- ('unidecode.x07a',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07a.py',
- 'PYMODULE'),
- ('unidecode.x0d5',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d5.py',
- 'PYMODULE'),
- ('unidecode.x0ae',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0ae.py',
- 'PYMODULE'),
- ('unidecode.x0d4',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d4.py',
- 'PYMODULE'),
- ('unidecode.x0bb',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0bb.py',
- 'PYMODULE'),
- ('unidecode.x07e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07e.py',
- 'PYMODULE'),
- ('unidecode.x04e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x04e.py',
- 'PYMODULE'),
- ('unidecode.x07b',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x07b.py',
- 'PYMODULE'),
- ('unidecode.x0c2',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c2.py',
- 'PYMODULE'),
- ('unidecode.x0fe',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0fe.py',
- 'PYMODULE'),
- ('unidecode.x013',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x013.py',
- 'PYMODULE'),
- ('unidecode.x068',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x068.py',
- 'PYMODULE'),
- ('unidecode.x020',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x020.py',
- 'PYMODULE'),
- ('unidecode.x095',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x095.py',
- 'PYMODULE'),
- ('unidecode.x0d0',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d0.py',
- 'PYMODULE'),
- ('unidecode.x02c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x02c.py',
- 'PYMODULE'),
- ('unidecode.x0c6',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c6.py',
- 'PYMODULE'),
- ('unidecode.x08c',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x08c.py',
- 'PYMODULE'),
- ('unidecode.x0d2',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0d2.py',
- 'PYMODULE'),
- ('unidecode.x063',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x063.py',
- 'PYMODULE'),
- ('unidecode.x0b9',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b9.py',
- 'PYMODULE'),
- ('unidecode.x0c9',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c9.py',
- 'PYMODULE'),
- ('unidecode.x0c0',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c0.py',
- 'PYMODULE'),
- ('unidecode.x0c8',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0c8.py',
- 'PYMODULE'),
- ('unidecode.x062',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x062.py',
- 'PYMODULE'),
- ('unidecode.x0b6',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x0b6.py',
- 'PYMODULE'),
- ('unidecode.x060',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x060.py',
- 'PYMODULE'),
- ('unidecode.x01d',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x01d.py',
- 'PYMODULE'),
- ('unidecode.x073',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x073.py',
- 'PYMODULE'),
- ('unidecode.x075',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x075.py',
- 'PYMODULE'),
- ('unidecode.x06e',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\unidecode\\x06e.py',
- 'PYMODULE'),
- ('text_unidecode',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\text_unidecode\\__init__.py',
- 'PYMODULE'),
- ('slugify',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\slugify\\__init__.py',
- 'PYMODULE'),
- ('copy', 'c:\\program files\\python37\\lib\\copy.py', 'PYMODULE'),
- ('glob', 'c:\\program files\\python37\\lib\\glob.py', 'PYMODULE'),
- ('pprint', 'c:\\program files\\python37\\lib\\pprint.py', 'PYMODULE'),
- ('colorama',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\__init__.py',
- 'PYMODULE'),
- ('colorama.ansitowin32',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\ansitowin32.py',
- 'PYMODULE'),
- ('colorama.winterm',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\winterm.py',
- 'PYMODULE'),
- ('colorama.ansi',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\ansi.py',
- 'PYMODULE'),
- ('colorama.initialise',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\initialise.py',
- 'PYMODULE'),
- ('colorama.win32',
- 'C:\\Users\\Emanuele '
- 'Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\colorama\\win32.py',
- 'PYMODULE'),
- ('ctypes.wintypes',
- 'c:\\program files\\python37\\lib\\ctypes\\wintypes.py',
- 'PYMODULE'),
- ('ctypes',
- 'c:\\program files\\python37\\lib\\ctypes\\__init__.py',
- 'PYMODULE'),
- ('ctypes._endian',
- 'c:\\program files\\python37\\lib\\ctypes\\_endian.py',
- 'PYMODULE'),
- ('parse',
- 'c:\\program files\\python37\\lib\\site-packages\\parse.py',
- 'PYMODULE'),
- ('decimal', 'c:\\program files\\python37\\lib\\decimal.py', 'PYMODULE'),
- ('_pydecimal', 'c:\\program files\\python37\\lib\\_pydecimal.py', 'PYMODULE'),
- ('contextvars',
- 'c:\\program files\\python37\\lib\\contextvars.py',
- 'PYMODULE'),
- ('numbers', 'c:\\program files\\python37\\lib\\numbers.py', 'PYMODULE'),
- ('os', 'c:\\program files\\python37\\lib\\os.py', 'PYMODULE'),
- ('json', 'c:\\program files\\python37\\lib\\json\\__init__.py', 'PYMODULE'),
- ('json.encoder',
- 'c:\\program files\\python37\\lib\\json\\encoder.py',
- 'PYMODULE'),
- ('json.decoder',
- 'c:\\program files\\python37\\lib\\json\\decoder.py',
- 'PYMODULE'),
- ('json.scanner',
- 'c:\\program files\\python37\\lib\\json\\scanner.py',
- 'PYMODULE')])
diff --git a/WinBuild/build/bananaSPLIT.exe/bananaSPLIT.exe.exe.manifest b/WinBuild/build/bananaSPLIT.exe/bananaSPLIT.exe.exe.manifest
deleted file mode 100644
index 9002045..0000000
--- a/WinBuild/build/bananaSPLIT.exe/bananaSPLIT.exe.exe.manifest
+++ /dev/null
@@ -1,19 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/WinBuild/build/bananaSPLIT.exe/base_library.zip b/WinBuild/build/bananaSPLIT.exe/base_library.zip
deleted file mode 100644
index 0d8f293..0000000
Binary files a/WinBuild/build/bananaSPLIT.exe/base_library.zip and /dev/null differ
diff --git a/WinBuild/build/bananaSPLIT.exe/localpycos/struct.pyo b/WinBuild/build/bananaSPLIT.exe/localpycos/struct.pyo
deleted file mode 100644
index 2041d2f..0000000
Binary files a/WinBuild/build/bananaSPLIT.exe/localpycos/struct.pyo and /dev/null differ
diff --git a/WinBuild/build/bananaSPLIT.exe/warn-bananaSPLIT.exe.txt b/WinBuild/build/bananaSPLIT.exe/warn-bananaSPLIT.exe.txt
deleted file mode 100644
index 452dff5..0000000
--- a/WinBuild/build/bananaSPLIT.exe/warn-bananaSPLIT.exe.txt
+++ /dev/null
@@ -1,33 +0,0 @@
-
-This file lists modules PyInstaller was not able to find. This does not
-necessarily mean this module is required for running you program. Python and
-Python 3rd-party packages include a lot of conditional or optional module. For
-example the module 'ntpath' only exists on Windows, whereas the module
-'posixpath' only exists on Posix systems.
-
-Types if import:
-* top-level: imported at the top-level - look at these first
-* conditional: imported within an if-statement
-* delayed: imported from within a function
-* optional: imported within a try-except-statement
-
-IMPORTANT: Do NOT post this list to the issue-tracker. Use it as a basis for
- yourself tracking down the missing module. Thanks!
-
-missing module named resource - imported by posix (top-level), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named posix - imported by os (conditional, optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named _posixsubprocess - imported by subprocess (conditional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named org - imported by pickle (optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named readline - imported by cmd (delayed, conditional, optional), code (delayed, conditional, optional), pdb (delayed, optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-excluded module named _frozen_importlib - imported by importlib (optional), importlib.abc (optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named _frozen_importlib_external - imported by importlib._bootstrap (delayed), importlib (optional), importlib.abc (optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named _winreg - imported by platform (delayed, optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named _scproxy - imported by urllib.request (conditional)
-missing module named java - imported by platform (delayed), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named 'java.lang' - imported by platform (delayed, optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level), xml.sax._exceptions (conditional)
-missing module named vms_lib - imported by platform (delayed, conditional, optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named termios - imported by tty (top-level), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level), getpass (optional)
-missing module named grp - imported by shutil (optional), tarfile (optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level)
-missing module named pwd - imported by posixpath (delayed, conditional), shutil (optional), tarfile (optional), http.server (delayed, optional), webbrowser (delayed), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level), netrc (delayed, conditional), getpass (delayed)
-missing module named 'org.python' - imported by copy (optional), D:\Emanuele\Documenti\workspace\bananaSPLIT\bananaSPLIT\main.py (top-level), xml.sax (delayed, conditional)
-missing module named htmlentitydefs - imported by slugify.slugify (optional)
diff --git a/WinBuild/build/bananaSPLIT.exe/xref-bananaSPLIT.exe.html b/WinBuild/build/bananaSPLIT.exe/xref-bananaSPLIT.exe.html
deleted file mode 100644
index 43838b0..0000000
--- a/WinBuild/build/bananaSPLIT.exe/xref-bananaSPLIT.exe.html
+++ /dev/null
@@ -1,12274 +0,0 @@
-
-
- modulegraph cross reference for main.py
-
-
-
- modulegraph cross reference for main.py
-
-
-
-
-
-
-
-
-
-
-
-
_abc (builtin module)
-
-
-
-
-
-
_ast (builtin module)
-
-
-
-
-
-
_bisect (builtin module)
-
-
-
-
-
-
_blake2 (builtin module)
-
-
-
-
-
-
-
-
_bz2 c:\program files\python37\DLLs\_bz2.pyd
-
-
-
-
-
-
_codecs (builtin module)
-
-
-
-
-
-
_codecs_cn (builtin module)
-
-
-
-
-
-
_codecs_hk (builtin module)
-
-
-
-
-
-
_codecs_iso2022 (builtin module)
-
-
-
-
-
-
_codecs_jp (builtin module)
-
-
-
-
-
-
_codecs_kr (builtin module)
-
-
-
-
-
-
_codecs_tw (builtin module)
-
-
-
-
-
-
_collections (builtin module)
-
-
-
-
-
-
-
-
-
-
-
-
_contextvars c:\program files\python37\DLLs\_contextvars.pyd
-
-
-
-
-
-
_ctypes c:\program files\python37\DLLs\_ctypes.pyd
-
-
-
-
-
-
_datetime (builtin module)
-
-
-
-
-
-
-
_decimal c:\program files\python37\DLLs\_decimal.pyd
-
-
-
-
-
-
-
-
-
-
_functools (builtin module)
-
-
-
-
-
-
_hashlib c:\program files\python37\DLLs\_hashlib.pyd
-
-
-
-
-
-
_heapq (builtin module)
-
-
-
-
-
-
_imp (builtin module)
-
-
-
-
-
-
_io (builtin module)
-
-
-
-
-
-
_json (builtin module)
-
-
-
-
-
-
-
_locale (builtin module)
-
-
-
-
-
-
_lzma c:\program files\python37\DLLs\_lzma.pyd
-
-
-
-
-
-
_md5 (builtin module)
-
-
-
-
-
-
_multibytecodec (builtin module)
-
-
-
-
-
-
_opcode (builtin module)
-
-
-
-
-
-
_operator (builtin module)
-
-
-
-
-
-
_pickle (builtin module)
-
-
-
-
-
-
-
-
-
-
-
-
-
_random (builtin module)
-
-
-
-
-
-
-
-
_sha1 (builtin module)
-
-
-
-
-
-
_sha256 (builtin module)
-
-
-
-
-
-
_sha3 (builtin module)
-
-
-
-
-
-
_sha512 (builtin module)
-
-
-
-
-
-
_signal (builtin module)
-
-
-
-
-
-
_socket c:\program files\python37\DLLs\_socket.pyd
-
-
-
-
-
-
_sre (builtin module)
-
-
-
-
-
-
-
_ssl c:\program files\python37\DLLs\_ssl.pyd
-
-
-
-
-
-
-
_stat (builtin module)
-
-
-
-
-
-
_string (builtin module)
-
-
-
-
-
-
-
-
_struct (builtin module)
-
-
-
-
-
-
_thread (builtin module)
-
-
-
-
-
-
-
-
_tracemalloc (builtin module)
-
-
-
-
-
-
_warnings (builtin module)
-
-
-
-
-
-
_weakref (builtin module)
-
-
-
-
-
-
-
-
_winapi (builtin module)
-
-
-
-
-
-
-
-
abc
-
SourceModule
-
-
-
-
-
-
-
-
-
ast
-
SourceModule
-
-
-
-
-
-
-
atexit (builtin module)
-
-
-
-
-
-
base64
-
SourceModule
-
-
-
-
-
-
-
bdb
-
SourceModule
-
-
-
-
-
-
-
binascii (builtin module)
-
-
-
-
-
-
bisect
-
SourceModule
-
-
-
-
-
-
-
builtins (builtin module)
-
-
-
-
-
-
bz2
-
SourceModule
-
-
-
-
-
-
-
-
-
cmd
-
SourceModule
-
-
-
-
-
-
-
code
-
SourceModule
-
-
-
-
-
-
-
codecs
-
SourceModule
-
-
-
-
-
-
-
codeop
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
copy
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
dis
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
enum
-
SourceModule
-
-
-
-
-
-
-
errno (builtin module)
-
-
-
-
-
-
-
-
ftplib
-
SourceModule
-
-
-
-
-
-
-
-
-
gc (builtin module)
-
-
-
-
-
-
-
-
-
getopt
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
glob
-
SourceModule
-
-
-
-
-
-
-
grp
-
MissingModule
-
-
-
-
-
-
gzip
-
SourceModule
-
-
-
-
-
-
-
-
-
heapq
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
io
-
SourceModule
-
-
-
-
-
-
-
itertools (builtin module)
-
-
-
-
-
-
java
-
MissingModule
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
locale
-
SourceModule
-
-
-
-
-
-
-
-
-
lzma
-
SourceModule
-
-
-
-
-
-
-
marshal (builtin module)
-
-
-
-
-
-
math (builtin module)
-
-
-
-
-
-
-
-
msvcrt (builtin module)
-
-
-
-
-
-
netrc
-
SourceModule
-
-
-
-
-
-
-
nt (builtin module)
-
-
-
-
-
-
ntpath
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
-
-
opcode
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
org
-
MissingModule
-
-
-
-
-
-
os
-
SourceModule
-
-
-
-
-
-
-
parse
-
SourceModule
-
-
-
-
-
-
-
pdb
-
SourceModule
-
-
-
-
-
-
-
pickle
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
-
-
posix
-
MissingModule
-
-
-
-
-
-
-
-
-
pprint
-
SourceModule
-
-
-
-
-
-
-
pwd
-
MissingModule
-
-
-
-
-
-
-
-
pydoc
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
pyexpat c:\program files\python37\DLLs\pyexpat.pyd
-
-
-
-
-
-
quopri
-
SourceModule
-
-
-
-
-
-
-
random
-
SourceModule
-
-
-
-
-
-
-
re
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
-
-
runpy
-
SourceModule
-
-
-
-
-
-
-
select c:\program files\python37\DLLs\select.pyd
-
-
-
-
-
-
-
-
shlex
-
SourceModule
-
-
-
-
-
-
-
shutil
-
SourceModule
-
-
-
-
-
-
-
signal
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
socket
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
ssl
-
SourceModule
-
-
-
-
-
-
-
stat
-
SourceModule
-
-
-
-
-
-
-
string
-
SourceModule
-
-
-
-
-
-
-
-
-
struct
-
SourceModule
-
-
-
-
-
-
-
-
-
sys (builtin module)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
time (builtin module)
-
-
-
-
-
-
-
token
-
SourceModule
-imports:
-
re
- •
sys
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
tty
-
SourceModule
-
-
-
-
-
-
-
types
-
SourceModule
-
-
-
-
-
-
-
typing
-
SourceModule
-
-
-
-
-
-
-
unicodedata c:\program files\python37\DLLs\unicodedata.pyd
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
uu
-
SourceModule
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
winreg (builtin module)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
zipimport (builtin module)
-
-
-
-
-
-
-
zlib (builtin module)
-
-
-
-
-
diff --git a/WinBuild/dist/bananaSPLIT.exe b/WinBuild/dist/bananaSPLIT.exe
deleted file mode 100644
index ab1686b..0000000
Binary files a/WinBuild/dist/bananaSPLIT.exe and /dev/null differ
diff --git a/WinBuild/dist/bananaconfEN.json b/WinBuild/dist/bananaconfEN.json
deleted file mode 100644
index 8dfc6fa..0000000
--- a/WinBuild/dist/bananaconfEN.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "INworkPath": "D:\\Test\\",
- "OUTworkPath": "D:\\Test\\Separati\\",
- "OUTnameFormat":"BLOG_{docnum}_{year:04d}{month:02d}{day:02d}_{title}.txt",
- "docStruct": {
- "docSep": "\\s*Copyright [(0-9)]+",
- "dateFormat":"{month} {day:d}, {year:d}{}",
- "dateWords": [
- "January",
- "February",
- "March",
- "April",
- "May",
- "June",
- "July",
- "August",
- "September",
- "October",
- "November",
- "December"
- ],
- "headWords": [
- "BYLINE:",
- "SECTION:",
- "LENGTH:",
- "DATELINE:",
- "HIGHLIGHT:",
- "Email:"
- ],
- "tailWords": [
- "Newstex ID" ,
- "NOTES",
- "LANGUAGE:",
- "GRAPHIC:",
- "TYPE:",
- "URL:",
- "LOAD-DATE:",
- "PUBLICATION-TYPE:",
- "DOCUMENT-TYPE:",
- "CHARTS:",
- "JOURNAL-CODE:"
- ]
- },
- "settings": {
- "encoding": "utf-8",
- "monthPosition": 0,
- "getNewsPaperName": true,
- "nameNotFoundStr" : "--ND--",
- "includeTitle" : true,
- "removeDuplicates": true,
- "showSkipped": false,
- "showRemovedDuplicates": true,
- "maxTitleLen": 32,
- "loadTXT": true,
- "loadDOCX": false,
- "removeOldFiles":true,
- "saveSeparateFiles": true,
- "saveBodyFile": true,
- "saveBodyNumber":true,
- "delLF": false,
- "delWordBreak": true,
- "delChars": "'|@|#"
- }
-}
diff --git a/WinBuild/dist/bananaconfITA.json b/WinBuild/dist/bananaconfITA.json
deleted file mode 100644
index 8c1a07c..0000000
--- a/WinBuild/dist/bananaconfITA.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "INworkPath": "C:\\Test\\",
- "OUTworkPath": "C:\\Test\\Separati\\",
- "OUTnameFormat":"TEST_{docnum}_{year:04d}{month:02d}{day:02d}_{papername}_{title}.txt",
- "docStruct": {
- "docSep": "Copyright [(0-9)]+",
- "dateFormat":"{day:d} {month} {year:d} {}",
- "dateWords": [
- "Gennaio",
- "Febbraio",
- "Marzo",
- "Aprile",
- "Maggio",
- "Giugno",
- "Luglio",
- "Agosto",
- "Settembre",
- "Ottobre",
- "Novembre",
- "Dicembre"
- ],
- "headWords": [
- "BYLINE:",
- "SECTION:",
- "LENGTH:",
- "DATELINE:",
- "HIGHLIGHT:",
- "Email:"
- ],
- "tailWords": [
- "LANGUAGE:",
- "GRAPHIC:",
- "TYPE:",
- "URL:",
- "LOAD-DATE:",
- "PUBLICATION-TYPE:",
- "DOCUMENT-TYPE:",
- "CHARTS:"
- ]
- },
- "settings":
- "settings": {
- "encoding": "utf-8",
- "monthPosition": 0,
- "getNewsPaperName": true,
- "nameNotFoundStr" : "--ND--",
- "includeTitle" : true,
- "removeDuplicates": true,
- "showSkipped": false,
- "showRemovedDuplicates": true,
- "maxTitleLen": 32,
- "loadTXT": true,
- "loadDOCX": false,
- "removeOldFiles":true,
- "saveSeparateFiles": true,
- "saveBodyFile": true,
- "saveBodyNumber":true,
- "delLF": false,
- "delWordBreak": true,
- "delChars": "'|@|#"
- }
-}
diff --git a/bananaSPLIT/bananaSPLIT.exe.spec b/bananaSPLIT/bananaSPLIT.exe.spec
index 79036e1..d6190bd 100644
--- a/bananaSPLIT/bananaSPLIT.exe.spec
+++ b/bananaSPLIT/bananaSPLIT.exe.spec
@@ -3,7 +3,7 @@
block_cipher = None
-a = Analysis(['main.py'],
+a = Analysis(['guimain.py'],
pathex=['D:\\Emanuele\\Documenti\\workspace\\bananaSPLIT\\bananaSPLIT'],
binaries=[],
datas=[('C:\\Users\\Emanuele Trabattoni\\AppData\\Roaming\\Python\\Python37\\site-packages\\text_unidecode\\data.bin', '.\\text_unidecode')],
diff --git a/bananaSPLIT/conf/defaults.json b/bananaSPLIT/conf/defaults.json
index c1d2c1e..191f620 100644
--- a/bananaSPLIT/conf/defaults.json
+++ b/bananaSPLIT/conf/defaults.json
@@ -3,28 +3,17 @@
"paths": {
"lastUsed": "defaults.json",
"configurationPath": "D:/Emanuele/Documenti/workspace/bananaSPLIT/bananaSPLIT/conf/",
- "INworkPath": "D:/Emanuele/Documenti/workspace/bananaSPLIT/TestFiles/",
+ "INworkPath": "D:/Emanuele/Documenti/workspace/bananaSPLIT/TestFiles/File nuovo formato",
"OUTworkPath": "H:/",
"fileList": [
- "GUARDIAN 1993.txt",
- "GUARDIAN 1996.txt",
- "GUARDIAN 1999.txt",
- "GUARDIAN 2002.txt",
- "GUARDIAN 2005.txt",
- "GUARDIAN 2008.txt",
- "GUARDIAN 2012.txt",
- "GUARDIAN 2015.txt",
- "GUARDIAN 2018.txt",
- "NYT 1990.txt",
- "NYT 1994.txt",
- "NYT 1997.txt",
- "NYT 2000.txt",
- "NYT 2003.txt",
- "NYT 2006.txt",
- "NYT 2009.txt",
- "NYT 2013.txt",
- "NYT 2015.txt",
- "NYT 2017.txt"
+ "_96 Election Represents Last Hurrah of Generational Politics.txt",
+ "_A 60_S GENERATION MADE BY MYTH-MAKERS.txt",
+ "_MIDDLE AGE_ NO END TO AN UPWARD CREEP.txt",
+ "A DEMOCRATIC SOCIETY IN NEEDOF A MILITARY.txt",
+ "A Dog Who Taught the Lesson of Hope.txt",
+ "A Fading Bohemia, Gritty but Beloved.txt",
+ "FILE1.txt",
+ "Files(38).txt"
]
},
"docStruct": {
diff --git a/bananaSPLIT/conf/testdhgfjhasd.json b/bananaSPLIT/conf/testdhgfjhasd.json
new file mode 100644
index 0000000..b7ee178
--- /dev/null
+++ b/bananaSPLIT/conf/testdhgfjhasd.json
@@ -0,0 +1,73 @@
+{
+ "version": "v1.1a",
+ "paths": {
+ "lastUsed": "testdhgfjhasd.json",
+ "configurationPath": "D:/Emanuele/Documenti/workspace/bananaSPLIT/bananaSPLIT/conf/",
+ "INworkPath": "D:/Emanuele/Documenti/workspace/bananaSPLIT/TestFiles/File nuovo formato",
+ "OUTworkPath": "H:/",
+ "fileList": [
+ "_96 Election Represents Last Hurrah of Generational Politics.txt",
+ "_A 60_S GENERATION MADE BY MYTH-MAKERS.txt",
+ "_MIDDLE AGE_ NO END TO AN UPWARD CREEP.txt",
+ "A DEMOCRATIC SOCIETY IN NEEDOF A MILITARY.txt",
+ "A Dog Who Taught the Lesson of Hope.txt",
+ "A Fading Bohemia, Gritty but Beloved.txt",
+ "FILE1.txt",
+ "Files(38).txt"
+ ]
+ },
+ "docStruct": {
+ "fileVersNew": true,
+ "language": "Italiano",
+ "docSep": "\\s*Copyright [(0-9)]+",
+ "beginOfDocument": "\\s*Body",
+ "endOfDocument": "\\s*End of Document",
+ "dateFormat": "{month} {day:d}, {year:d}{}",
+ "outPrefix": "PRE",
+ "outSuffix": "SUF",
+ "outExt": ".txt",
+ "outDateType": "jpn",
+ "outNameFormat": "",
+ "outDate": true,
+ "outTitle": true,
+ "outNumber": true,
+ "numberPos": 1,
+ "datePos": 2,
+ "titlePos": 3,
+ "maxTitleLen": 10,
+ "outNameSep": "+",
+ "customSep": "=",
+ "dateFormats": {
+ "jpn": "{year:04d}{month:02d}{day:02d}",
+ "it": "{day:02d}{month:02d}{year:04d}",
+ "usa": "{month:02d}{year:04d}{day:02d}"
+ }
+ },
+ "settings": {
+ "encoding": "ansi",
+ "monthPosition": 0,
+ "getNewsPaperName": true,
+ "nameNotFoundStr": "ND",
+ "includeTitle": true,
+ "removeDuplicates": true,
+ "showSkipped": false,
+ "showRemovedDuplicates": false,
+ "loadTXT": true,
+ "loadDOCX": false,
+ "removeOldFiles": true,
+ "saveSeparateFiles": true,
+ "saveBodyFile": true,
+ "saveBodyNumber": true,
+ "delLF": false,
+ "delWordBreak": true,
+ "delChars": [
+ "'",
+ "@",
+ "#",
+ "$",
+ "%",
+ "^",
+ "&"
+ ]
+ }
+}
\ No newline at end of file
diff --git a/bananaSPLIT/dist/bananaSPLIT.exe b/bananaSPLIT/dist/bananaSPLIT.exe
index 3467b1c..45aeec1 100644
Binary files a/bananaSPLIT/dist/bananaSPLIT.exe and b/bananaSPLIT/dist/bananaSPLIT.exe differ
diff --git a/bananaSPLIT/guimain.py b/bananaSPLIT/guimain.py
index f084376..c90badf 100644
--- a/bananaSPLIT/guimain.py
+++ b/bananaSPLIT/guimain.py
@@ -19,10 +19,10 @@ from libfancylogger import fancyLogger
from libconfload import bananaCONF
from libsplit import bananaSPLITTER
-from PyQt5.QtCore import QDir, QThreadPool
+from PyQt5.QtCore import QDir
from PyQt5.QtWidgets import QMessageBox
from PyQt5.Qt import pyqtSlot
-import copy, time
+import copy
class bananaMain(PyQt5.QtWidgets.QMainWindow):
def __init__(self):
@@ -446,11 +446,12 @@ class bananaSelezOut(PyQt5.QtWidgets.QWidget):
#costruisco messageBox
msgb = QMessageBox(parent=self, icon=QMessageBox.Warning, text="Sto SPLITTANDO, attendi..")
+ msgb.setWindowTitle("Sto Splittando..")
msgb.show()
@pyqtSlot()
def updateState(msg):
- print (msg)
+ #print (msg)
msgb.setText(msg)
# costruisco i thread
tDict={}
@@ -463,6 +464,8 @@ class bananaSelezOut(PyQt5.QtWidgets.QWidget):
#QThreadPool.globalInstance().start(tDict[f])
except Exception as e:
self.log.error(f"Impossibile avviare lo splitter: {e}")
+
+ msgb.setText('FINITO!')
pass
class bananaAdvOpt(PyQt5.QtWidgets.QWidget):
diff --git a/bananaSPLIT/libbananasplit/libsplit.py b/bananaSPLIT/libbananasplit/libsplit.py
index ebf12c8..1c87542 100644
--- a/bananaSPLIT/libbananasplit/libsplit.py
+++ b/bananaSPLIT/libbananasplit/libsplit.py
@@ -3,19 +3,18 @@ Created on 2 nov 2019
@author: Emanuele Trabattoni
'''
-from PyQt5.QtCore import QRunnable, QObject, pyqtSignal
+from PyQt5.QtCore import QObject, pyqtSignal
from slugify import slugify
-import time, parse, re, copy, os,json
+import time, parse, re, copy, os, json
import traceback
-from numpy.ma.core import anom
-class bananaSPLITTER(QObject, QRunnable):
+class bananaSPLITTER(QObject):
sendStatus = pyqtSignal(str)
def __init__(self, fileParams=None, logger=None):
- QRunnable.__init__(self)
+ QObject.__init__(self)
self.fileParams = fileParams
self.log = logger
self.rawFile = None
@@ -39,7 +38,7 @@ class bananaSPLITTER(QObject, QRunnable):
def run(self):
self.log.info("Nuovo SPLITTER su file: {}".format(self.fileName))
- #self.sendStatus.emit(f"Inizio {self.fileName}")
+ self.sendStatus.emit(f"Inizio {self.fileName}")
try:
self.openFile()
self.remEmptyLines()
@@ -95,6 +94,8 @@ class bananaSPLITTER(QObject, QRunnable):
self.log.critical("Impossibile aprire il file: {}! [{}]".format(self.fileName,e))
raise BaseException("OpenFile")
os.rmdir(self.outPath)
+ except Exception as ee:
+ print(ee)
pass
def remEmptyLines(self):