Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elymsyr/desktop-cat
The project gives a little cat that sits on your taskbar many functionalities. The main function is the 'Workload'. It is a system that saves the applications you are currently using and their status and allows you to restore them whenever you want quickly.
https://github.com/elymsyr/desktop-cat
opencv python
Last synced: 8 days ago
JSON representation
The project gives a little cat that sits on your taskbar many functionalities. The main function is the 'Workload'. It is a system that saves the applications you are currently using and their status and allows you to restore them whenever you want quickly.
- Host: GitHub
- URL: https://github.com/elymsyr/desktop-cat
- Owner: elymsyr
- License: mit
- Created: 2024-05-21T17:22:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-22T15:27:21.000Z (3 months ago)
- Last Synced: 2024-08-22T17:33:25.549Z (3 months ago)
- Topics: opencv, python
- Language: Python
- Homepage:
- Size: 28.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Desktop Cat
The project gives a little cat that sits on your taskbar many functionalities. Currently, it can only sit and perform some simple actions without any real function. You can check the [Roadmap](#roadmap) for the planned future of Non-Toothless.
The main function is the 'Workload'. It is a system that saves the applications you are currently using and their status (For example, the VSCode and your projects and files currently open in it, the sites open in the web browser, etc.) and allows you to restore them whenever you want quickly.
## Roadmap
- [x] A function will be created to select actions in some situations where the next event is chosen specifically
- [x] Quick search on Google with the prefix "*"
- [x] Workload Saver (Main Function) (Only on Windows and work with VSCode and Chrome for now.)
- [ ] A notification system will be added.
- [ ] CPU/GPU usage warning
- [ ] Emotion detector
- [ ] App drawer (can be cancelled in the future)
- [ ] Graph analyzer (can be cancelled in the future)
- [ ] Notebook (can be cancelled in the future)
- [ ] Calculator (can be cancelled in the future)## Demo
A demo but without any functionalities can be used now. Download [demo0](https://github.com/elymsyr/desktop-cat/releases/tag/demo0) release and see the [Run Locally](#run-locally) section.
## Run Locally
python>3.11 works. python<=3.11 is not tested.
See the requirements for [conda](desktop-cat\conda_requirements.txt) and [pip](desktop-cat\requirements.txt).
You can download [demo0](https://github.com/elymsyr/desktop-cat/releases/tag/demo0) release or current repo.
Run [main.py](desktop-cat\main.py) file.
## Documentation
A documantation will be addded.
## Support and Contributing
For support, email [email protected].
Contributions are always welcome.