https://github.com/qmi03/search_gui
A GUI Application for looking up keywords in Excel.
https://github.com/qmi03/search_gui
gui openpyxl pyside6 qt6
Last synced: 4 months ago
JSON representation
A GUI Application for looking up keywords in Excel.
- Host: GitHub
- URL: https://github.com/qmi03/search_gui
- Owner: qmi03
- Created: 2024-06-07T16:54:48.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T05:32:26.000Z (about 2 years ago)
- Last Synced: 2025-01-17T12:15:57.527Z (over 1 year ago)
- Topics: gui, openpyxl, pyside6, qt6
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Download the build and run it
For MacOS user, you might need to allow execution on the file.
Run `chmod +x ~/Downloads/XLOOKUP_macos_arm64`
For Windows user, you can just run the executable.
# Run from source
1. Clone the repository and cd into it.
```
git clone https://github.com/qmi03/search_gui.git && cd search_gui
```
2. Install the dependencies (preferably in a virtual environment).
```sh
pip install -r requirements.txt
```
3. Run it!
```sh
python app.py
```