Skip to content

Commit a568adc

Browse files
committed
updates README
1 parent 0e6ee07 commit a568adc

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,20 @@ You can run KnowEmail either from the command line or integrate it directly into
7373
python3 main.py
7474
```
7575

76+
### You can check
77+
1) Single Email
78+
2) Bulk Emails (By using .txt or .xlsx file)
79+
7680

7781
*Tip:* Customize the script or integrate additional checks as needed for your specific application.
7882

83+
## Download Options
84+
### Windows Users:
85+
The current release of KnowEmail is available as an executable (.exe) for Windows users only. Download the latest Windows executable from the Releases page. [Download Here](https://github.com/OpenInitia/KnowEmail/releases)
86+
87+
### Future Support:
88+
We are actively working on packages for macOS, Linux, and Android. Stay tuned for updates!
89+
7990
## Contributing
8091

8192
Contributions are welcome! If you have any ideas, please contribute!

src/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class ResultDialog(QtWidgets.QDialog):
88
def __init__(self, parent=None):
99
super().__init__(parent)
1010
self.setWindowTitle("KnowEmail - Verifying Bulk Emails")
11-
self.setMinimumSize(600, 400)deac
11+
self.setMinimumSize(600, 400)
1212
self.layout = QtWidgets.QVBoxLayout()
1313
self.table = QtWidgets.QTableWidget()
1414
self.table.setColumnCount(2)

0 commit comments

Comments
 (0)