justkawal

Results 77 comments of justkawal

Would love to get notified as soon as this functionality is available.

If you prefer you can use google api to translate arb file directly with : https://github.com/justkawal/arb_translator It uses your google cloud for doing the translation task. Activate it globally ```pub...

Would be waiting for it. 🔥

@sbis04 Feature requested by @janlektonen is obviously a valid feature and also gives the developers more control over the code and implementing great features, I thinks that this feature would...

Open game_control.py and replace code of get_id() with the code given below try: print('Key Pressed:',key.char,sep='') return get_keys().index(key.char) except AttributeError: if (str(key)+'') not in get_keys(): print((str(key)+''),' is not in list') return...

I know what is the error: Open file get_dataset.py and go to line 15 change from **imsave(path, img)** to **imsave(img, path)** My discord account is kawal.52925#2272

@jaxnz This can be achieved with the use of list iterates function in excel package

I can implement this functionality but Waiting on this: https://github.com/DavBfr/dart_pdf/issues/313