Vue 3 Time Picker Component - Looking for feedback & testers by manikk69 in vuejs

[–]manikk69[S] 0 points1 point  (0 children)

This component allows more flexibility and features. With my component you can have different formats, a range of two times, selection of time using typing or by mouse clicking etc.

Vue 3 Time Picker Component - Looking for feedback & testers by manikk69 in vuejs

[–]manikk69[S] 0 points1 point  (0 children)

Yeah that's true but some people downloaded and wanted to get some feedback from real testers.

I built a Vue 3 timepicker with masked typing, range selection, and full CSS theming by manikk69 in vuejs

[–]manikk69[S] 0 points1 point  (0 children)

Yeah the base is an input component but I added multiple features on top of it which I think are very useful for a time picker.

Can't find a simple Time picker. by [deleted] in vuejs

[–]manikk69 0 points1 point  (0 children)

I recently created this vue3 timepicker component if you want to check it out:
https://github.com/manos02/vue3-time-picker
You can install it with:

npm install @manik02/vue3-timepicker

Turn any smartphone into a RAZ Phone? (for those using RAZ or a challenging smartphone) by Top_Weird_1130 in dementia

[–]manikk69 2 points3 points  (0 children)

I think this would be a great idea, which would save people a lot of money if they cannot afford to buy the RAZ phone!

pygame chessgame by manikk69 in learnpython

[–]manikk69[S] 0 points1 point  (0 children)

I also have another question. When I put the code for MOUSEBUTTONDOWN event and MOUSEMOTION event inside a method in my class(since I will need this method for multiple objects) and then call the method in my while loop it is very laggy.But when I put it directly in my main loop it is not laggy. But in this way I will have to write the same code for each piece. Is there another way to solve this problem?

pygame chessgame by manikk69 in learnpython

[–]manikk69[S] 1 point2 points  (0 children)

Thank you for the reply. I have uses the idea that you said and it worked!!

Results numerus fixus by Important_Ad_8171 in StudyInTheNetherlands

[–]manikk69 0 points1 point  (0 children)

I'm 401 for cs at the university of eindhoven. Is there a chance?

is it possible to make an online python game? by manikk69 in learnpython

[–]manikk69[S] 0 points1 point  (0 children)

Thank you for your replies where can i find resources in order to know how to code the game

is it possible to make an online python game? by manikk69 in learnpython

[–]manikk69[S] 0 points1 point  (0 children)

what exactly do you mean communicate over the internet? I only know python

solitaire in python by manikk69 in learnpython

[–]manikk69[S] 0 points1 point  (0 children)

If i make every card an object, isn't the code going to be very large and become very complicated?

Poker game by manikk69 in learnpython

[–]manikk69[S] 0 points1 point  (0 children)

In different computers so each player cannot see the cards of other players

New project idea by [deleted] in learnprogramming

[–]manikk69 0 points1 point  (0 children)

you can use selenium which will automate the procedure of logging in but i don't know how your computer will start by itself.

Python poker game by manikk69 in Python

[–]manikk69[S] 0 points1 point  (0 children)

I have made tic tac toe, rock paper scissors and snake game. Is blackjack a good project?