Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dunossauro/copylot
Your copilot to studies and work (Pomodoro-timer, Translate and Notes app)
https://github.com/dunossauro/copylot
kivy kivymd python
Last synced: 2 months ago
JSON representation
Your copilot to studies and work (Pomodoro-timer, Translate and Notes app)
- Host: GitHub
- URL: https://github.com/dunossauro/copylot
- Owner: dunossauro
- License: gpl-3.0
- Created: 2021-03-19T11:54:45.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-24T01:29:59.000Z (almost 4 years ago)
- Last Synced: 2024-09-30T08:40:50.410Z (3 months ago)
- Topics: kivy, kivymd, python
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 32
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Copylot
Your copilot to studies and work (Pomodoro-timer, Translate and Notes app)Copylot are three applications in one:
- [ ] Pomodoro
- [ ] Translate
- [ ] NotesCopilot is supported in:
- [ ] Windows
- [ ] Linux
- [ ] OSX
- [ ] Android
- [ ] iOS
- [ ] Python file### How to run this project?
```bash
pip install poetry # If you don't already have poetry
poetry install
poetry run main.py
```### How to run tests?
```bash
poetry run pytest
```### How to build android app?
To create debug app (ARM version)
```bash
poetry run buildozer debug
```this command will create a `Copylot-0.1-armeabi-v7a-debug.apk` on `bin` path.
If you want dolpy this app in your android phone you can use:
```bash
poetry run buildozer deploy
```