You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A Pokemon-themed CLI task manager and wellbeing tracker. Complete tasks to catch
32
32
- Catch Pokemon by completing tasks
33
33
-**All 1025 Pokemon** from Gen 1 (Kanto) through Gen 9 (Paldea)
34
34
- Pokemon rarity based on task difficulty
35
-
- Pokemon **EVs (Effort Values) and IVs (Individual Values)** for stat training (in progress)
35
+
- Pokemon **EVs (Effort Values) and IVs (Individual Values)** for stat training (partial implementation)
36
36
- Shiny Pokemon (rare variants with boosted rates from streaks)
37
37
- Legendary, Mythical, Pseudo-Legendary, and Ultra Beast encounters
38
38
- Paradox Pokemon from Scarlet/Violet
@@ -102,7 +102,7 @@ pokedo
102
102
### Initialize
103
103
104
104
```bash
105
-
# Full initialization (all 1025 Pokemon - takes a few minutes first time)
105
+
# Full initialization (all 1025 Pokemon, takes a few minutes first time)
106
106
pokedo init --name "Ash"
107
107
108
108
# Quick start with Gen 1 only (151 Pokemon)
@@ -202,7 +202,7 @@ pokedo stats history --days 14
202
202
203
203
### Server Usage (Optional)
204
204
205
-
PokeDo is developing a FastAPI server to enable cloud synchronization and multi-user features. You can run the development server and test its authentication endpoints.
205
+
PokeDo is developing a FastAPI server to enable cloud synchronization and multi-user features. This system uses `requests` for client-side pushing and `bcrypt` for secure authentication.
0 commit comments