https://github.com/citguru/language_time_python
Python Language Time
https://github.com/citguru/language_time_python
Last synced: 18 days ago
JSON representation
Python Language Time
- Host: GitHub
- URL: https://github.com/citguru/language_time_python
- Owner: CITGuru
- Created: 2017-10-02T00:09:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-02T13:22:27.000Z (over 8 years ago)
- Last Synced: 2025-01-19T05:45:03.898Z (12 months ago)
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
<<<<<<< HEAD
# Language_Time
A library that converts Time to its equivalent local languages starting with three basic Nigeria languages(Yoruba, Hausa and Igbo)
## Example
```Python
import time
import calendar
import datetime
from core import Time
langTime = Time.English
langTime.getCurrentTime()
langTime.getTime("12:45")
langTime.getTime(time)
langTime.getTime(datetime.datetime.now())
langTime.getTime(calendar.datetime.datetime.now())
```
## Contributors
* [Adetuyi Tolu Emmanuel](https://twitter.com/AdetuyiTolu) Developer
* [Iliya Kazah Daniel](https://www.facebook.com/iliya.daniel.9843) Hausa instructor
* [Oyetoke Toby](https://facebook.com/oyetoke.toby) Python Developer
## Contributions
Thank you for showing interest to contribute to this project, we are looking forward to
adding more languages, English is already in pipeline
All you need to do is:
* Provide translation rules for the language to be added, see [English constantss](nglocaltimes/src/main/java/com/crevation/nglocaltime/english/constantss.java) for sample.
* [Email us](mailto:tolu.adetuyi@gmail.com) for more information
* [Email Toby](mailto:oyetoketoby80@gmail.com) for more info on python
## License
Copyright 2017 Adetuyi Tolu Emmanuel
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at [Apache license 2.0](http://www.apache.org/licenses/LICENSE-2.0)
=======
# Language_Time_Python
Python Language Time
>>>>>>> a90ba2f77c79fb21b4055cd2ae931fe49902c558