https://github.com/lpcodes/pincode-details
A simple package to fetch Indian PINCODE Details
https://github.com/lpcodes/pincode-details
indian pincode python python3
Last synced: about 16 hours ago
JSON representation
A simple package to fetch Indian PINCODE Details
- Host: GitHub
- URL: https://github.com/lpcodes/pincode-details
- Owner: LpCodes
- Created: 2022-06-14T10:05:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T07:58:11.000Z (over 1 year ago)
- Last Synced: 2025-09-28T06:23:18.094Z (12 days ago)
- Topics: indian, pincode, python, python3
- Language: Python
- Homepage: https://pypi.org/project/IndianPinCodes/
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://pepy.tech/project/indianpincodes)
 # Indian Postal PIN Code Details :postbox:
A simple package to fetch Indian PINCODE Details
## Installation :computer:
```bash
pip install IndianPinCodes
```## Usage/Examples :bulb:
```
from IndianPinCodes import getpingetpin(110001)
Info for Pincode 110001 is as follows
Name --> Supreme Court
Region --> Delhi
District --> Central Delhi
Division --> New Delhi Central
Region --> Delhi
Block --> New Delhi
Circle --> Delhi
State --> Delhi
```
## Authors :busts_in_silhouette:
- [@LpCodes](https://github.com/LpCodes)
## License :page_facing_up:
[MIT](https://choosealicense.com/licenses/mit/)
## Contributing :raised_hands:
If you would like to contribute to this project, I welcome your input! Feel free to submit pull requests for bug fixes, feature additions, or any improvements you think would benefit the project.
### Improving Documentation
If you notice areas of the documentation that can be enhanced or rewritten for better clarity, I encourage you to:
1. Fork the repository.
2. Create a new branch for your changes: `git checkout -b improve-documentation`.
3. Make your changes and commit them: `git commit -m 'Improve documentation'`.
4. Push to the branch: `git push origin improve-documentation`.
5. Open a pull request and describe the changes you've made.### Suggestions for Improvement
If you have suggestions for the README or any other part of the project, but you're not sure how to implement them, you can also open an issue to discuss your ideas.
I appreciate your contributions and efforts to make this better!