CryptoCynic / Bitty_Tax_GUI

GUI for Bitty Tax

Repository from Github https://github.comCryptoCynic/Bitty_Tax_GUIRepository from Github https://github.comCryptoCynic/Bitty_Tax_GUI

BittyTax GUI

A modern graphical user interface for BittyTax - the UK Cryptoasset Tax Calculator. This GUI provides an intuitive and simple interface for managing your crypto tax calculations.

⭐ Features

  • 🎨 Modern, user-friendly interface
  • πŸ“ Comprehensive logging
  • 🌍 International currency support
  • πŸ“„ PDF report generation through the GUI
  • πŸ’Ό Support for all BittyTax features

πŸ™ Credits

This GUI is built on top of BittyTax, the original command-line crypto tax calculator. All tax calculation logic and core functionality is from the original BittyTax project.

βš™οΈ Requirements

  • Python 3.11.11 (tested successfully in this version of Python)
  • BittyTax installation
pip install bittytax
  • Navigate to bitty_tax_gui subdir:
cd bitty_tax_gui
  • Required packages:
pip install -r requirements.txt

πŸš€ Installation

  1. Clone this repository
  2. Create a virtual environment:
python -m venv bitty
source bitty/bin/activate  # On Windows: bitty\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

πŸ“– Usage

  1. Launch the GUI:
python bitty_tax_gui.py
  1. Navigate through the tabs:
  • πŸ“₯ Import Data: Select and process transaction files
  • πŸ“Š Tax Report: Generate tax calculations
  • πŸ” Audit: Review wallet balances
  • 🌍 International Settings: Configure currency and timezone preferences
  • ⚠️ No 1: With currencies other than British pound you can create the pdf report but the inside GUI (No PDF) report has errors
  • ⚠️ No 2: You will find produced PDFs and CSVs in reports folder and the logs in logs folder.

πŸ’ Support Development

If you find this tool helpful, consider supporting development through crypto donations:

Solana (SOL)
BEDzMx27TPRh6d1tJokGuSLec4yut7KJaw1QoZRJw7bH

Ethereum (ETH)
0x530B73D02793b5bB12C7571A053c81883cE078FD

Polygon
0x530B73D02793b5bB12C7571A053c81883cE078FD

Bitcoin (BTC)
bc1qjq8rmvkvautk2t9urm739vuw3gn00zd5l9qmqd

⚠️ Disclaimer

  • This software is provided 'as is' without any warranties or guarantees.
  • I bear NO responsibility for any errors, inaccuracies, or issues arising from the use of this software.
  • This is NOT financial advice and should not be treated as such.
  • Always verify calculations and consult with a qualified tax professional before making any tax-related decisions.
  • Users are solely responsible for verifying the accuracy of all calculations and ensuring compliance with their local tax regulations.
  • The software should be used as a tool to assist with calculations only and not as definitive tax advice.

πŸ“œ License

This project follows the same license as the original BittyTax project. See the BittyTax repository for full license details.


Made with ❀️ for the crypto community

About

GUI for Bitty Tax


Languages

Language:Python 96.5%Language:HTML 2.8%Language:Rich Text Format 0.4%Language:Shell 0.3%Language:Batchfile 0.2%