Tally Integration with Python - Getting Started

Discussion in 'Tally Integration' started by Sai Vineeth, Jun 7, 2021.

    
  1. Sai Vineeth

    Sai Vineeth Active Member


    Hello Everyone

    I created a Tally Connector - c# library(dll) for Tally XML API, which acts as a complete abstraction for Tally XML API,
    Using that library we can interact with tally without using any raw XML in code,
    All APIs provided by library are object based

    For Example:
    • To get Ledger from tally using Ledger Name you can simple call a method - GetLedger(LedgerName);
    • To create a Group in tally you can simple call a method - PostGroup(Group)
    With the help of pythonnet we can use TallyConnector in Python also

    To setup TallyConnector with Python(with Intellisense) follow this guide

    Coming days I will be creating a video tutorial series on Tally Connector Library for both c# and python Languages in youtube channel - Accounting Companion make sure to subscribe the channel if you don't wanna miss video tutorials

    Documentation is under progress and will be available soon in my website
     


Share This Page