Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteprattis/get-circles-intersection-points-count
A program which creates 20 random circles on a 1024x1024 image, with radius from 10-500 . The program will show how many circles intersect with each other and at the end it prints the image with the circles.
https://github.com/peteprattis/get-circles-intersection-points-count
circles circles-intersect computer-science programm python radius student
Last synced: about 1 month ago
JSON representation
A program which creates 20 random circles on a 1024x1024 image, with radius from 10-500 . The program will show how many circles intersect with each other and at the end it prints the image with the circles.
- Host: GitHub
- URL: https://github.com/peteprattis/get-circles-intersection-points-count
- Owner: PetePrattis
- License: mit
- Created: 2019-10-07T14:50:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-09T16:00:02.000Z (over 5 years ago)
- Last Synced: 2024-11-17T11:54:05.935Z (3 months ago)
- Topics: circles, circles-intersect, computer-science, programm, python, radius, student
- Language: Python
- Size: 26.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Python Program / Project
**This is a simple python project from my early days as a Computer Science student**
_This programm was created for the first semester class Introduction to Computer Science
and is one of a few such simple python programms neccessary to pass the class_> #### Description of project
>
>>A program in Python which creates 20 random circles on a 1024x1024 image, with radius from 10-500 . The program will show how many circles intersect with each other and at the end it prints the image with the circles.> #### About this project
>
> - The comments to make the code understandable, are within the .py archive
> - This program runs for Python version 2.7
> - This repository was created to show the variety of the work I did and experience I gained as a student
>