Skip to content

fatpeppapig/adf-explorer

Repository files navigation

ADF Explorer

Short Description

ADF Explorer is a simple tool that allows you to create and browse ADF (Amiga Disk Format) files. It is largely based on Amitools only providing basic PyQT based GUI. Currently free icons from Icons8 are used for toolbar and files/folders in a browser. For simple deployments I'm using pyinstaller.

Working with source

To play with the source, all you need to have installed on your machine is:

  • Python 3.8
  • Pipenv

Running from source

All you need to do is run: pip install -r requirements.txt python main.py

Building executables yourself

To build the application on your own, you will need: pip install -r requirements.txt pyinstaller main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages