OpenEFT is an open-source project created because the ATF are incompetent at best and maliciously trying to thwart civil rights at worst.
Like the project? Consider sponsoring me so I can continue to develop these free tools!
So, if you're here, you probably need to file a Form 1 and would like to file electronically so that it doesn't take 8 months for the ATF to lose your paper fingerprint card, only to find the fingerprinting companies have jacked their prices up to extortionate amounts.
If you're not up for compiling and installing software to DIY, I have created a generation service that you can use at OpenEFT.org
-
Print off FD-258 card (Use the provided template in the repo for best results)
-
Add fingerprints to form (you don't need to fill out the boxes)
-
Take a high-resolution 1:1 scan or picture of the completed FD-258 card.
-
Run the python program from the command line like so:
python3 openeft.py
-
Follow the instructions the program provides and respond to the prompts with your info.
-
??? (programming magic happens here, just relax)
-
Congratulations! You now have an EFT!
If you've never had your fingerprints taken, you definitely need to know how to do it. The first ten prints should be "rolled" on as the video demonstrates, then you need to take two "slap" impressions of the four fingers on each hand and two flat impressions of the thumbs.
If you mess up on a fingerprint, you can use a white address label within the blue or black bounding boxes to re-ink that specific finger so you don't need to waste multiple cards. You're not supposed to use white out, it could be rejected by the ATF/FBI, but if you're willing to try it let us know if it works!
-
Clone the repo:
git clone --recurse-submodules https://github.com/NoahGWood/OpenEFT.git
-
Build & Install
# If Windows wsl cd OpenEFT wsl ./build_windows.sh # If Linux cd OpenEFT ./build_linux.sh
-
Run the program!
python3 openeft.py
- Linux Only (maybe, I have no idea tbh.)
- OpenCV-Python
- Imutils
- Pillow
- NumPy
- django