-
-
Notifications
You must be signed in to change notification settings - Fork 414
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
GSSoC'24: Python Screen Recorder - Desktop Application #1044
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Kushal997-das Requesting your review since its been 4 days. |
Kushal997-das
requested changes
May 21, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- You first need to add this project under basic folder .
- You need to reduce te image size in
readme.md
file. - Add your project here
Kushal997-das
added
Changes-required
Little bit changes required .
gssoc
This level is for GSSOC
level1
Under level 1
labels
May 21, 2024
@Kushal997-das Changes applied! |
Kushal997-das
approved these changes
May 24, 2024
Kushal997-das
added
Project Added! 🚀
Added New project
and removed
Changes-required
Little bit changes required .
labels
May 24, 2024
@jindalpriyanshu101 Hurray, your PR got merged in our Project-Guidance🥳. Thanks a bunch. Feel free to take another Issue.💖 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Have you read the Contributing Guidelines ?
Yes! i have gone through Contributing Guidelines
Description
I have implemented a program that creates a
screen recording
application using Python. The application features a graphical user interface (GUI) built withcustomtkinter
, which allows users to start and stop screen recordings easily. The recorded video is saved in the specified format, making this tool useful for creating tutorials, capturing gameplay, or recording presentations.Libraries used:
Fixes #991
Checklist
README.md
and link to my code.Related Issues or Pull Requests
Issue: #991
Just a query: is this implementation really worth of Level1? isn't it counted as a Feature/Enhancement, henceforth Lev2/3?