Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amtoine/random-circle
A repo inspired by "The BEST Way to Find a Random Point in a Circle"
https://github.com/amtoine/random-circle
3b1b some1
Last synced: about 1 month ago
JSON representation
A repo inspired by "The BEST Way to Find a Random Point in a Circle"
- Host: GitHub
- URL: https://github.com/amtoine/random-circle
- Owner: amtoine
- License: gpl-3.0
- Created: 2022-11-03T10:58:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T09:00:57.000Z (about 1 year ago)
- Last Synced: 2024-10-14T02:49:03.243Z (2 months ago)
- Topics: 3b1b, some1
- Language: Python
- Homepage: https://youtu.be/4y_nmpv-9lI
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# random-circle
A repo inspired by [*The BEST Way to Find a Random Point in a Circle | #SoME1 #3b1b*](https://www.youtube.com/watch?v=4y_nmpv-9lI)## install the dependencies
a good practice is to install the dependencies in a fresh `python` virtual environment,
to avoid messing around with the main system `python` installation!once in the environment of your choice, issue the following:
```bash
pip install -r requirements.txt
```## run the code
```bash
./main.py --help
```