Skip to content

alexwork1109/Test_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Memory Card (Умные заметки)

Приложение "Умные заметки" - это простое приложение для создания, редактирования и организации заметок с возможностью добавления тегов для быстрого поиска.

Описание

Приложение позволяет:

  • Создавать новые заметки
  • Редактировать существующие заметки
  • Удалять заметки
  • Добавлять теги к заметкам
  • Искать заметки по тегам

Технологии

  • Python 3
  • PyQt5 для создания графического интерфейса

Установка и запуск

Требования

  • Python 3.6 или выше
  • PyQt5

Установка зависимостей

pip install PyQt5

Запуск приложения

python main.py

Использование

Создание заметки

  1. Нажмите кнопку "Создать заметку"
  2. Введите название заметки в появившемся диалоговом окне
  3. Напишите текст заметки в текстовом поле слева
  4. Нажмите "Сохранить заметку"

Добавление тегов

  1. Выберите заметку из списка
  2. Введите тег в поле "Введите тег..."
  3. Нажмите кнопку "Добавить к заметке"

Поиск по тегам

  1. Выберите тег из списка тегов
  2. Нажмите кнопку "Искать заметки по тегу"

Пример заметки

Добро пожаловать!
Это самые умные заметки
#туториал #умности

Структура проекта

  • main.py - основной файл приложения
  • *.txt - файлы с сохранёнными заметками

Memory Card (Smart Notes)

"Smart Notes" is a simple application for creating, editing, and organizing notes with the ability to add tags for quick search.

Description

The application allows you to:

  • Create new notes
  • Edit existing notes
  • Delete notes
  • Add tags to notes
  • Search notes by tags

Technologies

  • Python 3
  • PyQt5 for creating the graphical interface

Installation and Launch

Requirements

  • Python 3.6 or higher
  • PyQt5

Installing Dependencies

pip install PyQt5

Running the Application

python main.py

Usage

Creating a Note

  1. Click the "Create Note" button
  2. Enter the note title in the dialog box
  3. Write the note text in the text field on the left
  4. Click "Save Note"

Adding Tags

  1. Select a note from the list
  2. Enter a tag in the "Enter tag..." field
  3. Click the "Add to Note" button

Searching by Tags

  1. Select a tag from the tag list
  2. Click the "Search Notes by Tag" button

Example Note

Welcome!
These are the smartest notes
#tutorial #smart

Project Structure

  • main.py - main application file
  • *.txt - files with saved notes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages