|
| 1 | +--- |
| 2 | +name: Script Request |
| 3 | +about: Request a new Python script to be added to the collection |
| 4 | +title: "[REQUEST] Brief description of the script you need" |
| 5 | +labels: ["enhancement", "script-request"] |
| 6 | +assignees: ["UsamaSarwar"] |
| 7 | +--- |
| 8 | + |
| 9 | +## 📝 Script Request |
| 10 | + |
| 11 | +### What type of script do you need? |
| 12 | + |
| 13 | +<!-- Brief description of what you want the script to do --> |
| 14 | + |
| 15 | +### Detailed Description |
| 16 | + |
| 17 | +<!-- Provide a detailed explanation of the functionality you need --> |
| 18 | + |
| 19 | +### Use Case |
| 20 | + |
| 21 | +<!-- Explain how you plan to use this script and why it would be helpful --> |
| 22 | + |
| 23 | +### Input/Output Requirements |
| 24 | + |
| 25 | +<!-- Describe what inputs the script should accept and what outputs it should produce --> |
| 26 | + |
| 27 | +- **Input**: (e.g., file path, URL, user input, etc.) |
| 28 | +- **Output**: (e.g., processed file, console output, data export, etc.) |
| 29 | + |
| 30 | +### Dependencies/Requirements |
| 31 | + |
| 32 | +<!-- Any specific libraries, APIs, or external services needed --> |
| 33 | + |
| 34 | +- [ ] Requires internet connection |
| 35 | +- [ ] Needs specific Python libraries (please specify) |
| 36 | +- [ ] Requires API keys or credentials |
| 37 | +- [ ] Other requirements: |
| 38 | + |
| 39 | +### Similar Tools/References |
| 40 | + |
| 41 | +<!-- Any existing tools or references that might help understand your request --> |
| 42 | + |
| 43 | +### Priority Level |
| 44 | + |
| 45 | +- [ ] Low - Nice to have |
| 46 | +- [ ] Medium - Would be very helpful |
| 47 | +- [ ] High - Critical for my workflow |
| 48 | + |
| 49 | +### Additional Context |
| 50 | + |
| 51 | +<!-- Any additional information that might be helpful --> |
| 52 | + |
| 53 | +--- |
| 54 | + |
| 55 | +### 💖 Support the Developer |
| 56 | + |
| 57 | +If this script request is important to you, consider |
| 58 | +[buying me a coffee](https://buymeacoffee.com/usamasarwar) to support the development of more useful |
| 59 | +scripts! ☕ |
| 60 | + |
| 61 | +### 🤝 Want to Contribute? |
| 62 | + |
| 63 | +Feel free to implement this script yourself and submit a pull request! Check out our |
| 64 | +[contributing guidelines](../CONTRIBUTING.md) for more information. |
0 commit comments