# InterfaceFrame **Repository Path**: PythonnotJava/InterfaceFrame ## Basic Information - **Project Name**: InterfaceFrame - **Description**: A UI interface that uses PyQt5 can be used as an interactive container for any software - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-03-18 - **Last Updated**: 2023-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # InterfaceFrame A UI interface that uses PyQt5 can be used as an interactive container for any software # Download Link : [click me!](https://github.com/PythonnotJava/InterfaceFrame/releases/tag/Release) # Now,please look at the interface display as below. * You can easily define themes * You can fill the container with whatever imagination you want ![0X%ZZU_XLE~SQ 41OMDLHUJ](https://user-images.githubusercontent.com/88701385/225949792-f402c302-811a-4817-97e9-02f8d5b2cbfd.png) ![QY94J@_H(WJ{SG7CKJD4BZR](https://user-images.githubusercontent.com/88701385/225949797-00894a64-1d97-476b-92e0-41da6e00723a.png) ![)SV QMSI })WG45SJLSE`VD](https://user-images.githubusercontent.com/88701385/225949801-0a63c0f8-093c-42e9-b5b7-0d9b0cf11ebe.jpg) # File layout ``` │ readme1.html │ readme1.md │ readme2.html │ readme2.md │ readme3.html │ readme3.md │ readme4.html │ readme4.md │ ├─bin │ main.py │ readme.md │ __init__.py │ ├─exa │ tk1.png │ tk2.png │ tk3.png │ tk4.png │ ├─friends │ │ friends.py │ │ readme.md │ │ __init__.py │ │ │ └─__pycache__ │ friends.cpython-39.pyc │ __init__.cpython-39.pyc │ ├─leftFrame │ │ leftFrame.py │ │ readme.md │ │ __init__.py │ │ │ └─__pycache__ │ leftFrame.cpython-39.pyc │ __init__.cpython-39.pyc │ ├─midBox │ midBox.py │ __init__.py │ ├─qsspy │ │ beautyQSS.py │ │ readme.md │ │ __init__.py │ │ │ └─__pycache__ │ beautyQSS.cpython-39.pyc │ __init__.cpython-39.pyc │ ├─showarea │ │ analysisWidget.py │ │ mainHome.py │ │ readme.md │ │ setting.py │ │ toolBox.py │ │ __init__.py │ │ │ └─__pycache__ │ analysisWidget.cpython-39.pyc │ mainHome.cpython-39.pyc │ setting.cpython-39.pyc │ toolBox.cpython-39.pyc │ __init__.cpython-39.pyc │ ├─src │ ├─about │ │ mainSurface_cyan.html │ │ mainSurface_dracula.html │ │ mainSurface_skyblue.html │ │ │ ├─cfg │ │ config.ini │ │ │ ├─image │ │ logo.ico │ │ │ └─theme │ cyan.qss │ main.qss │ skyblue.qss │ ├─static │ ├─css │ │ index.css │ │ rd.css │ │ │ ├─icon │ │ minus.png │ │ plus.png │ │ │ └─js │ index.js │ rd.js │ └─titleBar │ readme.md │ rewriteTitileBar.py │ __init__.py │ └─__pycache__ rewriteTitileBar.cpython-39.pyc __init__.cpython-39.pyc ```