8000 GitHub - raklaptudirm/itp: Generate beautiful Prime Numbers from Images
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

raklaptudirm/itp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itp - Beautiful Prime Numbers from Images

itp is a command line tool to generate large prime numbers which look like any arbitrary image.

Installation and Usage

go install laptudirm.com/x/itp@latest
itp [image file]

Working

itp finds primes which look similar to an image using the following steps:

  • step 1: Convert the image into a number. Brightness chart is "7772299408".
  • step 2: If last digit is even or 5 change it, otherwise number can't be a prime.
  • step 3: If first digit is 0 change it. No redundant leading zeros allowed
  • step 4: Check if number is prime. If it is a prime, print it and exit.
  • step 5: If number is not prime, switch one of the digits with a similar one.
  • step 6: Goto step 4.

References

About

Generate beautiful Prime Numbers from Images

Topics

Resources

License

Stars

Watchers

Forks

Languages

0