⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

biloltj/AppStickyNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 Python GUI Apps – Tic-Tac-Toe & Sticky Notes

A collection of GUI-based Python applications built using PySide6:

  • 🎮 Tic-Tac-Toe – A fun two-player game with a stylish interface
  • 📝 Sticky Notes – A desktop notes application to quickly jot down ideas

📌 Table of Contents 🎥 Preview

alt text

✨ Features 🎮 Tic-Tac-Toe:

  • Classic 2-player mode
  • Reset and score tracking
  • Beautiful modern interface 📝 Sticky Notes:
  • Add, delete, and move notes
  • Drag-and-drop interface
  • Saves notes locally

💡 Installation 1.Clone this repository 2.Install Python Make sure Python 3.7+ is installed. Download Python 3.(Optional but recommended) Create a virtual environment:

python -m venv venv

On linux or mac

source venv/bin/activate

On Windows:

venv\Scripts\activate

Install dependencies

pip install -r requirements.txt

▶️ Usage 🎮 Run Tic-Tac-Toe

cd tic_tac_toe

python main.py

📝 Run Sticky Notes

cd sticky_notes

python main.py

🧰 Technologies Used Python 3 PySide6 (Qt for Python) 📬 Contact Feel free to reach out via GitHub Issues ⭐️ If you like it, give it a star!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages