├── README.md ├── READMEOLD.md ├── Read Me.txt ├── START.bat └── content ├── browser.py ├── homeico.png ├── logo.png ├── reloadico.png ├── requirements.txt └── stuff.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ji8sw/JIT9/HEAD/README.md -------------------------------------------------------------------------------- /READMEOLD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ji8sw/JIT9/HEAD/READMEOLD.md -------------------------------------------------------------------------------- /Read Me.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ji8sw/JIT9/HEAD/Read Me.txt -------------------------------------------------------------------------------- /START.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ji8sw/JIT9/HEAD/START.bat -------------------------------------------------------------------------------- /content/browser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ji8sw/JIT9/HEAD/content/browser.py -------------------------------------------------------------------------------- /content/homeico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ji8sw/JIT9/HEAD/content/homeico.png -------------------------------------------------------------------------------- /content/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ji8sw/JIT9/HEAD/content/logo.png -------------------------------------------------------------------------------- /content/reloadico.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ji8sw/JIT9/HEAD/content/reloadico.png -------------------------------------------------------------------------------- /content/requirements.txt: -------------------------------------------------------------------------------- 1 | PyQt5 2 | PyQtWebEngine -------------------------------------------------------------------------------- /content/stuff.txt: -------------------------------------------------------------------------------- 1 | dddd 2 | --------------------------------------------------------------------------------