Phonery is a simple and efficient Electron application designed to extract phone numbers from Excel files. It allows users to filter phone numbers based on prefixes and download the extracted numbers in a .txt
format.
- Excel File Processing: Select or drag Excel files (.xlsx, .xls) to extract phone numbers.
- Prefix Filtering: Filter phone numbers based on specified prefixes.
- Phone Number Extraction: Extracts phone numbers from multiple sheets of Excel files.
- Cross-Platform: Built with Electron, it works on Windows, macOS, and Linux.
-
Clone the repository:
git clone https://github.com/umutxyp/phonery.git cd phonery
-
Install dependencies:
npm install
-
Build and package the app:
npm run package
-
To start the app in development mode:
npm start
- Open the app: When the app is opened, drag and drop Excel files or click to select files.
- Set Prefixes: Enter the phone number prefixes (separated by commas) to filter the extracted phone numbers.
- Download Results: After the extraction is done, you can download the list of phone numbers in a
.txt
format.
- Users can select multiple files or drag them into the application.
- The files are processed, and phone numbers are filtered based on the provided prefixes.
- After the process completes, the extracted phone numbers are displayed.
- Users can download the phone numbers as a
.txt
file.
- Electron: For creating a cross-platform desktop application.
- TailwindCSS: For modern and responsive design.
- xlsx: For reading and processing Excel files.
To start the development server:
npm start
To package the app:
npm run package
MIT License. See the LICENSE file for more details.
Producer: umutxyp | Powered by codeshare.me