Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dzareldeveloper/diary
Project-5 | Hari-5 | 50 Project Python
https://github.com/dzareldeveloper/diary
Last synced: 19 days ago
JSON representation
Project-5 | Hari-5 | 50 Project Python
- Host: GitHub
- URL: https://github.com/dzareldeveloper/diary
- Owner: DzarelDeveloper
- License: mit
- Created: 2024-12-14T14:43:56.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-20T03:27:09.000Z (about 1 month ago)
- Last Synced: 2024-12-20T04:31:30.327Z (about 1 month ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project-5: Daily Diary
## Description
This project is a Daily Diary application built using Python's `tkinter` library. It allows users to write daily notes and save them to a text file with timestamps for future reference. The application is simple, efficient, and perfect for journaling.## Prerequisites
Before running this project, ensure the following modules are installed:- **Tkinter**: Included by default in most Python installations.
- **Time**: A standard Python library, included by default.## How to Run
1. Open a terminal or command prompt in the project directory.2. Run the Python script:
```bash
python project-5.py
```3. The Diary GUI window will open. You can:
- Type your daily notes in the text area.
- Click the "Save" button to save the diary entry.
- Each entry will be saved in a file named `daily_diary.txt` with a timestamp.## Features
- **Text Entry**: Provides a text area for journaling.
- **Save Functionality**: Saves diary entries with a timestamp to a `.txt` file.
- **User Feedback**: Displays success and warning messages for user actions.## Limitations
- All entries are saved in a single text file (`daily_diary.txt`).
- No options for editing or deleting past entries.## Future Enhancements
- Add support for viewing and editing previous entries.
- Include search functionality to find specific entries by date or keyword.
- Enhance the GUI with modern styling and additional features like tags or categories.
- Implement encryption for diary file content for privacy.## License
This project is licensed under the MIT License by DzarelDeveloper. Feel free to use, modify, and distribute it as you wish.---
If you encounter any issues or have suggestions for improvement, please open an issue or submit a pull request on the [project repository](https://github.com/DzarelDeveloper).