{"id":28264592,"url":"https://github.com/amirali104/text2excel","last_synced_at":"2025-10-04T02:43:45.354Z","repository":{"id":256800000,"uuid":"850312413","full_name":"AmirAli104/Text2Excel","owner":"AmirAli104","description":"A GUI desktop application that can extract data from a text file and put them in an Excel or CSV file using regular expression (regex) patterns","archived":false,"fork":false,"pushed_at":"2025-05-13T15:16:51.000Z","size":138,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-26T14:47:01.837Z","etag":null,"topics":["automation","csv","data-extraction","data-extractor","data-processing","excel","openpyxl","productivity-tool","productivity-tools","regex","text-parsing","text-processing","text-to-excel","tkinter","tkinter-gui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AmirAli104.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-31T12:32:54.000Z","updated_at":"2025-05-14T05:07:46.000Z","dependencies_parsed_at":"2024-11-13T11:18:29.653Z","dependency_job_id":"ab713567-aa37-4cf8-a063-b281a76d9de4","html_url":"https://github.com/AmirAli104/Text2Excel","commit_stats":null,"previous_names":["creativecoder615/text2excel","amirali104/text2excel"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AmirAli104/Text2Excel","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmirAli104%2FText2Excel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmirAli104%2FText2Excel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmirAli104%2FText2Excel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmirAli104%2FText2Excel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AmirAli104","download_url":"https://codeload.github.com/AmirAli104/Text2Excel/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AmirAli104%2FText2Excel/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260535825,"owners_count":23024242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","csv","data-extraction","data-extractor","data-processing","excel","openpyxl","productivity-tool","productivity-tools","regex","text-parsing","text-processing","text-to-excel","tkinter","tkinter-gui"],"created_at":"2025-05-20T09:10:58.236Z","updated_at":"2025-10-04T02:43:45.342Z","avatar_url":"https://github.com/AmirAli104.png","language":"Python","readme":"# Text2Excel\n\n**Text2Excel** is a desktop GUI application that extracts data from text files and saves them into Excel or CSV files using regular expression (regex) patterns. It is built with Python’s `re` module.\n\n![screenshot](assets/screenshot.png)\n\n## Features\n- Add regex patterns via the **patterns widget** (right-click → context menu).  \n- Choose whether data goes into **columns** or **rows**, and select the target sheet.  \n- **Exact Order** option:  \n  - Disabled → places data starting from the last filled row in the file.  \n  - Enabled → aligns data strictly with existing entries (only in “put in columns” mode).  \n- Support for regex **groups**:  \n  - Example:  \n    ```regex\n    \\w{5}(\\d)\n    ```  \n    This matches 5 word characters followed by a digit, but only the digit will be saved if wrapped in a group.  \n- Export to **Excel (.xlsx)** or **CSV (.csv)** (CSV available via the output file context menu).\n\n**note: You cannot place multiple groups in one pattern**\n\n## Installation\nThis project requires `openpyxl`. Install it with:\n\n```bash\npython -m pip install openpyxl\n```\n\nVersion used during development:\n```bash\npython -m pip install openpyxl==3.1.5\n```\n\nRun the app with:\n```bash\npython src/text2excel.py\n```\n## Build\nTo build an executable with `pyinstaller`:\n```bash\ncd build\npyinstaller text2excel.spec\n```\n\nInstall `pyinstaller` if needed:\n```bash\npip install pyinstaller\n```\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n\n[def]: assets/screenshot.png","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirali104%2Ftext2excel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famirali104%2Ftext2excel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirali104%2Ftext2excel/lists"}