PУΓM - an Open Source Python Time Management Tool for Mankind¶
Goals¶
Primary target is to increase productivity by helping Humanity to monitor their usage of time without compromising privacy.
Features¶
- Initial Command Line Interface (using Click)
Installing PyTM¶
You can download it from Python Package Index! For example:
pip install python-pytm
or, you can install it using pipenv too!:
pipenv install python-pytm
Checkout the version by typing the following in your terminal/command prompt:
pytm --version
For a list of all the available options or, arguments try:
pytm --help
Running the tests¶
Clone this repository
Install dependencies:
pip install -r requirements.txt
run the tests:
py.test
Contributing¶
Please read CONTRIBUTING.rst for details on our code of conduct, and the process for submitting pull requests to us. You are encouraged to contribute or, try it out.
Any bug reports/suggestions/improvements/feature requests are highly appreciated. Just let us know by creating issues
Version¶
We use SemVer. For the versions available, see the tags on this repository
Author¶
See also the list of contributors who participated in this project.
Acknowledgments¶
- Inspiration - Time Doctor
- This project is bootstrapped using this cookiecutter package
NOTE: “This Project is still a work in progress.”
Contents:¶
Feedback¶
If you have any suggestions or questions about PyTM feel free to email me at wasi0013@gmail.com.
If you encounter any errors or problems with PyTM, please let me know! Open an Issue at the GitHub http://github.com/wasi0013/PyTM main repository.