MiniBook Download

1. Downloading MiniBook

As of now, MiniBook is only available as a Python script due to security concerns related to compiling it into an executable file.

Access the Project:

MiniBook is hosted on GitHub. You can download or clone the project from the following link:

🔗 https://github.com/PD5DJ/MiniBook

Download Instructions:

  1. Open the GitHub project link above.

  2. Click the green “Code” button, then select “Download ZIP” to download the project as a ZIP file, or choose “Clone” to use Git.


2. Running and Using MiniBook

Since MiniBook is now a Python script, it requires Python to run.

Steps to Run:

  1. Install Python (if you haven’t already):
    Download the latest version from https://www.python.org/downloads/

  2. Download MiniBook from the GitHub link above.

  3. Extract the ZIP file (if you downloaded it as a ZIP).

  4. Install Required Libraries:
    Before running the program, you need to install the necessary Python libraries.
    Open a terminal or command prompt, navigate to the extracted MiniBook folder, and run:

     
    pip install -r requirements.txt
     

    or run

    install_libraries.bat

  1. Run the Program:
    Once the dependencies are installed, start MiniBook by running:

     
    python minibook.py

Make sure you’re running this in the same directory where minibook.py and requirements.txt are located.


3. File Handling and Storage

  • MiniBook Content: MiniBook stores logbook data in JSON format, using the .mbk file extension. You can load and save your QSO entries through the app.

  • Version Control: Always check the GitHub repository for the latest updates and features.


4. Getting Support

If you encounter any issues or need help using MiniBook, feel free to open an issue on the GitHub repository or reach out using the contact information provided there.