```python
from dataclasses import dataclass
@dataclass
class Developer:
name: str
location: str
languages: list[str]
currently_learning: list[str]
projects: list[str]
interests: list[str]
goal: str
me = Developer(
name="David",
location="Seattle, WA",
languages=["Python"],
currently_learning=["best practices", "tkinter", "testing"],
recent_projects=["Spotify-Playlist-Retrieval", "Button-Presser-for-Windows"],
interests=["music", "typewriters", "turn-based RPGs", "anime", "books", "hiking"],
goals="Junior Python Developer", "Freelance Developer"
)
-
Scale AI
- Seattle, Washington
-
03:32
(UTC -07:00)
Pinned Loading
-
Spotify-Playlist-Retrieval
Spotify-Playlist-Retrieval PublicExport/import Spotify playlists or add to existing playlists, all by JSON. Built with spotipy + Last.fm.
-
MTG-Card-Lookup
MTG-Card-Lookup PublicScryfall API client for Magic: The Gathering card data extraction. Implements fuzzy search, multi-faced card parsing.
Python
-
Button-Presser-for-Windows
Button-Presser-for-Windows PublicWindows tray utility that presses a chosen key at random intervals — configurable timing, global hotkey, executable included, no admin required.
Python
-
Python-Flashcards
Python-Flashcards PublicCLI flashcard quiz system with CSV-backed persistence, category filtering, randomized question selection, and performance tracking via cumulative misses.
Python
-
Markov-Poetry-Generator
Markov-Poetry-Generator PublicStochastic text generator building an n-gram graph optimized for high branching factor and non-deterministic traversal paths.
Python
-
RPG-Creator
RPG-Creator PublicRPG system with six character classes and five races, stat bonuses, leveling, combat, inventory, miss chance, hit dice, healing, character sheet export/import, and enemy factories.
Python
If the problem persists, check the GitHub status page or contact support.
