https://github.com/shashik5/cnc-code-generator
https://github.com/shashik5/cnc-code-generator
cnc-programming code-generation python
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shashik5/cnc-code-generator
- Owner: shashik5
- Created: 2021-11-21T08:04:21.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-25T09:15:09.000Z (over 4 years ago)
- Last Synced: 2023-10-04T18:01:07.255Z (over 2 years ago)
- Topics: cnc-programming, code-generation, python
- Language: Python
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CNC Code Generator
### Installing Dependencies
1. Make sure Python@3.x is installed
2. Run the following code in the terminal
```sh
pip install matplotlib jaraco.clipboard
```
### Instructions to run the application
Run the following code in the terminal of the workspace folder
```sh
python src/main.py
```
### Collaborators
[Ayobami Odumuyiwa](https://github.com/ayblaze)
[Bishwa Acharya](https://github.com/bishwa221)
[Daniel Uzoigwe](https://github.com/DanOU123)
[Shashi Kumar Dhandapani](https://github.com/shashik5/cnc-code-generator)