CYBERDEVILZ / YoutubeBot

YouTube Bot is a basic python script that tries to increase the number of views on your YouTube video. Sometimes, we struggle to get views even though our contents are great. View counts also contribute to the YouTube algorithm. Hence, this tool might help you in such situation. Remember! Do not overuse as it is completely unethical.
MIT License
162 stars 69 forks source link

Windows size to be reduced #7

Closed arayush841 closed 2 years ago

arayush841 commented 2 years ago

image

The window size is quite big, couldn't get the field to enter duration and number of loops.

CYBERDEVILZ commented 2 years ago

Hey @arayush841, What is the maximum resolution your pc or laptop support?

arayush841 commented 2 years ago

Hey @arayush841, What is the maximum resolution your pc or laptop support?

My laptop supports upto 1366x768 resolution

CYBERDEVILZ commented 2 years ago

All right, I didn't take into consideration different resolutions. Gotta come up with a solution.

CYBERDEVILZ commented 2 years ago

Thanks for letting me know @arayush841 I am working on it. If you want, you can work side by side and send me a PR. Make sure to mention this issue : )

P0intMaN commented 2 years ago

I guess tkinter has responsive grids Try digging on that @CYBERDEVILZ

arayush841 commented 2 years ago

All right, I didn't take into consideration different resolutions. Gotta come up with a solution.

If you're looking for a 16:9 ratio resolution, then 1280x720 could be considered or you can try 1024x768.

CYBERDEVILZ commented 2 years ago

@arayush841 , I have made some changes in gui branch. Mind looking into it and inform is something goes wrong. Make sure you have pyautogui installed and run the *copy.py file https://github.com/CYBERDEVILZ/YoutubeBot/tree/gui

arayush841 commented 2 years ago

@CYBERDEVILZ , Hey I checked the YouTubeBotcopy.py file, I guess with 1366x768 the taskbar is blocking the duration and loop field.

image

CYBERDEVILZ commented 2 years ago

You know what i think is, the thumbnail is too big for this screen, gotta find a way to dynamically reduce it

CYBERDEVILZ commented 2 years ago

I made changes again fingers crossed https://github.com/CYBERDEVILZ/YoutubeBot/tree/gui

arayush841 commented 2 years ago

@CYBERDEVILZ ,

Now it works perfectly fine, good job. image

CYBERDEVILZ commented 2 years ago

Great! Thanks @arayush841 for bringing this issue to notice. I am closing this issue now as it has been resolved.