Metadata-Version: 2.1
Name: ArtByCode
Version: 0.0.3
Summary: ArtByCode
Author: Coder Artist
Author-email: abc4artbycode@gmail.com
Keywords: python,sketch,drawing,animation,code hub,pencil sketch,painting
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE.txt


# Welcome to ArtByCode Family

## Description

This is a beginner-level Python project, in this project we utilizes the Turtle graphics library to draw images using the coordinates derived form an external docx file.

### Usage

- Just install the package `pip install ArtByCode`
- Import it to you project `import ArtByCode` 
- Now you are good to enjoy our artworks in our gallery

### Built with

- Turtle 


### Example

```
    from ArtByCode import abc
    
    name = 'lord_ganesh'

    abc(name).draw()
```

### OUTPUT
<div align = "center">
   <img src = "https://github.com/Art-by-Code/Coordinates/assets/114793988/2addc356-8db9-4404-b0ad-2ce0755c3511">
</div>



### Troubleshooting

- If you find any problem, you can contact me on [Instagram](https://www.instagram.com/art_by_code?r=nametag)
- You can also find more of my artworks on my youtube channel(https://www.youtube.com/@artbycode)


### Acknowledgements

Thanks to all my followers & friends.❤

### See also

- [Please visit my Youtube](https://www.youtube.com/@artbycode)
- [Please visit my Instagram](https://www.instagram.com/art_by_code?r=nametag)

### Consider supporting me

- If you like our content, please do like, follow & subscribe to our YouTube channel (https://www.youtube.com/@artbycode) and Instagram (https://www.instagram.com/art_by_code?r=nametag).
- Thanks ❤
