Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlescn/android-debloater
[WIP] App to easily identify and uninstall bloatware on Android devices. For now, it's only a simple package manger.
https://github.com/carlescn/android-debloater
android bloatware-removal debloat package-manager python tkinter
Last synced: 7 days ago
JSON representation
[WIP] App to easily identify and uninstall bloatware on Android devices. For now, it's only a simple package manger.
- Host: GitHub
- URL: https://github.com/carlescn/android-debloater
- Owner: carlescn
- License: gpl-3.0
- Created: 2024-01-05T23:07:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-02T18:10:09.000Z (7 months ago)
- Last Synced: 2024-11-09T04:37:30.194Z (2 months ago)
- Topics: android, bloatware-removal, debloat, package-manager, python, tkinter
- Language: Python
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Android ~~debloater~~ package manager
## Disclaimer
This is a personal project on which I'm working on my free time,
without any consistency or schedule.
It is mainly an excuse to learn how to build a somewhat complex application with a user interface in Python.
I would like to test different UI libraries,
for now I'm learning the basics of Tkinter.## Roadmap
**For now,
this is only a simple package manager for Android.**Once the package manager part is fully functional,
I want to create some kind of database of package ids,
categorizing them as known to be secure, insecure, bloatware, etc.
I'm still thinking on ways to do it...Finally,
I want to add the functionality to easily remove all insecure / bloatware / whatever apps,
thus the name of the repository.## Contribution
As mentioned above, this is a personal project for learning purposes.
Feel free to fork it, reuse some code or contribute in any way you see fit.
But keep in mind I don't intend for this to be an actively maintained project
(at least for now).