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: 12 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T16:32:43.000Z (about 3 years ago)
- Last Synced: 2025-04-07T11:24:37.007Z (about 1 month ago)
- Topics: habits, keyboard, linux, mouse, ubuntu
- Language: Python
- Size: 453 KB
- Stars: 22
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Habits 👋

[](https://www.codacy.com/manual/atareao/habits?utm_source=github.com&utm_medium=referral&utm_content=atareao/habits&utm_campaign=Badge_Grade)
[](https://www.codefactor.io/repository/github/atareao/habits/overview/master)[](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.[](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,

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

In the next screenshot you can see the about

In the next screenshots you can see some samples of my use of *Habits*,


## 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/).