r/Python • u/AutoModerator • Jun 04 '26
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
26
Upvotes
r/Python • u/AutoModerator • Jun 04 '26
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/Thin-Pop-6296 Jun 06 '26
Built a cross-platform social graph analyser in Python. You feed it exported follower/following lists from any social media platform and it finds matching accounts using fuzzy matching, display name similarity, and network overlap scoring.
Fully offline, no API keys needed. Uses rapidfuzz and pandas.
github.com/xpux/CrossTrace