python-mini-projects
python-mini-projects copied to clipboard
A collection of simple python mini projects to enhance your python skills
# Description Added a Python script for a word guessing game. Fixes #(issue_no) Replace `issue_no` in the above line, with the issue related to this PR. ## Type of change...
# Description created a program to coverts words from more than 20+ languages and converts the words to multi-languages ## Type of change Choosing one or more options from the...
In the "encrypt and decrypt files" project in the line 3 and 4 there are an error: from Cryptodome.Cipher import AES from Cryptodome import Random must be from Crypto.Cipher import...

# Description [python-wechaty](https://github.com/wechaty/python-wechaty) is an unified conversational RPA SDK for chatbot maker. Developer at least use six lines code to create chatbot base on multi-ims, eg: wechat, wechat official account,...
Can you give example of the format to write values for hours, minutes? Suggestion : Can you set the message sending time at that instant by default? (because we often...
It's an amazing way to use this code and explorer how this thing works and how much you can do with this. # Description A simple Voice Assistance in Python...
# Description Bot that recognizes words in the voice channel using WIT.AI It's going to be cool
# Description New TicTacToe GUI base Game using TkInter Fixes #(issue_no) -NA- ## Type of change Choosing one or more options from the following as per the nature of your...
i have a problem my program don't work I've got a "SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape" i need help # Description...