Export transactions for an algorand wallet to a CSV file

Overview

algorand_txn_csv_exporter - (Algorand transaction CSV exporter)

This script will export transactions for an algorand wallet to a CSV file.

It is intended to assist with filing taxes.

It uses API from algoexplorer.io (v1).

Simply update the wallet variable with the wallet address(es) you're interested in, and then run the script.

To do:

  • Pare down columns to just the essential ones
  • Time zone support (currently the timestamp field is UDT)
  • Change amounts to whole units (currently the API shows in millionths, so .000001 ALGO currently shows as "1" in the amount column)
  • DID THIS SCRIPT HELP YOU?

    I hope it did. It helped me too! If you feel inclined to tip, here is an Algo wallet address I set up specifically for tips (not necessary but certainly welcome!) 5Q2RGRRXLC3643TFP22Y5LITE5P3SPQLZO2U4KLDALLMUMZWCOEFVEKQEQ

    Owner
    TeneoPython01
    TeneoPython01
    Adam with minor modifications which give significant improvement

    BAdam Modification of Adam [1] optimizer with increased stability and better performance. Tricks used: Decoupled weight decay as in AdamW [2]. Such de

    19 May 11, 2022
    Christmas tree on the desktop.

    new-year-tree Christmas tree on the desktop. [Ссылка на статью habr]

    Daniil Gorbenko 10 Dec 29, 2022
    A responsive package for Buttons, DropMenus and Combinations

    A responsive package for Buttons, DropMenus and Combinations, This module makes the process a lot easier !

    Skr Phoenix YT 0 Jan 30, 2022
    An extended version of the hotkeys demo code using action classes

    An extended version of the hotkeys application using action classes. In adafruit's Hotkeys code, a macro is using a series of integers, assumed to be

    Neradoc 5 May 01, 2022
    Generates images with semantic content from distribution A in the style of distribution B

    A2B Generates images with semantic content from distribution A in the style of d

    Richard Herbert 2 Dec 27, 2021
    Ingestinator is my personal VFX pipeline tool for ingesting folders containing frame sequences that have been pulled and downloaded to a local folder

    Ingestinator Ingestinator is my personal VFX pipeline tool for ingesting folders containing frame sequences that have been pulled and downloaded to a

    Henry Wilkinson 2 Nov 18, 2022
    mrcal is a generic toolkit to solve calibration and SFM-like problems originating at NASA/JPL

    mrcal is a generic toolkit to solve calibration and SFM-like problems originating at NASA/JPL. Functionality related to these problems is exposed as a set of C and Python libraries and some commandli

    Dima Kogan 102 Dec 23, 2022
    A collection of resources on neural rendering.

    awesome neural rendering A collection of resources on neural rendering. Contributing If you think I have missed out on something (or) have any suggest

    1.8k Dec 30, 2022
    BasicVSR++ function for VapourSynth

    BasicVSR++ BasicVSR++: Improving Video Super-Resolution with Enhanced Propagation and Alignment Ported from https://github.com/open-mmlab/mmediting De

    Holy Wu 34 Nov 28, 2022
    Sodium is a general purpose programming language which is instruction-oriented (a new programming concept that we are developing and devising) [Still developing...]

    Sodium Programming Language Sodium is a general purpose programming language which is instruction-oriented (a new programming concept that we are deve

    Instruction Oriented Programming 22 Jan 11, 2022
    A python script that will automate the boring task of login to the captive portal again and again

    A python script that will automate the boring task of login to the captive portal again and again

    Rakib Hasan 2 Feb 09, 2022
    A bash-like intrepreted language

    A Bash-like interpreted scripting language.

    AshVXmc 1 Oct 28, 2021
    Project based on pure python with OOP

    Object oriented programming review Object oriented programming (OOP) is among the most used programming paradigms (if not the most common) in the indu

    Facundo Abrahan Cerimeli 1 May 09, 2022
    Process RunGap output file of a workout and load data into Apple Numbers Spreadsheet and my website with API calls

    BSD 3-Clause License Copyright (c) 2020, Mike Bromberek All rights reserved. ProcessWorkout Exercise data is exported in JSON format to iCloud using

    Mike Bromberek 1 Jan 03, 2022
    Solutions for the Advent of Code 2021 event.

    About 📋 This repository holds all of the solution code for the Advent of Code 2021 event. All solutions are done in Python 3.9.9 and done in non-real

    robert yin 0 Mar 21, 2022
    Kolibri: the offline app for universal education

    Kolibri This repository is for software developers wishing to contribute to Kolibri. If you are looking for help installing, configuring and using Kol

    Learning Equality 564 Jan 02, 2023
    ASVspoof 2021 Baseline Systems

    ASVspoof 2021 Baseline Systems Baseline systems are grouped by task: Speech Deepfake (DF) Logical Access (LA) Physical Access (PA) Please find more de

    91 Dec 28, 2022
    Standard mutable string (character array) implementation for Python.

    chararray A standard mutable character array implementation for Python.

    Tushar Sadhwani 3 Dec 18, 2021
    Repository to store sample python programs for python learning

    py Repository to store sample Python programs. This repository is meant for beginners to assist them in their learning of Python. The repository cover

    codebasics 5.8k Dec 30, 2022
    python for windows extensions

    This is the readme for the Python for Win32 (pywin32) extensions source code. See CHANGES.txt for recent changes. 'setup.py' is a standard distutils

    27 Dec 08, 2022