All Projects → dunossauro → copylot

dunossauro / copylot

Licence: GPL-3.0 License
Your copilot to studies and work (Pomodoro-timer, Translate and Notes app)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to copylot

killer
Windows Task Manager with special features, written in Python.
Stars: ✭ 49 (+188.24%)
Mutual labels:  kivy, kivymd
KivyMLApp
The repository host the API for the ML model via FastAPI, Flask and contains android app development files using KivyMD.
Stars: ✭ 54 (+217.65%)
Mutual labels:  kivy, kivymd
AC Management
A desktop application made with Python/Kivy for managing account related data of college students'
Stars: ✭ 23 (+35.29%)
Mutual labels:  kivy, kivymd
Decentra-Network
This is an open source decentralized application network. In this network, you can develop and publish decentralized applications.
Stars: ✭ 58 (+241.18%)
Mutual labels:  kivy, kivymd
KV4Jetbrains
Syntax highlighting and auto-completion for Kivy/KivyMD .kv files in PyCharm/Intellij IDEA
Stars: ✭ 93 (+447.06%)
Mutual labels:  kivy, kivymd
kivy-cupertino
iOS-style widgets for Kivy
Stars: ✭ 59 (+247.06%)
Mutual labels:  kivy
townshell
For Townscaper, an application providing additional keyboard shortcuts, tools to manipulate .scape files, screen recording
Stars: ✭ 40 (+135.29%)
Mutual labels:  kivy
pybrapp
Python brasil kivy app concept - WIP
Stars: ✭ 24 (+41.18%)
Mutual labels:  kivy
social-auth-kivy
Integrate Google, Facebook, Github & Twitter login in kivy applications
Stars: ✭ 133 (+682.35%)
Mutual labels:  kivy
snl-quest
An open source, Python-based software application suite for energy storage simulation and analysis developed by Sandia National Laboratories.
Stars: ✭ 82 (+382.35%)
Mutual labels:  kivy
NeuKivy
A collection of Neumorphic widgets made with kivy
Stars: ✭ 29 (+70.59%)
Mutual labels:  kivy
Bulletproof-Arma-Launcher
Customisable mod installer and launcher for Arma 3 mods that takes care of *everything* for your community players! Why "bulletproof", you ask? Because "Idiotensicher" was mean :)
Stars: ✭ 21 (+23.53%)
Mutual labels:  kivy
octoscreen
A touchscreen client for Octoprint
Stars: ✭ 26 (+52.94%)
Mutual labels:  kivy
andcat
netcat-like Android app done in Python + Kivy
Stars: ✭ 35 (+105.88%)
Mutual labels:  kivy
kivy service osc
simple UI/Service communication using osc on python-for-android
Stars: ✭ 53 (+211.76%)
Mutual labels:  kivy
KivyMD Extensions
Additional packages for KivyMD library. See @kivymd-extensions
Stars: ✭ 20 (+17.65%)
Mutual labels:  kivymd
Student-Portal
An app for students made as a part of a code jam
Stars: ✭ 54 (+217.65%)
Mutual labels:  kivy
PyWallet
Cross platform Ethereum Wallet built with Python and Kivy
Stars: ✭ 59 (+247.06%)
Mutual labels:  kivy
VKBot
Приложение-бот для социальной сети ВКонтакте
Stars: ✭ 14 (-17.65%)
Mutual labels:  kivy
akivymd
A Set of cool UI widgets for KivyMD
Stars: ✭ 66 (+288.24%)
Mutual labels:  kivymd

Copylot

Your copilot to studies and work (Pomodoro-timer, Translate and Notes app)

Copylot are three applications in one:

  • Pomodoro
  • Translate
  • Notes

Copilot is supported in:

  • Windows
  • Linux
  • OSX
  • Android
  • iOS
  • Python file

How to run this project?

pip install poetry  # If you don't already have poetry 
poetry install
poetry run main.py

How to run tests?

poetry run pytest

How to build android app?

To create debug app (ARM version)

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:

poetry run buildozer deploy
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].