An open API service indexing awesome lists of open source software.

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.

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
```