tryiou / blocknet_aio_monitor

MIT License
1 stars 0 forks source link

Blocknet AIO Monitor

Blocknet AIO Monitor App

Blocknet AIO Monitor is a Python GUI application built with Python 3.10 and tkinter, designed to provide a comprehensive monitoring and management solution for Blocknet Core, Block-DX, and XLite wallets.

For more information about Blocknet projects, visit:

Features

How to use

From release:

  1. Download the release for your OS from Latest Release

  2. Running the application:

    • Linux/Windows: Execute the application.

    • Mac: Mount the dmg file and execute the application.

From repository:

  1. Clone the repository:

     git clone https://github.com/tryiou/blocknet_aio_monitor
  2. Navigate to the repository folder:

     cd blocknet_aio_monitor
  3. Create a virtual environment:

     python -m venv venv
  4. Activate the virtual environment:

    • Linux/macOS:

      source venv/bin/activate
    • Windows:

      venv\Scripts\activate
  5. Install requirements:

     pip install -r requirements.txt
  6. Run the GUI:

     python blocknet_aio_monitor.py

Contribution

Contributions are welcome! Feel free to submit issues or pull requests.