Shelpik is a versatile tool for Android that combines the functionality of a macro tool, a tweaker, and an APK editor. The project does not require a high-performance device and works on API 29 and above.
Simply put, it's just a settings menu in a different shell :)
on scheenshots version a2-refactor-n-new-design
Shelpik started as a "hodgepodge" of various useful functions for customizing and optimizing Android devices. In one app, you will find:
- Macros: Automation of repetitive actions. - Done! :D
- Tweaker: Customizing the system to your liking. - in dev
- APK Editor: Basic editing and analysis of APK files. - in dev
- Min SDK: Android 9.0 (API 28)
- Language: Kotlin
- Dependencies: Core KTX, AppCompat, Material Design, ConstraintLayout, CardView, Material3
- Clone the repository:
git clone https://github.com/holayzz/shelpik.git
- Open the project in Android Studio.
- Wait for the Gradle sync to complete.
- Build the APK or run the project on a connected device/emulator.
OR
- Download release
This project is distributed under the MIT License. This means you are free to:
- Fork, use, copy, and modify the code.
- Use the code for commercial purposes.
Under the condition that you:
- Attribute the original project (provide a link to this repository).
- Do not present the Shelpik source code as your own.
The full license text is available in the LICENSE file.
Thanks to the Open Source community for the inspiration and all the libraries that made this project possible.
And its my first project on kotlin lol