Forked from Meleneth that forked from me
Go to file
Gustavo Henrique Miranda 1312674186
Merge pull request #35 from gmbrax/fix/bindings-not-properly-working
Fixed the bindings to properly work and changed some bindings to avoid conflicts with the system
2025-07-13 23:06:14 -03:00
.github Update dependabot.yml 2025-06-04 00:43:03 -03:00
src/pilgrim Fixed the bindings to properly work and changed some bindings to avoid conflicts with the system 2025-07-13 22:53:39 -03:00
.gitignore Merge branch 'development' into feat/photo-sidebar-tui 2025-06-29 22:26:10 -03:00
CHANGELOG.md Updated `CHANGELOG.md` with release notes for versions 0.0.2 and 0.0.3. 2025-07-08 03:49:01 -03:00
LICENSE Initial commit 2025-05-31 01:35:43 +00:00
README.md Update README.md 2025-07-08 18:59:33 -03:00
pyproject.toml updated the pyproject.toml to remove an unsued dependency "Textual-Dev" 2025-07-07 22:50:51 -03:00
requirements.txt Merge pull request #27 from gmbrax/dependabot/pip/typing-extensions-4.14.1 2025-07-07 23:59:49 -03:00

README.md

Pilgrim

Overview

Pilgrim is a Python-based travel diary application designed to help users document and manage their travel experiences. The project provides tools for recording trips, organizing travel notes, and storing memories in a structured and accessible format.

Features

  • Create and manage travel diaries
  • Add, edit, and delete travel entries
  • Organize trips by date, location, or theme
  • Store photos and add them to the diary entry

Requirements

  • Python 3.8 or higher
  • Linux operating system (tested on Ubuntu 20.04+)
  • Visual Studio Code (VSCode) for development (optional but strongly recommended)
  • pip (Python package installer)
  • Optional: virtualenv for isolated environments

Installation

To install the application you must issue the command:

 pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple Pilgrim

Usage

To use application you just issue:

pilgrim

This will start the Pilgrim application. Follow the on-screen instructions to create and manage your travel diaries.

Changelog

To see all the changes in the current version, please refer to the CHANGELOG

License

This project is licensed under the BSD 3-Clause License — see the LICENSE file for details.