Giter Club home page Giter Club logo

todo-list-manager---python's Introduction

Todo List Manager

A command-line todo list manager where users can add, view, and delete tasks.

Features

  • Add tasks with descriptions
  • View all tasks
  • Delete tasks by ID

Requirements

  • Python 3.x
  • PostgreSQL
  • psycopg2

Installation

  1. Clone the repository:
git clone https://github.com/your-username/todo-list-manager.git

Navigate to the project directory:

cd todo-list-manager

Install the required dependencies:
pip install -r requirements.txt

Create a PostgreSQL database for the todo list manager.

Create a .env file in the project directory and provide the necessary database credentials. Here's an example:

DB_NAME=your_database_name
DB_USER=your_username
DB_PASSWORD=your_password
DB_HOST=localhost
DB_PORT=5432

Run the todo list manager:

python todo_manager.py
Usage
Add a task: Select option 1 from the menu and enter the task description when prompted.

View tasks: Select option 2 from the menu to display all tasks.

Delete a task: Select option 3 from the menu and enter the ID of the task you want to delete.

Exit: Select option 4 from the menu to exit the program.

Contributing
Contributions are welcome! If you find any issues or want to suggest enhancements, please create a new issue or submit a pull request.

License
This project is licensed under the MIT License.



Feel free to customize this template to include more specific information about your todo list manager or add any additional sections as needed.


todo-list-manager---python's People

Contributors

didoreis avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.