معرفی شرکت ها


csvTovcf-0.3.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A library for converting csv to .vcf file
ویژگی مقدار
سیستم عامل -
نام فایل csvTovcf-0.3.0
نام csvTovcf
نسخه کتابخانه 0.3.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Shivam Mani Tripathi
ایمیل نویسنده abc@privatemail.com
آدرس صفحه اصلی https://github.com/stripathi669/csv2vcard
آدرس اینترنتی https://pypi.org/project/csvTovcf/
مجوز -
[![Downloads](http://pepy.tech/badge/csvTovcf)](http://pepy.tech/count/csvTovcf) csv2vcard ========= A Python script that parses a .csv file of contacts and automatically creates vCards. The vCards are super useful for sending your contact details or those of your team. You can also upload them to e.g. Dropbox and use them with QR codes! You can also use them for transferring new contacts to Outlook, a new CRM etc. The specific use case in mind was to programmatically create vCards from a list of contacts in a spreadsheet, to be incorporated into business cards. Usage ----- 1. Install package with `pip3 install csvTovcf` 2. Create csv file with contacts *CSV file format (delimeter can be changed in csv_delimeter param, see below)* `last_name, first_name, org, title, phone, email, website, street, city, p_code, country` **Important: you should name the columns exactly the same way because they are used as keys to generate the vCards** 3. `cd yourcsvfoldername` go to the folder where you have your csv file 4. Open python `python3` (gotcha: using Python 3.6 features) 5. Import module `from csv2vcard import csv2vcard` 6. Now you have 2 options for running (both will create an /export/ dir for your vCard): - Test the app with `csv2vcard.test_csv2vcard()`. This will create a Forrest Gump test vCard. - Use your real data `csv2vcard.csv2vcard("yourcsvfilename", ",", single_file=True)` where "," is your csv delimeter. This will create many vCards or single vCard depending on the `single_file=True` paramter.


زبان مورد نیاز

مقدار نام
>=3.6 Python


نحوه نصب


نصب پکیج whl csvTovcf-0.3.0:

    pip install csvTovcf-0.3.0.whl


نصب پکیج tar.gz csvTovcf-0.3.0:

    pip install csvTovcf-0.3.0.tar.gz