Update README.md

This commit is contained in:
Adrian 2024-04-18 20:43:46 -03:00 committed by GitHub
commit fd26a98f3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,9 +1,20 @@
# APKrenamer # APKrenamer
A tool that allows you to bulk rename Android Aplication Package files according to it`s manifest A tool that allows you to bulk rename Android Aplication Package files according to it`s manifest
![image](https://github.com/adrianvic/APKrenamer/assets/85490958/439e4e2c-caee-4755-a288-773c6db39fa2) ![image](https://github.com/adrianvic/APKrenamer/assets/85490958/439e4e2c-caee-4755-a288-773c6db39fa2)
(Version 1.1) (Version 1.1)
Made using [this](https://github.com/mam4dali/Csharp.Apk-Reader) lib Made using [this](https://github.com/mam4dali/Csharp.Apk-Reader) lib
## Example
This is an exmple of renamed APK files:
![Screenshot 2024-04-18 155204](https://github.com/adrianvic/APKrenamer/assets/85490958/2237f46c-40b7-467d-987f-11ea592aaa93)
(this is a mess)
![image](https://github.com/adrianvic/APKrenamer/assets/85490958/2a45758c-5ff7-4185-84b5-23b3f69afdc0)
(this is organized with keywords extracted from the inside of the APKs)
## Compatibility ## Compatibility
Needs .Net Framework 4.8. Needs .Net Framework 4.8.