A totally not useful plugin for the Pwnagotchi, making it get experience everytime he Associates, Deauths or get a Handshake. Try to level him up!
Wanted to make him more like a Tamagotchi, but moved that idea on another project.
I'm a total newb when it comes to Python so, feel free to help if you see im doing some bad stuff, or you've got some interesting ideas.
Thanks to @mbudget0x01 and @hannadiamond for all the cool stuff!
- Copy over
exp.py
into your custom plugins directory - In your
config.toml
file, add:
main.plugins.exp.enabled = true
main.plugins.exp.lvl_x_coord = 0
main.plugins.exp.lvl_y_coord = 81
main.plugins.exp.exp_x_coord = 38
main.plugins.exp.exp_y_coord = 81
main.plugins.exp.bar_symbols_count = 12
- Restart your device to see your new plugin!
-
Better Save System -> Saves are now in json Format and will per default migrate.
-
Make him count how many Handshake you have already captured and try to make a fair level up if you're not starting from zero, and you just installed the plugin [Example: if i already have 250 Handshake when i start the plugin for the first time, my Pwnagotchi will only be lv 1, while it should be lv 13(?)] -> if session-stats Plugin is installed, initially the data will be parsed from there. If not, just the last session will be counted.
-
Make Things configurable through settings.
-
Testing, lots of testing.
- Age plugin, which shows age and strength based off of epochs and epochs trained https://github.com/hannadiamond/pwnagotchi-plugins