We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb2b31 commit f703876Copy full SHA for f703876
2 files changed
README.md
@@ -36,8 +36,9 @@ By [Moduland Co](http://www.moduland.ir)
36
37
## Usage
38
39
-- Enter contacts in ```contact.csv``` (comma separated)
+- Enter contacts in ```.csv``` file (comma separated)
40
- Run csv2vcf ```python3 -m csv2vcf``` or ```python -m csv2vcf``` on Mac,Linux or Windows
41
+- Open your csv file in application
42
- Result in ```VCF_CONVERT``` folder
43
44
<div align="center">
@@ -64,7 +65,8 @@ By [Moduland Co](http://www.moduland.ir)
64
65
- [x] Work
66
- [ ] Multi
67
- [x] Address
-- [x] URL
68
+- [x] URL
69
+- [x] GUI
70
71
## Issues & Bug Reports
72
requirements.txt
@@ -1,3 +1,4 @@
1
time
2
os
3
+tkinter
4
0 commit comments