Excel to Tally (Any Version) Using Python Part-7 (Introduction to Widget(Filedialog))

ANURAG TIWARI
ANURAG TIWARI
207 بار بازدید - 9 ماه پیش - In this section we learn
In this section we learn how Tally (Any Version) communicate with excel data using Python. Here we learn about Widget (Filedialog) in Tkinter(GUI) Library. ---------------------------------------------------------------------------------------------------------------------- इस अनुभाग में हम सीखते हैं कि टैली (कोई भी संस्करण) पायथन का उपयोग करके एक्सेल डेटा के साथ कैसे संचार करता है। यहां हम टिंकर (जीयूआई) लाइब्रेरी में विजेट (फाइलडायलॉग) के बारे में सीखते हैं। ----------------------------------------------------------------------------------------------------------------------- Excel can't direct communicate with Tally Prime or Tally ERP. Tally Understand only Tally XML format with the help of Python we can convert Excel Data into Tally XML In My Tutorial we teach You step by step each and every thing that how we can convert Excel data into Tally XML Format. --------------------------------------------------------------------------------------------------------------------------- *Introduction to widget Filedialog and how to browse file *Introduction to widget Menu and how to add Menu on Tkinkter Form *Introduction to Tkinter (GUI Library) how create Form. *Introduction VS code screen *What is the Tally XML structure for voucher * How we can download IDEs Visual Studio Code. * How we can automate Tally using Python * First Time in You Tube Python Project which convert Excel Data into Tally XML * Why should Accountant learn Python * Python is Powerful language for Data Science Field * You can add this Project in your Resume * If You want to learn Python depth for Tally automate Process then Follow me and visit my channel https://www.seevid.ir/fa/result?ytch=UCY6zgOdOeGrNfyk8hDZ-7sg --------------------------------------------------------------------------------------------------------------------------- First Part of this Playlist :- https://www.seevid.ir/fa/w/REzgb-Xe7Uo Second Part of this Playlist :- https://www.seevid.ir/fa/w/W8TaFLW1Fkc Third Part of this Playlist :- https://www.seevid.ir/fa/w/PklhUFq6HJA Fourth Part of this Playlist :- https://www.seevid.ir/fa/w/0tG6t9sWqj0 Fifth Part of this Playlist :- https://www.seevid.ir/fa/w/XamyvwGIETo ------------------------------------------------------------------------------------------------------------------------- My Other Video :- 1.https://www.seevid.ir/fa/w/f32pW52BtaQ 2.https://www.seevid.ir/fa/w/8CWHz4u3imY 3.https://www.seevid.ir/fa/w/ota6dLcqq5c 4.https://www.seevid.ir/fa/w/jfmjKuli-z4 5.https://www.seevid.ir/fa/w/_mQIv29AjHk 6.https://www.seevid.ir/fa/w/bM-V0cI5KTg 7.https://www.seevid.ir/fa/w/FC_FjKIeJB4 8.https://www.seevid.ir/fa/w/Ii5twFgg8Sk 9.https://www.seevid.ir/fa/w/oYwEjvI-IXY 10.https://www.seevid.ir/fa/w/CGm2xWmjlvI 11.https://www.seevid.ir/fa/w/0mWlywTOUQc 12.https://www.seevid.ir/fa/w/FioTzBAqpcM 13.https://www.seevid.ir/fa/w/zBdvQ9iz36g 14.https://www.seevid.ir/fa/w/4i0mhalA5QY 15.https://www.seevid.ir/fa/w/BAA-fulJW70 16.https://www.seevid.ir/fa/w/zhbwbzhQhhs 17.https://www.seevid.ir/fa/w/mNLcRI5MSNo My channel Link @anuragtiwari7149 --------------------------------------------------------------------------------------------------------------------- #python #tkinter #exceltotallyimport #xml https://www.seevid.ir/fa/result?ytch=UCY6zgOdOeGrNfyk8hDZ-7sg --------------------------------------------------------------------------------------------------------------------- If You want to learn depth in Python If You want to learn depth how to convert Excel Data into Tally XML If You want to learn structure of Tally XML for Voucher If You want to learn about VS code screen If You want to learn about Tkinter (GUI) Library how to crate Form If You want to learn how to add Menu widget on Tkinter Form. then you can visit My Channel https://www.seevid.ir/fa/result?ytch=UCY6zgOdOeGrNfyk8hDZ-7sg --------------------------------------------------------------------------------------------------------------------- Python Code :- import tkinter from tkinter import Tk, filedialog, Menu def Vch(): filename = filedialog.askopenfilename() m = tkinter.Tk() menu_bar = Menu(m) m.config(menu=menu_bar) file_menu1 = Menu(menu_bar) menu_bar.add_cascade(label="Voucher", menu=file_menu1) file_menu1.add_command(label="Journal",command=Vch) m.mainloop() -------------------------------------------------------------------------------------------------------------------
9 ماه پیش در تاریخ 1402/10/10 منتشر شده است.
207 بـار بازدید شده
... بیشتر