Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrbrain295/prime-finder
pip install prime-finder-mammillaria for installation
https://github.com/mrbrain295/prime-finder
numpy prime-numbers python3
Last synced: 22 days ago
JSON representation
pip install prime-finder-mammillaria for installation
- Host: GitHub
- URL: https://github.com/mrbrain295/prime-finder
- Owner: MrBrain295
- License: mit
- Created: 2021-12-24T17:21:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T13:32:31.000Z (over 2 years ago)
- Last Synced: 2024-09-15T06:48:52.236Z (2 months ago)
- Topics: numpy, prime-numbers, python3
- Language: Python
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Prime Finder
Credit to: [Rosettacode](https://rosettacode.org/wiki/Strong_and_weak_primes#Python), [Real Python](https://realpython.com/python-timer/).
Rossetacode's python script fixed up, with a timer and user input instead of preset values.