Skip to content

Commit f047bfc

Browse files
committed
Update README to reflect application name change to ChiselPDF
1 parent ee2e401 commit f047bfc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# PDF Page Selector
1+
# ChiselPDF
22

3-
A simple desktop application for working with PDF files. PDF Page Selector allows you to extract specific pages from a PDF document by specifying page ranges (e.g., 1-3,5,7-10), or split a large PDF into smaller chunks of a specified size. The application features a clean, dark-themed interface built with PyQt6 and supports batch page selection with an intuitive range syntax.
3+
A simple desktop application for working with PDF files. ChiselPDF allows you to extract specific pages from a PDF document by specifying page ranges (e.g., 1-3,5,7-10), or split a large PDF into smaller chunks of a specified size. The application features a clean, dark-themed interface built with PyQt6 and supports batch page selection with an intuitive range syntax.
44

55
## Getting Started
66

@@ -42,15 +42,15 @@ python main.py
4242
### Windows
4343

4444
```powershell
45-
pyinstaller --onefile --windowed --name "PDF-Page-Selector" --add-data "style.qss;." main.py
45+
pyinstaller --onefile --windowed --name "ChiselPDF" --add-data "style.qss;." main.py
4646
```
4747

4848
The executable will be created in the `dist` folder.
4949

5050
### macOS
5151

5252
```bash
53-
pyinstaller --onefile --windowed --name "PDF-Page-Selector" --add-data "style.qss:." main.py
53+
pyinstaller --onefile --windowed --name "ChiselPDF" --add-data "style.qss:." main.py
5454
```
5555

5656
The application bundle will be created in the `dist` folder.

0 commit comments

Comments
 (0)