https://github.com/aa830/pygeom
a small, portable coordinate geometry visualiser and calculator written in python.
https://github.com/aa830/pygeom
Last synced: 5 months ago
JSON representation
a small, portable coordinate geometry visualiser and calculator written in python.
- Host: GitHub
- URL: https://github.com/aa830/pygeom
- Owner: aa830
- License: gpl-3.0
- Created: 2025-02-24T02:26:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T10:21:38.000Z (over 1 year ago)
- Last Synced: 2025-03-13T11:27:39.597Z (over 1 year ago)
- Language: Python
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PyGeom: A extremely small basic coordinate geometry calculator and visualiser
Usage is very easy. For now there are 4 calculations you can make. You can enter any positive or negative numerical value for x,y and you will get the answer and a visualisation of the points.
# Setup
1. Clone this repo
2. In terminal, navigate to the PyGeom folder
3. run `pip3 install -r requirements.txt` this installs the requirements
4. Run the program (main.py) and enjoy!
`Copyright (c) Aarav Darbari `