Sistema de gerenciamento de tarefas via terminal, feito em Python. A terminal-based task management system, built with Python.
Gerenciador de tarefas simples e funcional que roda diretamente no terminal. Permite criar listas de tarefas, adicionar atividades, visualizar e marcar como concluídas — tudo salvo em arquivos .txt locais.
- ✅ Criar listas de tarefas
- ✅ Adicionar tarefas à lista
- ✅ Visualizar tarefas da lista
- ✅ Marcar tarefas como concluídas
Pré-requisitos: Python 3.x instalado na máquina.
# Clone o repositório
git clone https://github.com/semendeZ0/task-manager.git
# Acesse a pasta do projeto
cd task-manager
# Execute o programa
python main.pyAo rodar o programa, um menu será exibido no terminal:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1. Criar lista de tarefas
2. Adicionar tarefas à lista
3. Verificar tarefas da lista
4. Concluir tarefas
5. Sair
--------------------
Selecione uma opção:
Basta digitar o número da opção desejada e seguir as instruções na tela.
- Python 3.x
- Bibliotecas padrão:
os,time
A simple and functional task manager that runs directly in the terminal. It allows you to create task lists, add activities, view them, and mark them as completed — all saved in local .txt files.
- ✅ Create task lists
- ✅ Add tasks to a list
- ✅ View tasks from a list
- ✅ Mark tasks as completed
Requirements: Python 3.x installed.
# Clone the repository
git clone https://github.com/semendeZ0/cli-task-manager.git
# Navigate to the project folder
cd task-manager
# Run the program
python main.pyWhen you run the program, a menu will be displayed in the terminal:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
1. Create task list
2. Add tasks to list
3. View task list
4. Complete tasks
5. Exit
--------------------
Select an option:
Just type the number of the desired option and follow the on-screen instructions.
- Python 3.x
- Standard libraries:
os,time
Feito por | Made by Erick — GitHub