-
-
Notifications
You must be signed in to change notification settings - Fork 39.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A simple text editor with Python #6908
Comments
@mskstelios this is a great idea, lets pad it out a little more and I would personally remove the mention of PyQT5 and let the developer choose how they want to solve the problem of "creating a simple text editor with Python" |
can you please assign this issue to me ? @mskstelios |
Hi I want to contribute to the Issue . |
Hey I would like to contribute in this issue |
Hey! Yes but how can I issue it to you? I dont know much about github.
Thanks
Στις Πέμ 17 Οκτ 2024 στις 2:46 μ.μ., ο/η Sohaib Shaikh <
***@***.***> έγραψε:
… Hey I would like to contribute in this issue
—
Reply to this email directly, view it on GitHub
<#6908 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEWFGRYYDP5WDYQOBBTLVHLZ36PPVAVCNFSM6AAAAABNNYLJEKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJZGMYDGNRQHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It's not possible, I am going through all project requests today. |
@kamranahmedse please assign this to me |
It doesn't look like you're reading my comments. |
What Roadmap is this project for?
Python
Project Difficulty
Intermediate
Add Project Details
This project involves creating a simple yet functional text editor. The text editor features a user-friendly interface with a menu bar that includes essential text editing options like "New", "Open", "Save", and "Exit" under the "File" menu, and "Undo", "Redo", "Cut", "Copy", and "Paste" under the "Edit" menu. It allows users to type, edit, and save text files, making it a practical and hands-on project for learning GUI programming in Python. This project is perfect for gaining experience with python, understanding event-driven programming, and creating desktop applications.
The text was updated successfully, but these errors were encountered: