├── Face-Emotion-Recognition ├── face-emotion.py ├── image4.jpg └── model_v6_23.hdf5 ├── KeyLogger-PhotoThief-ScreenshotThief-BrowserPasswordThief └── spy.py ├── Web-scraping-from-GitHub └── gwscr.py ├── coin-collecting-game-with-pygame └── coin-collecting.py ├── convert-photo-to-text-with-translation ├── convert.py └── text.txt ├── creating-a-pdf-of-a-persian-invoice ├── inv.pdf ├── invoice.py ├── templates │ ├── new-template.html │ └── template.html └── wkhtmltox-0.12.6-1.msvc2015-win64.exe ├── file-manager └── file_manager.py ├── lottery-program-with-GUI └── lottery.py ├── password-management └── password-manager.py ├── ping-pong-game └── ping-pong.py ├── real-time-chat-with-registration-and-login ├── .idea │ └── inspectionProfiles │ │ └── Project_Default.xml ├── app.py └── templates │ ├── index.html │ ├── login.html │ └── register.html ├── snake-game-with-tkinter └── snake-game.py ├── stock-market-prediction └── stock.py ├── voice-assistant └── va.py └── whatsapp-bot └── whatsapp-bot.py /Face-Emotion-Recognition/face-emotion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/Face-Emotion-Recognition/face-emotion.py -------------------------------------------------------------------------------- /Face-Emotion-Recognition/image4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/Face-Emotion-Recognition/image4.jpg -------------------------------------------------------------------------------- /Face-Emotion-Recognition/model_v6_23.hdf5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/Face-Emotion-Recognition/model_v6_23.hdf5 -------------------------------------------------------------------------------- /KeyLogger-PhotoThief-ScreenshotThief-BrowserPasswordThief/spy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/KeyLogger-PhotoThief-ScreenshotThief-BrowserPasswordThief/spy.py -------------------------------------------------------------------------------- /Web-scraping-from-GitHub/gwscr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/Web-scraping-from-GitHub/gwscr.py -------------------------------------------------------------------------------- /coin-collecting-game-with-pygame/coin-collecting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/coin-collecting-game-with-pygame/coin-collecting.py -------------------------------------------------------------------------------- /convert-photo-to-text-with-translation/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/convert-photo-to-text-with-translation/convert.py -------------------------------------------------------------------------------- /convert-photo-to-text-with-translation/text.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /creating-a-pdf-of-a-persian-invoice/inv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/creating-a-pdf-of-a-persian-invoice/inv.pdf -------------------------------------------------------------------------------- /creating-a-pdf-of-a-persian-invoice/invoice.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/creating-a-pdf-of-a-persian-invoice/invoice.py -------------------------------------------------------------------------------- /creating-a-pdf-of-a-persian-invoice/templates/new-template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/creating-a-pdf-of-a-persian-invoice/templates/new-template.html -------------------------------------------------------------------------------- /creating-a-pdf-of-a-persian-invoice/templates/template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/creating-a-pdf-of-a-persian-invoice/templates/template.html -------------------------------------------------------------------------------- /creating-a-pdf-of-a-persian-invoice/wkhtmltox-0.12.6-1.msvc2015-win64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/creating-a-pdf-of-a-persian-invoice/wkhtmltox-0.12.6-1.msvc2015-win64.exe -------------------------------------------------------------------------------- /file-manager/file_manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/file-manager/file_manager.py -------------------------------------------------------------------------------- /lottery-program-with-GUI/lottery.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/lottery-program-with-GUI/lottery.py -------------------------------------------------------------------------------- /password-management/password-manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/password-management/password-manager.py -------------------------------------------------------------------------------- /ping-pong-game/ping-pong.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/ping-pong-game/ping-pong.py -------------------------------------------------------------------------------- /real-time-chat-with-registration-and-login/.idea/inspectionProfiles/Project_Default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/real-time-chat-with-registration-and-login/.idea/inspectionProfiles/Project_Default.xml -------------------------------------------------------------------------------- /real-time-chat-with-registration-and-login/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/real-time-chat-with-registration-and-login/app.py -------------------------------------------------------------------------------- /real-time-chat-with-registration-and-login/templates/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/real-time-chat-with-registration-and-login/templates/index.html -------------------------------------------------------------------------------- /real-time-chat-with-registration-and-login/templates/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/real-time-chat-with-registration-and-login/templates/login.html -------------------------------------------------------------------------------- /real-time-chat-with-registration-and-login/templates/register.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/real-time-chat-with-registration-and-login/templates/register.html -------------------------------------------------------------------------------- /snake-game-with-tkinter/snake-game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/snake-game-with-tkinter/snake-game.py -------------------------------------------------------------------------------- /stock-market-prediction/stock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/stock-market-prediction/stock.py -------------------------------------------------------------------------------- /voice-assistant/va.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/voice-assistant/va.py -------------------------------------------------------------------------------- /whatsapp-bot/whatsapp-bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rezadolati01/python-projects/HEAD/whatsapp-bot/whatsapp-bot.py --------------------------------------------------------------------------------