Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonio-neves/tarefas-to-do-list
Aplicação para anotar tarefas / Application to note tasks / Python / Kivy
https://github.com/antonio-neves/tarefas-to-do-list
kivy kivy-application kivy-language python python3
Last synced: 27 days ago
JSON representation
Aplicação para anotar tarefas / Application to note tasks / Python / Kivy
- Host: GitHub
- URL: https://github.com/antonio-neves/tarefas-to-do-list
- Owner: Antonio-Neves
- License: mit
- Created: 2019-09-06T00:47:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T17:09:45.000Z (3 months ago)
- Last Synced: 2024-10-09T12:21:19.482Z (27 days ago)
- Topics: kivy, kivy-application, kivy-language, python, python3
- Language: Python
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tarefas-Tasks
Aplicação para anotar tarefas / Application to note tasksPython
Kivy
A aplicação cria a pasta 'Tarefas App' na pasta do usuário, onde vai ser criado o arquivo 'data_tarefas.json' para guardar as anotações.
pyinstaller --name="MyTasks" --noconsole --onefile main.py MyTasks.spec
pyinstaller --name="MyTasks" --noconfirm --noconsole --onefile main.py