Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atareao/habits
An application to monitor your habits with your PC. So you can study how many kilometers travel with your mouse or how many keystrokes.
https://github.com/atareao/habits
habits keyboard linux mouse ubuntu
Last synced: 2 months ago
JSON representation
An application to monitor your habits with your PC. So you can study how many kilometers travel with your mouse or how many keystrokes.
- Host: GitHub
- URL: https://github.com/atareao/habits
- Owner: atareao
- License: mit
- Created: 2019-12-27T08:25:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T16:32:43.000Z (over 2 years ago)
- Last Synced: 2024-04-19T17:22:10.282Z (9 months ago)
- Topics: habits, keyboard, linux, mouse, ubuntu
- Language: Python
- Size: 453 KB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Habits 👋
![Licencia MIT](https://img.shields.io/badge/Licencia-MIT-green)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/b3e704c3f150404582cd23b9fcb4be32)](https://www.codacy.com/manual/atareao/habits?utm_source=github.com&utm_medium=referral&utm_content=atareao/habits&utm_campaign=Badge_Grade)
[![CodeFactor](https://www.codefactor.io/repository/github/atareao/habits/badge/master)](https://www.codefactor.io/repository/github/atareao/habits/overview/master)[![Twitter: atareao](https://img.shields.io/twitter/follow/atareao.svg?style=social)](https://twitter.com/atareao)
Habits is an application to monitor your habits with your PC. So you can study how many kilometers travel with your
mouse or how many keystrokes.[![Habits](./data/icons/habits.svg)](https://www.atareao.es/aplicacion/habits/)
## 🏠 [Homepage](https://www.atareao.es/aplicacion/habits/)
## Prerequisites
Before you begin, ensure you have met the following requirements:
* If you install it from PPA don't worry about, becouse all the requirements are included in the package
* If you clone the repository, you need, at least, these dependecies,```
gir1.2-gtk-3.0,
gir1.2-glib-2.0,
gir1.2-gdkpixbuf-2.0,
gir1.2-appindicator3-0.1,
gir1.2-webkit2-4.0,
python3-xlib
```## Installing Habits
To install **Habits**, follow these steps:
* In a terminal (`Ctrl+Alt+T`), run these commands
```
sudo add-apt-repository ppa:atareao/atareao
sudo apt update
sudo apt install habits
```## Using Habits
When you start **Habits** it goes to Indicator Area, as you can see in the next screenshot,
![Habits](./screenshots/habits_01.png)
You can set some options in order to start *Habits* when you start your Operative System.
* Set the icon theme. Dark or light.
* Start Habits with your Operative SystemBesides you can set the colors of the graphics
![Configuration](./screenshots/habits_02.png)
In the next screenshot you can see the about
![About](./screenshots/habits_03.png)
In the next screenshots you can see some samples of my use of *Habits*,
![Example 1](./screenshots/habits_04.png)
![Example 2](./screenshots/habits_05.png)
## Contributing to Habits
To contribute to **Habits**, follow these steps:
1. Fork this repository.
2. Create a branch: `git checkout -b `.
3. Make your changes and commit them: `git commit -m ''`
4. Push to the original branch: `git push origin /`
5. Create the pull request.Alternatively see the GitHub documentation on [creating a pull request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request).
## 👤 Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
## Contact
If you want to contact me you can reach me at [atareao.es](https://www.atareao.es).
## License
This project uses the following license: [MIT License](https://choosealicense.com/licenses/mit/).