Skip to content

chikobara/Stickies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📝 Sticky Note App built with PyQt6

A simple, customizable note-taking application built with PyQt6. This application allows you to create, edit, and manage notes with rich text formatting, color customization, and image insertion capabilities.

📋 Features

  • Customizable Notes: Create and edit notes with rich text formatting.
  • Color Themes: Choose from a variety of predefined colors for your notes.
  • Image Insertion: Add images to your notes to make them more informative.
  • Draggable Interface: Move note windows freely around your desktop.

💻 Installation

  1. Clone the Repository:

    git clone https://github.com/chikobara/Stickies.git
    cd Stickies
  2. Create a Virtual Environment (optional but recommended):

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  3. Install the Dependencies:

    pip install -r requirements.txt

🚀 Usage

Run the application using the following command:

python main.py

🛠️ Project Structure

pyqt6-note-app/
├── icons/                  # Icons used in the application
├── notes/                  # Directory where note files are saved
├── images/                 # Directory where inserted images are stored
├── main.py                 # Main application file
├── requirements.txt        # Python dependencies
└── README.md               # Project README file

📧 Contact

For any inquiries, please contact [email protected].


Happy Coding! 😊

About

Sticky note app built in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages