## Deprecation Notice
After having lots of stability issues with arch linux I moved to Ubuntu. My initial plan was to ditch the custom downloader and use pacman/yay to download/compile packages. But as I am not on arch anymore I will not be making any upgrades to the project. Thank you all for the support you have shown to the project.
arch2appimage
A Python script to convert any arch linux package (official/AUR) to an AppImage
Explore the docs ยป
## About The Project
This goal of this project is to be able to convert arch linux packages either from the offcial Arch Linux Repositories or from the AUR (Chaotic AUR to be exact).
Use this `README.md` to get started.
## Getting Started
### Prerequisites
This project was written in python. To be able to run this you must have Python 3 installed. To install the required packages you also need to have pip installed.
### Installation
1. Install the requirements
```sh
pip3 install -r requirements.txt
```
This should be enough to run the program.
## Usage
To start the program simply run
```sh
python3 arch2appimage.py
```
By default the script supports AUR. If you wish to disable that set `USE_AUR = False` in the `config.py` file.