All Projects → mark-ignacio → Py Fakename

mark-ignacio / Py Fakename

Licence: gpl-3.0
Python wrapper for making fake identities with fakena.me

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Py Fakename

Opmsg
opmsg message encryption
Stars: ✭ 704 (+6300%)
Mutual labels:  privacy
Analytics
Lightweight analytics abstraction layer for tracking page views, custom events, & identifying visitors
Stars: ✭ 814 (+7300%)
Mutual labels:  privacy
Ping Blocker
Stop sites from tracking the links you visit through hyperlink auditing
Stars: ✭ 23 (+109.09%)
Mutual labels:  privacy
Webclient
The mega.nz web client
Stars: ✭ 723 (+6472.73%)
Mutual labels:  privacy
Sdk Js
Tanker client-side encryption SDK for JavaScript
Stars: ✭ 786 (+7045.45%)
Mutual labels:  privacy
Tf Encrypted
A Framework for Encrypted Machine Learning in TensorFlow
Stars: ✭ 832 (+7463.64%)
Mutual labels:  privacy
Duckduckgo Privacy Extension
DuckDuckGo Privacy Essentials browser extension for Firefox, Chrome.
Stars: ✭ 692 (+6190.91%)
Mutual labels:  privacy
Genmac
Generate valid looking random MAC address
Stars: ✭ 9 (-18.18%)
Mutual labels:  privacy
Lf
Fully Decentralized Fully Replicated Key/Value Store
Stars: ✭ 809 (+7254.55%)
Mutual labels:  privacy
Ios
DuckDuckGo iOS Application
Stars: ✭ 916 (+8227.27%)
Mutual labels:  privacy
Hblock
Improve your security and privacy by blocking ads, tracking and malware domains.
Stars: ✭ 724 (+6481.82%)
Mutual labels:  privacy
Stealing Ur Feelings
Winner of Mozilla's $50,000 prize for art and advocacy exploring AI
Stars: ✭ 784 (+7027.27%)
Mutual labels:  privacy
Peergos
A p2p, secure file storage, social network and application protocol
Stars: ✭ 895 (+8036.36%)
Mutual labels:  privacy
Debotnet
🔥🚀 Debotnet is a tiny portable tool for controlling Windows 10's many privacy-related settings and keep your personal data private.
Stars: ✭ 707 (+6327.27%)
Mutual labels:  privacy
Android Privacy Issues
an article describing the privacy issues in Android OS
Stars: ✭ 26 (+136.36%)
Mutual labels:  privacy
Awesome Security Gists
A collection of various GitHub gists for hackers, pentesters and security researchers
Stars: ✭ 701 (+6272.73%)
Mutual labels:  privacy
Mailtrackerblocker
Email tracker, read receipt and spy pixel blocker plugin for macOS Apple Mail
Stars: ✭ 821 (+7363.64%)
Mutual labels:  privacy
Whoami
Whoami is a Linux privacy tool developed to keep you anonymous at the highest level.
Stars: ✭ 858 (+7700%)
Mutual labels:  privacy
Fathom
Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact.
Stars: ✭ 6,989 (+63436.36%)
Mutual labels:  privacy
Lyra
A lightweight encryption tool designed for ease of use.
Stars: ✭ 22 (+100%)
Mutual labels:  privacy

py-fakename

Build Status

py-fakename is a simple little package that gets identities generated from https://fakena.me.

Requirements

Installation

To install py-fakename, run:

$ pip install py-fakename

Usage

Return value reordered for clarity:

>>> from pprint import pprint
>>> import fakename
>>> pprint(fakename.gen_identity())
{'name': 'Lucy Macias',
 'dob': datetime.date(1945, 11, 15),
 'address': '5261 Edens Court',
 'city': 'Wilmot',
 'state': 'NH',
 'zip': '03287',
 'phone': '(603) 687-4938',
 'username': 'lucymaciasn7T',
 'password': '9e4UD5JC5spCDtd',
 'temp_email': '[email protected]',
 'permalink': 'https://fakena.me/j/18c[snip]7095.html'}
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].