Skip to content

Nicoya505/open_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OPEN-TASK

This is a to-do list application. Basic CRUD using a graphical interface in Python.

Descripción de la imagen

Features

  • Add new task
  • Edit task
  • Delete single task
  • Show task
  • Change status task

Technologies used:

  • python
  • Tkinter
  • SQLAlchemy
  • SQLite
  • Git
  • Layered architecture pattern

Development environment

  • python -m venv <Environment name> : Create the virtual Environment.

  • Linux : source env/bin/activate | Windows : env\Scripts\activate : We activate the virtual environment.

  • pip install -r requirements.txt : We recreate the virtual environment.

  • python main.py : to run.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages