https://github.com/SheblMohamed/myprojectx
https://github.com/SheblMohamed/myprojectx
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/SheblMohamed/myprojectx
- Owner: SheplX
- Created: 2021-12-03T12:27:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-03T18:45:55.000Z (over 4 years ago)
- Last Synced: 2024-11-20T13:36:57.801Z (over 1 year ago)
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foobar
Foobar is a python library for dealing with word pluralization.
# Installation
Use the package manager [PIP](https://linuxize.com/post/how-to-install-pip-on-ubuntu-18.04/) to install foobar.
```
pip install foobar
```
# Usage
```
foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'
```
# Contributing
Pull requests are welcome for major changes, please open an issue first to sicuss what u would like to change
please make sure to update tests as appropriate.
# license
[MIT](https://opensource.org/licenses/MIT)
# Finally
Thanks for reading my topic, i hope it was useful for u, cheers !
