Skip to content

Commit

Permalink
Merge pull request #7 from Puskar-Roy/dev
Browse files Browse the repository at this point in the history
feat : docs
  • Loading branch information
Puskar-Roy authored Dec 27, 2024
2 parents 1c7e587 + 601bcc6 commit 62f6dd4
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 3 deletions.
148 changes: 145 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,145 @@
# DuckLang
## Start Script
``` chmod +x setup.sh ```
<div align="center">
<a href="https://github.com/Puskar-Roy/DuckLang">
<img src="https://memetemplates.in/memes-download/Uploads/Media/Dec22/Sun25/801/m_c4484aa8.jpg" alt="Logo" width="170" height="95">

</a>

<h1 align="center">DuckLang ✨</h1>
<p align="center">
Welcome to DuckLang, the quirky and fun programming language that makes coding a laugh-out-loud experience! Designed to engage young developers with its playful syntax and a unique blend of Bengali, Hindi, and English humor, Get ready to write code like never before with DuckLang, where coding meets comedy!
<br />
<a href="https://github.com/Puskar-Roy/DuckLang"><strong>Explore the docs »</strong></a>
<br />
<br />
<a href="https://github.com/Puskar-Roy/DuckLang">View Demo</a>
·
<a href="https://github.com/Puskar-Roy/DuckLang/issues">Report Bug</a>
·
<a href="https://github.com/Puskar-Roy/DuckLang/issues">Request Feature</a>
</p>
</div>

<table align="center">
<thead align="center">
<tr border: 2px;>
<td><b>🌟 Stars</b></td>
<td><b>🍴 Forks</b></td>
<td><b>🐛 Issues</b></td>
<td><b>🔔 Open PRs</b></td>
<td><b>🔕 Close PRs</b></td>
</tr>
</thead>
<tbody>
<tr>
<td><img alt="Stars" src="https://img.shields.io/github/stars/Puskar-Roy/DuckLang?style=flat&logo=github"/></td>
<td><img alt="Forks" src="https://img.shields.io/github/forks/Puskar-Roy/DuckLang?style=flat&logo=github"/></td>
<td><img alt="Issues" src="https://img.shields.io/github/issues/Puskar-Roy/DuckLang?style=flat&logo=github"/></td>
<td><img alt="Open Pull Requests" src="https://img.shields.io/github/issues-pr/Puskar-Roy/DuckLang?style=flat&logo=github"/></td>
<td><img alt="Close Pull Requests" src="https://img.shields.io/github/issues-pr-closed/Puskar-Roy/DuckLang?style=flat&color=green&logo=github"/></td>
</tr>
</tbody>
</table>

<img src="https://www.animatedimages.org/data/media/562/animated-line-image-0184.gif" width="1920" />

## 🚨 Note

- Please Check The [CONTRIBUTING.md](./CONTRIBUTING.md) and Always Push In ```dev``` Branch :)

<img src="https://www.animatedimages.org/data/media/562/animated-line-image-0184.gif" width="1920" />

## ⚙️ Installation

### Change Permission 🛃

```bash
chmod +x setup.sh
```

### Set Up The Project 🟰

```bash
./setup.sh
```

### Start The Project 🚀

```bash
python main.py
```


*__Note - You Can Check [Guidebook](./docs/md/Guidebook.md) for more details__*

<img src="https://www.animatedimages.org/data/media/562/animated-line-image-0184.gif" width="1920" />

## 🛠️ Prerequisites

- [Python](https://nodejs.org/) installed on your machine 🐍
- [Git](https://git-scm.com/) installed on your machine 🐙


<img src="https://www.animatedimages.org/data/media/562/animated-line-image-0184.gif" width="1920" />

## 🛠️ Tech Stack
__DuckLang Use a variety of technologies :__



<div align="center">




### Languages
<img src="https://skillicons.dev/icons?i=python&theme=dark" />

### Frameworks
<img src="https://skillicons.dev/icons?i=django,fastapi&theme=dark" />

<!-- ### Databases
<img src="https://skillicons.dev/icons?i=mongodb,postgresql&theme=dark" /> -->

### Services
<img src="https://skillicons.dev/icons?i=npm&theme=dark" />


</div>

<img src="https://www.animatedimages.org/data/media/562/animated-line-image-0184.gif" width="1920" />

## ❤️ Contributing

We welcome contributions to DuckLang!

To get started, please check out the [CONTRIBUTING.md](./CONTRIBUTING.md) file for guidelines on how to contribute. Here are some key points:

- __Create a new branch from your fork for any changes you make.__



__*Note: If contributions do not follow the guidelines specified in the [CONTRIBUTING.md](./CONTRIBUTING.md) file, the pull request will not be accepted ❌.*__



<h2 align = "center">Contributors of DuckLang 🚀</h2>
<div align = "center">
<a href="https://github.com/Puskar-Roy/DuckLang/graphs/contributors">
<img src="https://contrib.rocks/image?repo=Puskar-Roy/DuckLang" />
</a>
</div>

<img src="https://www.animatedimages.org/data/media/562/animated-line-image-0184.gif" width="1920" />

## 📬 Contact

If you have any questions, feel free to open an issue or reach out to the project [maintainer](https://www.linkedin.com/in/puskar-roy/).

__Please ⭐ the repository for show some love!__

### Puskar Roy 🖋️


<div align="right">
<a href="#readme-top">back to top</a>
</div>
1 change: 1 addition & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
quack("Hello World")
duck my_int = 42
duck my_float = 3.14
quck(my_int+my_float)
duck my_bool = True
'''

Expand Down

0 comments on commit 62f6dd4

Please sign in to comment.