A multi-tool project containing two independent utilities:
A full-stack task management web app built with Flask + SQLite.
Features:
- User registration & login (password hashing)
- Create, toggle, delete tasks
- Priority levels (low / medium / high)
- Due date support
- Search & filter by status/priority
- CSV export
- Responsive UI
pip install -r requirements.txt
python app.pyA rooted-Android tool that changes device carrier/country properties via ADB.
Features:
- Root detection
- Select country from a list
- Spoofs multiple system properties (SIM, operator, numeric codes)
- Colorful CLI output
Requirements: Rooted Android device, ADB drivers, USB debugging enabled.
python main.pyAuthor: Zakaria Atertour