Metadata-Version: 2.4
Name: Azizistopwatch
Version: 0.0.1
Summary: A small package to make a stopwatch in python written using tkinter.
Project-URL: Homepage, https://github.com/pypa/sampleproject
Project-URL: Issues, https://github.com/pypa/sampleproject/issues
Author-email: Ali Azizi <aliazizi782@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

📖 About This Project

This is a learning project created by a computer engineering student. The goal was to build a functional stopwatch using tkinter for the GUI.

⚠️ Note: This package is still in early development. It's perfect for learning purposes, but may not be suitable for production use yet.

✨ Features

🎶 Start/Pause/Stop time

📁 Saving stopwatch data in a file

⏳ Record time laps

🖼️ Custom background and forground color 

🎨 Modern, clean UI design

📦 Installation

Prerequisites :Make sure you have Python 3.8+ installed.


🚀 Usage:python version: 12345678

from Azizistopwatch.stop_watch import StopWatch

# Create player instance

For example:

from Azizistopwatch.stop_watch import StopWatch

from tkinter import *

from tkinter import messagebox,filedialog

from threading import Thread

import time

root=Tk()

root.geometry("600x500")

root.config(bg="#818135")
    
s1=StopWatch(root,bg="#6E8577",fg="white")
    
s1.place()

root.mainloop()


🤝 Contributing

I'm still learning, so:

🐛 If you find bugs, please report them

💡 If you have suggestions, I'd love to hear them

🔧 Pull requests are welcome!

📬 Contact

Author:Ali Azizi

Email:aliazizi@gmail.com

Status:Computer Engineering Student

Level:Beginner (actively learning!)

💌 Feel free to email me! I'm happy to discuss problems, suggestions, or just talk about Python.

📄 License

This project is open-source and available under the MIT License.

🙏 Acknowledgments

Thanks to PyPI for hosting

Thanks to everyone who supports beginner developers!


Made with ❤️ by a learning developer

If you like this project, please give it a star! ⭐