Skip to content

titan36/Website-to-APK

Repository files navigation

# Website to APK Converter

This is a web application developed using the Django framework that allows users to convert their websites into APK files. This project is my very first Django project. The application is designed to work specifically on Linux systems.

## Features

- Convert any website into an APK file.
- User-friendly interface.
- Fast and efficient conversion process.
- Designed for Linux systems.

## Installation

1. Ensure you are using a Linux system.
2. Clone this repository: `git clone https://github.com/titan36/Website-to-APK`
3. Navigate to the project directory: `cd website-to-apk`
4. Create virtual environment
5. Install the required dependencies: `pip install -r requirements.txt`
6: Migrate the database 'python manage.py makemigrations`
7: Migrate the database 'python manage.py migrate`
8. Run the Django server: `python manage.py runserver`

## Usage

1. Open the application in your web browser.
2. Create account and login
3. Enter all the required information about your app.
4. Click on the 'Next next' button.
5. Download the generated APK file. That's it

## Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

## License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published