{"id":28241989,"url":"https://github.com/anas-sg/vcf_py","last_synced_at":"2025-07-04T19:04:56.743Z","repository":{"id":262137886,"uuid":"237478418","full_name":"anas-sg/vcf_py","owner":"anas-sg","description":"CSV to VCF (virtual contact file) generator in Python","archived":false,"fork":false,"pushed_at":"2020-12-14T07:55:10.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T16:42:46.062Z","etag":null,"topics":["csv","python3","vcf","vcf-converter"],"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/anas-sg.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}},"created_at":"2020-01-31T17:13:19.000Z","updated_at":"2020-12-14T07:55:12.000Z","dependencies_parsed_at":"2024-11-10T19:48:23.562Z","dependency_job_id":null,"html_url":"https://github.com/anas-sg/vcf_py","commit_stats":null,"previous_names":["anas-sg/vcf_py"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anas-sg/vcf_py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anas-sg%2Fvcf_py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anas-sg%2Fvcf_py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anas-sg%2Fvcf_py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anas-sg%2Fvcf_py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anas-sg","download_url":"https://codeload.github.com/anas-sg/vcf_py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anas-sg%2Fvcf_py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263603137,"owners_count":23487211,"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":["csv","python3","vcf","vcf-converter"],"created_at":"2025-05-19T05:09:17.851Z","updated_at":"2025-07-04T19:04:56.738Z","avatar_url":"https://github.com/anas-sg.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vcf_py\n## CSV to VCF (virtual contact file) generator\n\nThis program allows you to extract the contact information (names and numbers) of multiple people from a CSV file and compile it into a virtual contact file (VCF) which can be easily imported into many devices and platforms such as smartphones and email clients, thereby allowing for a fast and efficient transfer of numerous contacts from a spreadsheet.\n\n## Requirements\nIf the contacts are stored in a Microsoft Excel Spreadsheet, the file should first be opened with Excel and then saved as `CSV (Comma delimited) (*.csv)`. It is recommended to open the generated CSV file using a text editor to ensure that it follows this format:\n```\nname1,number1\nname2,number2\n...\n```\n- Ensure that the **names and numbers do not contain any commas**. \n- Column A should contain the names and column B should contain the corresponding numbers.\n- The rest of the columns must be empty \n- The columns must not have headings, i.e. row 1 will be assumed to be the contact for the first person.\n- The CSV file containing the contact information should be in the same folder as `vcf.py`\n\n## Usage\nRun the `vcf.py` script from the Terminal/Command Prompt:\n```\npython vcf.py\n```\nAssuming the CSV file is in the same folder as `vcf.py`, the script would automatically detect the CSV file and attempt to read from it.\n\n## Test\nA sample CSV file titled `contacts.csv` is given in this repository. It contains some real telephone numbers from the various offices of NUS, taken from http://www.nus.edu.sg/contact. Open it using Excel and a text editor to take a look. Try running `vcf.py` and ensure that `contacts.vcf` is generated.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanas-sg%2Fvcf_py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanas-sg%2Fvcf_py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanas-sg%2Fvcf_py/lists"}