├── 2048 ├── 2048.py ├── colors.py └── readme.md ├── .github └── workflows │ └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── Algebra-Solver ├── Algebra-Solver.py ├── README.MD └── requirements.txt ├── Artificial-intelligence_bot ├── README.md ├── ai.aiml ├── bot.py ├── load.xml └── requirements.txt ├── Bitcoin-Price-GUI ├── README.md └── bitcoin-price.py ├── Checksum ├── README.md └── checksum.py ├── Clean_up_photo_directory ├── README.md └── clean_up_photo.py ├── Codechef-Code-Submitter ├── README.md ├── automated-submission.py └── requirements.txt ├── Color_to_BW_Converter ├── README.md ├── bw_convert.py ├── requirements.txt └── sample_image.jpg ├── Contact-Distribution ├── README.md ├── contact-distribution.py ├── docs │ └── images │ │ ├── cpanel_encaminhadores01.jpg │ │ └── cpanel_encaminhadores02.jpg └── lastseller.txt ├── CricBuzz_Score_Update ├── README.md ├── cricbuzz_scrap.py └── requirements.txt ├── Crypt_Socket ├── README.md ├── cryptSocket_cliente.py ├── cryptSocket_servidor.py └── requirements.txt ├── Cryptocurrency-converter ├── CryptoConverter.py ├── MainWindow.py ├── README.md └── requirements.txt ├── Current_City_Weather ├── README.md ├── Weather.py └── requirements.txt ├── DOH-Dig ├── README.md ├── doh-dig └── requirements.txt ├── Directory-organizer ├── Directory-oraganiser.py └── README.md ├── Download-page-as-pdf ├── README.md ├── download-page-as-pdf.py └── requirements.txt ├── English_Theasauras ├── README.md ├── app.py └── data.json ├── Excel_Files_Merger ├── Combine excel files into 1.py └── README.md ├── Excel_to_ListofList ├── ExcelToList.py ├── README.md ├── __init__.py ├── excel_to_list_usage.py ├── input.xlsx └── requirements.txt ├── Face_recognition ├── Image_recognition.ipynb ├── README.md ├── haarcascade_frontalface_default.xml ├── morgan.jpg └── requirements.txt ├── Fibonacci_Sequence_Generator ├── Fibonacci.py └── README.md ├── File-Explorer-Dialog-Box ├── README.md ├── requirements.txt ├── select_file_pyqt.py └── select_file_tk.py ├── File-Organizer ├── README.md ├── file-organizer.py └── requirements.txt ├── File-Sharing-Bot ├── LICENSE ├── Procfile ├── README.md ├── bot.py ├── requirements.txt └── runtime.txt ├── Find-PhoneNumber-in-String ├── Find-PhoneNumber-in-String.py └── README.md ├── Flash-card-Challenge ├── README.md ├── flash_card_challenge.txt ├── french_food.txt ├── metric.txt ├── quizzer.py └── state_capitals.txt ├── Folder Locker & Hider ├── app.png ├── application.pyw ├── icons │ ├── back.png │ ├── choose_folder.png │ ├── lock.png │ └── unlock.png ├── locker.py └── readme.md ├── Folder_Manager ├── Exception.txt ├── Folder_Manager.py ├── Readme.md └── all-file-extensions.json ├── FramedText ├── FramedText.py └── Readme.md ├── Git_repo_creator ├── README.md └── git_repo_creator.py ├── Github_Bot ├── README.md ├── main.py ├── readme_assets │ └── img.png └── requirements.txt ├── HTML_Table_to_List ├── HTMLTableToList.py ├── README.md ├── __init__.py ├── html_table_to_list_usage.py └── requirements.txt ├── Handwriting_Recognizer ├── Handwriting_Recognizer_DNN_classifier.py └── requirements.txt ├── IMDBQuerier ├── .gitignore ├── ClassFilm.py ├── README.md ├── chromedriver.exe ├── css │ └── list_style.css ├── film_content_parser.py ├── html_creator.py ├── main.py ├── parser_config.py └── requirements.txt ├── Image-Circulator ├── README.md ├── image_circulator.py └── requirements.txt ├── Image_Compressor ├── Image.jpg ├── Image_Compressor.py └── README.md ├── ImportanceChecker ├── ImportanceChecker.py ├── README.md └── requirements.txt ├── InstadpShower ├── README.md ├── dppage.py └── requirements.txt ├── Keylogger ├── README.md ├── requirements.txt └── script.py ├── LICENSE.txt ├── Location_Of_Adress ├── locator.py └── requirements.txt ├── Location_Of_Own_IP_Adress ├── location_using_own_ip_address.py └── requirements.txt ├── Minecraft_server_in_background ├── README.md ├── run.py └── start.sh ├── PDF2text ├── README.md ├── requirements.txt └── script.py ├── PX-to-REM ├── README.md ├── converter.py └── px_to_rem.py ├── Ping_Server ├── Ping_server.py ├── README.md └── requirements.txt ├── Port_Scanner ├── README.md └── port_scanner.py ├── Pretty-CSV ├── README.md └── pretty-csv.py ├── Proxy-Request ├── README.md ├── proxy_request.py └── requirements.txt ├── PyRecorder ├── README.md ├── py_recorder.py └── requirements.txt ├── Py_Cleaner ├── README.md ├── Screenshot 2020-06-24 at 12.27.00 PM.png ├── bg.gif ├── folder.png └── main.py ├── README.md ├── RSA-key-pairs ├── README.md ├── key-pair-generator.py └── requirements.txt ├── RSA_Algorithm ├── README.md ├── RSA_Algorithm.png └── RSA_algorithm.py ├── RSA_Communication ├── README.md └── RSA.py ├── Random_Email_Generator ├── README.md └── Random_email_generator.py ├── Random_Names_Generator ├── CSV_Database_Of_First_And_Last_Names │ ├── CSV_Database_of_First_Names.csv │ └── CSV_Database_of_Last_Names.csv ├── README.md └── Random_Name_Generator.py ├── Random_Password_Generator ├── PasswordGenerator.py ├── Passwords.txt ├── README.md ├── createPassword.py └── requirements.txt ├── Remove-Duplicate-Files ├── README.md └── removeDuplicateFiles.py ├── Rock-Paper-Scissor ├── README.md └── Rock-Paper-Scissor.py ├── SSH_Host_Adder ├── README.md ├── ssh_adder └── ssh_adder.py ├── SimpleWebpageParser ├── README.md ├── SimpleWebpageParser.py ├── __init__.py ├── requirements.txt └── webpage_parser.py ├── Slideshare-Downloader ├── README.md ├── requirements.txt └── slideshare_downloader.py ├── SmsYourLocation ├── README.md └── SmsYourLocation.py ├── Squid-Proxy-Installer-for-Ubuntu16 ├── README.md └── Squid_Proxy.py ├── Subtitle-downloader ├── README.md ├── main.py └── requirements.txt ├── Take_screenshot ├── README.md ├── requirements.txt ├── screenshot.py └── test.png ├── Tambola_Ticket_Generator ├── README.MD ├── main.py └── requirements.txt ├── TestMyInternetSpeed ├── README.md ├── TestMySpeed.py └── requirements.txt ├── To Do Bot ├── Procfile ├── README.md ├── bot.py ├── dbhelper.py ├── requirements.txt ├── runtime.txt └── todo.sqlite ├── Toonify ├── README.md ├── toonify-API-1.py ├── toonify-API-2.py └── toonify-opencv.py ├── Top_News ├── Readme.md ├── coolnews.py └── requirements.txt ├── TranslateCLI ├── README.md ├── Translate.py └── requirements.txt ├── Tweets_Tool ├── LICENSE ├── README.md ├── Tool.py ├── example.csv ├── main.py ├── requirements.txt └── setup.py ├── Upload_files_to_s3 ├── README.md ├── requirements.txt └── upload_files_to_s3.py ├── Website-Blocker ├── README.md ├── hosts └── website_blocker.py ├── Wifi-Password ├── README.md ├── main.py └── requirements.txt ├── Wikipedia-Search ├── README.md ├── pywikisearch.py └── requirements.txt ├── Word-generator ├── README.md ├── dictionary.txt ├── gen.py └── isEng.py ├── Work_Log_Generator ├── README.rst ├── requirements.txt ├── resources │ ├── icone.ico │ ├── loader.gif │ └── save.png └── work_log.py ├── Youtube_Video_Downloader ├── README.md ├── download_video.py └── requirements.txt ├── asymmetric_cryptography ├── README.md ├── asymmetric.py └── requirements.txt ├── automated_email ├── README.md ├── automated_email.py └── requirements.txt ├── caeser_cipher ├── README.md └── caeser.py ├── cli_calculator ├── README.md ├── calc │ ├── __init__.py │ ├── args.py │ └── calc.py └── tests │ └── test_calc.py ├── codeforcesChecker ├── README.md ├── checker.py ├── main.py └── requirements.txt ├── covid_visualiser ├── README.md ├── capital_data.json ├── main.py ├── map.html └── requirements.txt ├── elastic-snapshot ├── README.md ├── elastic-snapshot.py └── requirements.txt ├── extended_ip_address_info ├── README.md ├── extended_ip_address_info.py └── requirements.txt ├── file-encrypt-decrypt ├── .gitignore ├── Pipfile ├── Pipfile.lock ├── README.md └── crypt.py ├── git_automation ├── .my_commands.sh ├── README.md ├── config.env ├── create.py └── requirements.txt ├── imageWatermarker ├── README.md ├── main.py └── requirements.txt ├── images2pdf ├── README.md ├── imges2pdf.py └── requirements.txt ├── imdb_episode_ratings ├── README.md └── scraper.py ├── insta_video_downloader ├── README.md ├── instavideo.py └── requirements.txt ├── json-to-yaml ├── Readme.md ├── example.json ├── json2yaml.py ├── output.yaml └── requirements.txt ├── logpye_log4j_search ├── README.md ├── logpye.py └── screenshot │ └── help.png ├── mailing ├── README.md └── gmail_messenger.py ├── medium_article_downloader ├── README.md ├── helpers.py ├── medium.py └── requirements.txt ├── send_sqs_messages_in_parallel ├── README.md ├── requirements.txt └── send_to_sqs.py ├── send_whatsapp_message ├── README.md ├── Requirements.txt └── whatsapp-message.py ├── signature2png ├── README.md ├── imgs │ ├── example.jpg │ └── result.png └── signature.py ├── speak_like_yoda ├── README.md ├── requirements.txt └── speak_like_yoda.py ├── spotify_downloader ├── README.md ├── requirements.txt └── spotify.py ├── sudoku-solver ├── app.py ├── readme.md └── sudoku_solver │ ├── __init__.py │ └── solver.py ├── url_shortener ├── README.md ├── requirements.txt └── url_shortener.py ├── vigenere_cipher ├── README.md └── vigenere.py ├── yts_torrents ├── README.md ├── linkdowload.py ├── requirements.txt └── yts_am_api.py ├── zabbix_api ├── README.md ├── dailyAlertMail.py ├── requirements.txt └── templates │ └── email_template.html └── zip_password_cracker ├── README.md └── setup.py /.github/workflows/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/.github/workflows/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /2048/2048.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/2048/2048.py -------------------------------------------------------------------------------- /2048/colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/2048/colors.py -------------------------------------------------------------------------------- /2048/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/2048/readme.md -------------------------------------------------------------------------------- /Algebra-Solver/Algebra-Solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Algebra-Solver/Algebra-Solver.py -------------------------------------------------------------------------------- /Algebra-Solver/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Algebra-Solver/README.MD -------------------------------------------------------------------------------- /Algebra-Solver/requirements.txt: -------------------------------------------------------------------------------- 1 | sympy 2 | -------------------------------------------------------------------------------- /Artificial-intelligence_bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Artificial-intelligence_bot/README.md -------------------------------------------------------------------------------- /Artificial-intelligence_bot/ai.aiml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Artificial-intelligence_bot/ai.aiml -------------------------------------------------------------------------------- /Artificial-intelligence_bot/bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Artificial-intelligence_bot/bot.py -------------------------------------------------------------------------------- /Artificial-intelligence_bot/load.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Artificial-intelligence_bot/load.xml -------------------------------------------------------------------------------- /Artificial-intelligence_bot/requirements.txt: -------------------------------------------------------------------------------- 1 | aiml 2 | -------------------------------------------------------------------------------- /Bitcoin-Price-GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Bitcoin-Price-GUI/README.md -------------------------------------------------------------------------------- /Bitcoin-Price-GUI/bitcoin-price.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Bitcoin-Price-GUI/bitcoin-price.py -------------------------------------------------------------------------------- /Checksum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Checksum/README.md -------------------------------------------------------------------------------- /Checksum/checksum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Checksum/checksum.py -------------------------------------------------------------------------------- /Clean_up_photo_directory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Clean_up_photo_directory/README.md -------------------------------------------------------------------------------- /Clean_up_photo_directory/clean_up_photo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Clean_up_photo_directory/clean_up_photo.py -------------------------------------------------------------------------------- /Codechef-Code-Submitter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Codechef-Code-Submitter/README.md -------------------------------------------------------------------------------- /Codechef-Code-Submitter/automated-submission.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Codechef-Code-Submitter/automated-submission.py -------------------------------------------------------------------------------- /Codechef-Code-Submitter/requirements.txt: -------------------------------------------------------------------------------- 1 | selenium 2 | -------------------------------------------------------------------------------- /Color_to_BW_Converter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Color_to_BW_Converter/README.md -------------------------------------------------------------------------------- /Color_to_BW_Converter/bw_convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Color_to_BW_Converter/bw_convert.py -------------------------------------------------------------------------------- /Color_to_BW_Converter/requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow 2 | -------------------------------------------------------------------------------- /Color_to_BW_Converter/sample_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Color_to_BW_Converter/sample_image.jpg -------------------------------------------------------------------------------- /Contact-Distribution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Contact-Distribution/README.md -------------------------------------------------------------------------------- /Contact-Distribution/contact-distribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Contact-Distribution/contact-distribution.py -------------------------------------------------------------------------------- /Contact-Distribution/docs/images/cpanel_encaminhadores01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Contact-Distribution/docs/images/cpanel_encaminhadores01.jpg -------------------------------------------------------------------------------- /Contact-Distribution/docs/images/cpanel_encaminhadores02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Contact-Distribution/docs/images/cpanel_encaminhadores02.jpg -------------------------------------------------------------------------------- /Contact-Distribution/lastseller.txt: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /CricBuzz_Score_Update/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/CricBuzz_Score_Update/README.md -------------------------------------------------------------------------------- /CricBuzz_Score_Update/cricbuzz_scrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/CricBuzz_Score_Update/cricbuzz_scrap.py -------------------------------------------------------------------------------- /CricBuzz_Score_Update/requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4 2 | -------------------------------------------------------------------------------- /Crypt_Socket/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Crypt_Socket/README.md -------------------------------------------------------------------------------- /Crypt_Socket/cryptSocket_cliente.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Crypt_Socket/cryptSocket_cliente.py -------------------------------------------------------------------------------- /Crypt_Socket/cryptSocket_servidor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Crypt_Socket/cryptSocket_servidor.py -------------------------------------------------------------------------------- /Crypt_Socket/requirements.txt: -------------------------------------------------------------------------------- 1 | simple-crypt 2 | -------------------------------------------------------------------------------- /Cryptocurrency-converter/CryptoConverter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Cryptocurrency-converter/CryptoConverter.py -------------------------------------------------------------------------------- /Cryptocurrency-converter/MainWindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Cryptocurrency-converter/MainWindow.py -------------------------------------------------------------------------------- /Cryptocurrency-converter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Cryptocurrency-converter/README.md -------------------------------------------------------------------------------- /Cryptocurrency-converter/requirements.txt: -------------------------------------------------------------------------------- 1 | PyQt5>=5.6 2 | requests 3 | -------------------------------------------------------------------------------- /Current_City_Weather/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Current_City_Weather/README.md -------------------------------------------------------------------------------- /Current_City_Weather/Weather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Current_City_Weather/Weather.py -------------------------------------------------------------------------------- /Current_City_Weather/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /DOH-Dig/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/DOH-Dig/README.md -------------------------------------------------------------------------------- /DOH-Dig/doh-dig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/DOH-Dig/doh-dig -------------------------------------------------------------------------------- /DOH-Dig/requirements.txt: -------------------------------------------------------------------------------- 1 | docopt 2 | requests 3 | -------------------------------------------------------------------------------- /Directory-organizer/Directory-oraganiser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Directory-organizer/Directory-oraganiser.py -------------------------------------------------------------------------------- /Directory-organizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Directory-organizer/README.md -------------------------------------------------------------------------------- /Download-page-as-pdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Download-page-as-pdf/README.md -------------------------------------------------------------------------------- /Download-page-as-pdf/download-page-as-pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Download-page-as-pdf/download-page-as-pdf.py -------------------------------------------------------------------------------- /Download-page-as-pdf/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Download-page-as-pdf/requirements.txt -------------------------------------------------------------------------------- /English_Theasauras/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/English_Theasauras/README.md -------------------------------------------------------------------------------- /English_Theasauras/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/English_Theasauras/app.py -------------------------------------------------------------------------------- /English_Theasauras/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/English_Theasauras/data.json -------------------------------------------------------------------------------- /Excel_Files_Merger/Combine excel files into 1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Excel_Files_Merger/Combine excel files into 1.py -------------------------------------------------------------------------------- /Excel_Files_Merger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Excel_Files_Merger/README.md -------------------------------------------------------------------------------- /Excel_to_ListofList/ExcelToList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Excel_to_ListofList/ExcelToList.py -------------------------------------------------------------------------------- /Excel_to_ListofList/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Excel_to_ListofList/README.md -------------------------------------------------------------------------------- /Excel_to_ListofList/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Excel_to_ListofList/excel_to_list_usage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Excel_to_ListofList/excel_to_list_usage.py -------------------------------------------------------------------------------- /Excel_to_ListofList/input.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Excel_to_ListofList/input.xlsx -------------------------------------------------------------------------------- /Excel_to_ListofList/requirements.txt: -------------------------------------------------------------------------------- 1 | xlrd 2 | -------------------------------------------------------------------------------- /Face_recognition/Image_recognition.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Face_recognition/Image_recognition.ipynb -------------------------------------------------------------------------------- /Face_recognition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Face_recognition/README.md -------------------------------------------------------------------------------- /Face_recognition/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Face_recognition/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Face_recognition/morgan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Face_recognition/morgan.jpg -------------------------------------------------------------------------------- /Face_recognition/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Face_recognition/requirements.txt -------------------------------------------------------------------------------- /Fibonacci_Sequence_Generator/Fibonacci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Fibonacci_Sequence_Generator/Fibonacci.py -------------------------------------------------------------------------------- /Fibonacci_Sequence_Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Fibonacci_Sequence_Generator/README.md -------------------------------------------------------------------------------- /File-Explorer-Dialog-Box/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/File-Explorer-Dialog-Box/README.md -------------------------------------------------------------------------------- /File-Explorer-Dialog-Box/requirements.txt: -------------------------------------------------------------------------------- 1 | PyQt5 2 | -------------------------------------------------------------------------------- /File-Explorer-Dialog-Box/select_file_pyqt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/File-Explorer-Dialog-Box/select_file_pyqt.py -------------------------------------------------------------------------------- /File-Explorer-Dialog-Box/select_file_tk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/File-Explorer-Dialog-Box/select_file_tk.py -------------------------------------------------------------------------------- /File-Organizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/File-Organizer/README.md -------------------------------------------------------------------------------- /File-Organizer/file-organizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/File-Organizer/file-organizer.py -------------------------------------------------------------------------------- /File-Organizer/requirements.txt: -------------------------------------------------------------------------------- 1 | colorama -------------------------------------------------------------------------------- /File-Sharing-Bot/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/File-Sharing-Bot/LICENSE -------------------------------------------------------------------------------- /File-Sharing-Bot/Procfile: -------------------------------------------------------------------------------- 1 | worker: python bot.py -------------------------------------------------------------------------------- /File-Sharing-Bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/File-Sharing-Bot/README.md -------------------------------------------------------------------------------- /File-Sharing-Bot/bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/File-Sharing-Bot/bot.py -------------------------------------------------------------------------------- /File-Sharing-Bot/requirements.txt: -------------------------------------------------------------------------------- 1 | python-telegram-bot==10.1.0 2 | -------------------------------------------------------------------------------- /File-Sharing-Bot/runtime.txt: -------------------------------------------------------------------------------- 1 | python-3.6.0 2 | -------------------------------------------------------------------------------- /Find-PhoneNumber-in-String/Find-PhoneNumber-in-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Find-PhoneNumber-in-String/Find-PhoneNumber-in-String.py -------------------------------------------------------------------------------- /Find-PhoneNumber-in-String/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Find-PhoneNumber-in-String/README.md -------------------------------------------------------------------------------- /Flash-card-Challenge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/README.md -------------------------------------------------------------------------------- /Flash-card-Challenge/flash_card_challenge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/flash_card_challenge.txt -------------------------------------------------------------------------------- /Flash-card-Challenge/french_food.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/french_food.txt -------------------------------------------------------------------------------- /Flash-card-Challenge/metric.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/metric.txt -------------------------------------------------------------------------------- /Flash-card-Challenge/quizzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/quizzer.py -------------------------------------------------------------------------------- /Flash-card-Challenge/state_capitals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/state_capitals.txt -------------------------------------------------------------------------------- /Folder Locker & Hider/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/app.png -------------------------------------------------------------------------------- /Folder Locker & Hider/application.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/application.pyw -------------------------------------------------------------------------------- /Folder Locker & Hider/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/icons/back.png -------------------------------------------------------------------------------- /Folder Locker & Hider/icons/choose_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/icons/choose_folder.png -------------------------------------------------------------------------------- /Folder Locker & Hider/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/icons/lock.png -------------------------------------------------------------------------------- /Folder Locker & Hider/icons/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/icons/unlock.png -------------------------------------------------------------------------------- /Folder Locker & Hider/locker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/locker.py -------------------------------------------------------------------------------- /Folder Locker & Hider/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/readme.md -------------------------------------------------------------------------------- /Folder_Manager/Exception.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder_Manager/Exception.txt -------------------------------------------------------------------------------- /Folder_Manager/Folder_Manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder_Manager/Folder_Manager.py -------------------------------------------------------------------------------- /Folder_Manager/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder_Manager/Readme.md -------------------------------------------------------------------------------- /Folder_Manager/all-file-extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Folder_Manager/all-file-extensions.json -------------------------------------------------------------------------------- /FramedText/FramedText.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/FramedText/FramedText.py -------------------------------------------------------------------------------- /FramedText/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/FramedText/Readme.md -------------------------------------------------------------------------------- /Git_repo_creator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Git_repo_creator/README.md -------------------------------------------------------------------------------- /Git_repo_creator/git_repo_creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Git_repo_creator/git_repo_creator.py -------------------------------------------------------------------------------- /Github_Bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Github_Bot/README.md -------------------------------------------------------------------------------- /Github_Bot/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Github_Bot/main.py -------------------------------------------------------------------------------- /Github_Bot/readme_assets/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Github_Bot/readme_assets/img.png -------------------------------------------------------------------------------- /Github_Bot/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Github_Bot/requirements.txt -------------------------------------------------------------------------------- /HTML_Table_to_List/HTMLTableToList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/HTML_Table_to_List/HTMLTableToList.py -------------------------------------------------------------------------------- /HTML_Table_to_List/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/HTML_Table_to_List/README.md -------------------------------------------------------------------------------- /HTML_Table_to_List/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /HTML_Table_to_List/html_table_to_list_usage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/HTML_Table_to_List/html_table_to_list_usage.py -------------------------------------------------------------------------------- /HTML_Table_to_List/requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4 2 | -------------------------------------------------------------------------------- /Handwriting_Recognizer/Handwriting_Recognizer_DNN_classifier.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Handwriting_Recognizer/Handwriting_Recognizer_DNN_classifier.py -------------------------------------------------------------------------------- /Handwriting_Recognizer/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy 2 | tensorflow 3 | -------------------------------------------------------------------------------- /IMDBQuerier/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/IMDBQuerier/.gitignore -------------------------------------------------------------------------------- /IMDBQuerier/ClassFilm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/IMDBQuerier/ClassFilm.py -------------------------------------------------------------------------------- /IMDBQuerier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/IMDBQuerier/README.md -------------------------------------------------------------------------------- /IMDBQuerier/chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/IMDBQuerier/chromedriver.exe -------------------------------------------------------------------------------- /IMDBQuerier/css/list_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/IMDBQuerier/css/list_style.css -------------------------------------------------------------------------------- /IMDBQuerier/film_content_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/IMDBQuerier/film_content_parser.py -------------------------------------------------------------------------------- /IMDBQuerier/html_creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/IMDBQuerier/html_creator.py -------------------------------------------------------------------------------- /IMDBQuerier/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/IMDBQuerier/main.py -------------------------------------------------------------------------------- /IMDBQuerier/parser_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/IMDBQuerier/parser_config.py -------------------------------------------------------------------------------- /IMDBQuerier/requirements.txt: -------------------------------------------------------------------------------- 1 | bs4 2 | selenium 3 | regex -------------------------------------------------------------------------------- /Image-Circulator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Image-Circulator/README.md -------------------------------------------------------------------------------- /Image-Circulator/image_circulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Image-Circulator/image_circulator.py -------------------------------------------------------------------------------- /Image-Circulator/requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow 2 | -------------------------------------------------------------------------------- /Image_Compressor/Image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Image_Compressor/Image.jpg -------------------------------------------------------------------------------- /Image_Compressor/Image_Compressor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Image_Compressor/Image_Compressor.py -------------------------------------------------------------------------------- /Image_Compressor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Image_Compressor/README.md -------------------------------------------------------------------------------- /ImportanceChecker/ImportanceChecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/ImportanceChecker/ImportanceChecker.py -------------------------------------------------------------------------------- /ImportanceChecker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/ImportanceChecker/README.md -------------------------------------------------------------------------------- /ImportanceChecker/requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4 2 | google -------------------------------------------------------------------------------- /InstadpShower/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/InstadpShower/README.md -------------------------------------------------------------------------------- /InstadpShower/dppage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/InstadpShower/dppage.py -------------------------------------------------------------------------------- /InstadpShower/requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4 2 | requests 3 | -------------------------------------------------------------------------------- /Keylogger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Keylogger/README.md -------------------------------------------------------------------------------- /Keylogger/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Keylogger/requirements.txt -------------------------------------------------------------------------------- /Keylogger/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Keylogger/script.py -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Location_Of_Adress/locator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Location_Of_Adress/locator.py -------------------------------------------------------------------------------- /Location_Of_Adress/requirements.txt: -------------------------------------------------------------------------------- 1 | geocoder 2 | -------------------------------------------------------------------------------- /Location_Of_Own_IP_Adress/location_using_own_ip_address.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Location_Of_Own_IP_Adress/location_using_own_ip_address.py -------------------------------------------------------------------------------- /Location_Of_Own_IP_Adress/requirements.txt: -------------------------------------------------------------------------------- 1 | geocoder 2 | -------------------------------------------------------------------------------- /Minecraft_server_in_background/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Minecraft_server_in_background/README.md -------------------------------------------------------------------------------- /Minecraft_server_in_background/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Minecraft_server_in_background/run.py -------------------------------------------------------------------------------- /Minecraft_server_in_background/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Minecraft_server_in_background/start.sh -------------------------------------------------------------------------------- /PDF2text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/PDF2text/README.md -------------------------------------------------------------------------------- /PDF2text/requirements.txt: -------------------------------------------------------------------------------- 1 | pdftotext 2 | -------------------------------------------------------------------------------- /PDF2text/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/PDF2text/script.py -------------------------------------------------------------------------------- /PX-to-REM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/PX-to-REM/README.md -------------------------------------------------------------------------------- /PX-to-REM/converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/PX-to-REM/converter.py -------------------------------------------------------------------------------- /PX-to-REM/px_to_rem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/PX-to-REM/px_to_rem.py -------------------------------------------------------------------------------- /Ping_Server/Ping_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Ping_Server/Ping_server.py -------------------------------------------------------------------------------- /Ping_Server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Ping_Server/README.md -------------------------------------------------------------------------------- /Ping_Server/requirements.txt: -------------------------------------------------------------------------------- 1 | Telethon 2 | twilio 3 | requests 4 | -------------------------------------------------------------------------------- /Port_Scanner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Port_Scanner/README.md -------------------------------------------------------------------------------- /Port_Scanner/port_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Port_Scanner/port_scanner.py -------------------------------------------------------------------------------- /Pretty-CSV/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Pretty-CSV/README.md -------------------------------------------------------------------------------- /Pretty-CSV/pretty-csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Pretty-CSV/pretty-csv.py -------------------------------------------------------------------------------- /Proxy-Request/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Proxy-Request/README.md -------------------------------------------------------------------------------- /Proxy-Request/proxy_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Proxy-Request/proxy_request.py -------------------------------------------------------------------------------- /Proxy-Request/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | beautifulsoup4 3 | -------------------------------------------------------------------------------- /PyRecorder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/PyRecorder/README.md -------------------------------------------------------------------------------- /PyRecorder/py_recorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/PyRecorder/py_recorder.py -------------------------------------------------------------------------------- /PyRecorder/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy==1.17.3 2 | opencv-python==4.1.1.26 3 | Pillow==6.2.0 4 | -------------------------------------------------------------------------------- /Py_Cleaner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Py_Cleaner/README.md -------------------------------------------------------------------------------- /Py_Cleaner/Screenshot 2020-06-24 at 12.27.00 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Py_Cleaner/Screenshot 2020-06-24 at 12.27.00 PM.png -------------------------------------------------------------------------------- /Py_Cleaner/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Py_Cleaner/bg.gif -------------------------------------------------------------------------------- /Py_Cleaner/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Py_Cleaner/folder.png -------------------------------------------------------------------------------- /Py_Cleaner/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Py_Cleaner/main.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /RSA-key-pairs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/RSA-key-pairs/README.md -------------------------------------------------------------------------------- /RSA-key-pairs/key-pair-generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/RSA-key-pairs/key-pair-generator.py -------------------------------------------------------------------------------- /RSA-key-pairs/requirements.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /RSA_Algorithm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/RSA_Algorithm/README.md -------------------------------------------------------------------------------- /RSA_Algorithm/RSA_Algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/RSA_Algorithm/RSA_Algorithm.png -------------------------------------------------------------------------------- /RSA_Algorithm/RSA_algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/RSA_Algorithm/RSA_algorithm.py -------------------------------------------------------------------------------- /RSA_Communication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/RSA_Communication/README.md -------------------------------------------------------------------------------- /RSA_Communication/RSA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/RSA_Communication/RSA.py -------------------------------------------------------------------------------- /Random_Email_Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Email_Generator/README.md -------------------------------------------------------------------------------- /Random_Email_Generator/Random_email_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Email_Generator/Random_email_generator.py -------------------------------------------------------------------------------- /Random_Names_Generator/CSV_Database_Of_First_And_Last_Names/CSV_Database_of_First_Names.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Names_Generator/CSV_Database_Of_First_And_Last_Names/CSV_Database_of_First_Names.csv -------------------------------------------------------------------------------- /Random_Names_Generator/CSV_Database_Of_First_And_Last_Names/CSV_Database_of_Last_Names.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Names_Generator/CSV_Database_Of_First_And_Last_Names/CSV_Database_of_Last_Names.csv -------------------------------------------------------------------------------- /Random_Names_Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Names_Generator/README.md -------------------------------------------------------------------------------- /Random_Names_Generator/Random_Name_Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Names_Generator/Random_Name_Generator.py -------------------------------------------------------------------------------- /Random_Password_Generator/PasswordGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Password_Generator/PasswordGenerator.py -------------------------------------------------------------------------------- /Random_Password_Generator/Passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Password_Generator/Passwords.txt -------------------------------------------------------------------------------- /Random_Password_Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Password_Generator/README.md -------------------------------------------------------------------------------- /Random_Password_Generator/createPassword.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Random_Password_Generator/createPassword.py -------------------------------------------------------------------------------- /Random_Password_Generator/requirements.txt: -------------------------------------------------------------------------------- 1 | python2-secrets>=1.0.5 2 | -------------------------------------------------------------------------------- /Remove-Duplicate-Files/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Remove-Duplicate-Files/README.md -------------------------------------------------------------------------------- /Remove-Duplicate-Files/removeDuplicateFiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Remove-Duplicate-Files/removeDuplicateFiles.py -------------------------------------------------------------------------------- /Rock-Paper-Scissor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Rock-Paper-Scissor/README.md -------------------------------------------------------------------------------- /Rock-Paper-Scissor/Rock-Paper-Scissor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Rock-Paper-Scissor/Rock-Paper-Scissor.py -------------------------------------------------------------------------------- /SSH_Host_Adder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/SSH_Host_Adder/README.md -------------------------------------------------------------------------------- /SSH_Host_Adder/ssh_adder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/SSH_Host_Adder/ssh_adder -------------------------------------------------------------------------------- /SSH_Host_Adder/ssh_adder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/SSH_Host_Adder/ssh_adder.py -------------------------------------------------------------------------------- /SimpleWebpageParser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/SimpleWebpageParser/README.md -------------------------------------------------------------------------------- /SimpleWebpageParser/SimpleWebpageParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/SimpleWebpageParser/SimpleWebpageParser.py -------------------------------------------------------------------------------- /SimpleWebpageParser/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /SimpleWebpageParser/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | beautidulsoup4 3 | -------------------------------------------------------------------------------- /SimpleWebpageParser/webpage_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/SimpleWebpageParser/webpage_parser.py -------------------------------------------------------------------------------- /Slideshare-Downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Slideshare-Downloader/README.md -------------------------------------------------------------------------------- /Slideshare-Downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | docopt 2 | img2pdf 3 | requests 4 | beautifulsoup4 5 | -------------------------------------------------------------------------------- /Slideshare-Downloader/slideshare_downloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Slideshare-Downloader/slideshare_downloader.py -------------------------------------------------------------------------------- /SmsYourLocation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/SmsYourLocation/README.md -------------------------------------------------------------------------------- /SmsYourLocation/SmsYourLocation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/SmsYourLocation/SmsYourLocation.py -------------------------------------------------------------------------------- /Squid-Proxy-Installer-for-Ubuntu16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Squid-Proxy-Installer-for-Ubuntu16/README.md -------------------------------------------------------------------------------- /Squid-Proxy-Installer-for-Ubuntu16/Squid_Proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Squid-Proxy-Installer-for-Ubuntu16/Squid_Proxy.py -------------------------------------------------------------------------------- /Subtitle-downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Subtitle-downloader/README.md -------------------------------------------------------------------------------- /Subtitle-downloader/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Subtitle-downloader/main.py -------------------------------------------------------------------------------- /Subtitle-downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /Take_screenshot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Take_screenshot/README.md -------------------------------------------------------------------------------- /Take_screenshot/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy 2 | PyAutoGUI 3 | opencv-python 4 | -------------------------------------------------------------------------------- /Take_screenshot/screenshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Take_screenshot/screenshot.py -------------------------------------------------------------------------------- /Take_screenshot/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Take_screenshot/test.png -------------------------------------------------------------------------------- /Tambola_Ticket_Generator/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Tambola_Ticket_Generator/README.MD -------------------------------------------------------------------------------- /Tambola_Ticket_Generator/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Tambola_Ticket_Generator/main.py -------------------------------------------------------------------------------- /Tambola_Ticket_Generator/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy==1.19.2 2 | tabulate==0.8.7 3 | -------------------------------------------------------------------------------- /TestMyInternetSpeed/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/TestMyInternetSpeed/README.md -------------------------------------------------------------------------------- /TestMyInternetSpeed/TestMySpeed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/TestMyInternetSpeed/TestMySpeed.py -------------------------------------------------------------------------------- /TestMyInternetSpeed/requirements.txt: -------------------------------------------------------------------------------- 1 | speedtest-cli -------------------------------------------------------------------------------- /To Do Bot/Procfile: -------------------------------------------------------------------------------- 1 | worker: python bot.py 2 | -------------------------------------------------------------------------------- /To Do Bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/To Do Bot/README.md -------------------------------------------------------------------------------- /To Do Bot/bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/To Do Bot/bot.py -------------------------------------------------------------------------------- /To Do Bot/dbhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/To Do Bot/dbhelper.py -------------------------------------------------------------------------------- /To Do Bot/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/To Do Bot/requirements.txt -------------------------------------------------------------------------------- /To Do Bot/runtime.txt: -------------------------------------------------------------------------------- 1 | python-3.6.1 -------------------------------------------------------------------------------- /To Do Bot/todo.sqlite: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Toonify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Toonify/README.md -------------------------------------------------------------------------------- /Toonify/toonify-API-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Toonify/toonify-API-1.py -------------------------------------------------------------------------------- /Toonify/toonify-API-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Toonify/toonify-API-2.py -------------------------------------------------------------------------------- /Toonify/toonify-opencv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Toonify/toonify-opencv.py -------------------------------------------------------------------------------- /Top_News/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Top_News/Readme.md -------------------------------------------------------------------------------- /Top_News/coolnews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Top_News/coolnews.py -------------------------------------------------------------------------------- /Top_News/requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.24.0 2 | bs4==0.0.1 -------------------------------------------------------------------------------- /TranslateCLI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/TranslateCLI/README.md -------------------------------------------------------------------------------- /TranslateCLI/Translate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/TranslateCLI/Translate.py -------------------------------------------------------------------------------- /TranslateCLI/requirements.txt: -------------------------------------------------------------------------------- 1 | googletrans 2 | -------------------------------------------------------------------------------- /Tweets_Tool/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Tweets_Tool/LICENSE -------------------------------------------------------------------------------- /Tweets_Tool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Tweets_Tool/README.md -------------------------------------------------------------------------------- /Tweets_Tool/Tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Tweets_Tool/Tool.py -------------------------------------------------------------------------------- /Tweets_Tool/example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Tweets_Tool/example.csv -------------------------------------------------------------------------------- /Tweets_Tool/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Tweets_Tool/main.py -------------------------------------------------------------------------------- /Tweets_Tool/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Tweets_Tool/requirements.txt -------------------------------------------------------------------------------- /Tweets_Tool/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Tweets_Tool/setup.py -------------------------------------------------------------------------------- /Upload_files_to_s3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Upload_files_to_s3/README.md -------------------------------------------------------------------------------- /Upload_files_to_s3/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Upload_files_to_s3/requirements.txt -------------------------------------------------------------------------------- /Upload_files_to_s3/upload_files_to_s3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Upload_files_to_s3/upload_files_to_s3.py -------------------------------------------------------------------------------- /Website-Blocker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Website-Blocker/README.md -------------------------------------------------------------------------------- /Website-Blocker/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Website-Blocker/hosts -------------------------------------------------------------------------------- /Website-Blocker/website_blocker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Website-Blocker/website_blocker.py -------------------------------------------------------------------------------- /Wifi-Password/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Wifi-Password/README.md -------------------------------------------------------------------------------- /Wifi-Password/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Wifi-Password/main.py -------------------------------------------------------------------------------- /Wifi-Password/requirements.txt: -------------------------------------------------------------------------------- 1 | subprocess 2 | -------------------------------------------------------------------------------- /Wikipedia-Search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Wikipedia-Search/README.md -------------------------------------------------------------------------------- /Wikipedia-Search/pywikisearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Wikipedia-Search/pywikisearch.py -------------------------------------------------------------------------------- /Wikipedia-Search/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Wikipedia-Search/requirements.txt -------------------------------------------------------------------------------- /Word-generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Word-generator/README.md -------------------------------------------------------------------------------- /Word-generator/dictionary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Word-generator/dictionary.txt -------------------------------------------------------------------------------- /Word-generator/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Word-generator/gen.py -------------------------------------------------------------------------------- /Word-generator/isEng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Word-generator/isEng.py -------------------------------------------------------------------------------- /Work_Log_Generator/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Work_Log_Generator/README.rst -------------------------------------------------------------------------------- /Work_Log_Generator/requirements.txt: -------------------------------------------------------------------------------- 1 | QDarkStyle 2 | PyQt5 3 | PyGithub 4 | -------------------------------------------------------------------------------- /Work_Log_Generator/resources/icone.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Work_Log_Generator/resources/icone.ico -------------------------------------------------------------------------------- /Work_Log_Generator/resources/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Work_Log_Generator/resources/loader.gif -------------------------------------------------------------------------------- /Work_Log_Generator/resources/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Work_Log_Generator/resources/save.png -------------------------------------------------------------------------------- /Work_Log_Generator/work_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Work_Log_Generator/work_log.py -------------------------------------------------------------------------------- /Youtube_Video_Downloader/README.md: -------------------------------------------------------------------------------- 1 | # Youtube Video Downloader Script 2 | 3 | Requires pytube 4 | -------------------------------------------------------------------------------- /Youtube_Video_Downloader/download_video.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/Youtube_Video_Downloader/download_video.py -------------------------------------------------------------------------------- /Youtube_Video_Downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | pytube 2 | -------------------------------------------------------------------------------- /asymmetric_cryptography/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/asymmetric_cryptography/README.md -------------------------------------------------------------------------------- /asymmetric_cryptography/asymmetric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/asymmetric_cryptography/asymmetric.py -------------------------------------------------------------------------------- /asymmetric_cryptography/requirements.txt: -------------------------------------------------------------------------------- 1 | pycrypto 2 | -------------------------------------------------------------------------------- /automated_email/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/automated_email/README.md -------------------------------------------------------------------------------- /automated_email/automated_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/automated_email/automated_email.py -------------------------------------------------------------------------------- /automated_email/requirements.txt: -------------------------------------------------------------------------------- 1 | smtplib 2 | json 3 | -------------------------------------------------------------------------------- /caeser_cipher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/caeser_cipher/README.md -------------------------------------------------------------------------------- /caeser_cipher/caeser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/caeser_cipher/caeser.py -------------------------------------------------------------------------------- /cli_calculator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/cli_calculator/README.md -------------------------------------------------------------------------------- /cli_calculator/calc/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/cli_calculator/calc/__init__.py -------------------------------------------------------------------------------- /cli_calculator/calc/args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/cli_calculator/calc/args.py -------------------------------------------------------------------------------- /cli_calculator/calc/calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/cli_calculator/calc/calc.py -------------------------------------------------------------------------------- /cli_calculator/tests/test_calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/cli_calculator/tests/test_calc.py -------------------------------------------------------------------------------- /codeforcesChecker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/codeforcesChecker/README.md -------------------------------------------------------------------------------- /codeforcesChecker/checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/codeforcesChecker/checker.py -------------------------------------------------------------------------------- /codeforcesChecker/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/codeforcesChecker/main.py -------------------------------------------------------------------------------- /codeforcesChecker/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/codeforcesChecker/requirements.txt -------------------------------------------------------------------------------- /covid_visualiser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/covid_visualiser/README.md -------------------------------------------------------------------------------- /covid_visualiser/capital_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/covid_visualiser/capital_data.json -------------------------------------------------------------------------------- /covid_visualiser/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/covid_visualiser/main.py -------------------------------------------------------------------------------- /covid_visualiser/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/covid_visualiser/map.html -------------------------------------------------------------------------------- /covid_visualiser/requirements.txt: -------------------------------------------------------------------------------- 1 | folium==0.10.1 2 | -------------------------------------------------------------------------------- /elastic-snapshot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/elastic-snapshot/README.md -------------------------------------------------------------------------------- /elastic-snapshot/elastic-snapshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/elastic-snapshot/elastic-snapshot.py -------------------------------------------------------------------------------- /elastic-snapshot/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/elastic-snapshot/requirements.txt -------------------------------------------------------------------------------- /extended_ip_address_info/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/extended_ip_address_info/README.md -------------------------------------------------------------------------------- /extended_ip_address_info/extended_ip_address_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/extended_ip_address_info/extended_ip_address_info.py -------------------------------------------------------------------------------- /extended_ip_address_info/requirements.txt: -------------------------------------------------------------------------------- 1 | pycurl 2 | certifi -------------------------------------------------------------------------------- /file-encrypt-decrypt/.gitignore: -------------------------------------------------------------------------------- 1 | .vscode -------------------------------------------------------------------------------- /file-encrypt-decrypt/Pipfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/file-encrypt-decrypt/Pipfile -------------------------------------------------------------------------------- /file-encrypt-decrypt/Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/file-encrypt-decrypt/Pipfile.lock -------------------------------------------------------------------------------- /file-encrypt-decrypt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/file-encrypt-decrypt/README.md -------------------------------------------------------------------------------- /file-encrypt-decrypt/crypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/file-encrypt-decrypt/crypt.py -------------------------------------------------------------------------------- /git_automation/.my_commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/git_automation/.my_commands.sh -------------------------------------------------------------------------------- /git_automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/git_automation/README.md -------------------------------------------------------------------------------- /git_automation/config.env: -------------------------------------------------------------------------------- 1 | USERNAME="User" 2 | PASSWORD="Pass" 3 | FILEPATH="/path/to/your/project/" -------------------------------------------------------------------------------- /git_automation/create.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/git_automation/create.py -------------------------------------------------------------------------------- /git_automation/requirements.txt: -------------------------------------------------------------------------------- 1 | selenium 2 | PyGithub 3 | python-dotenv 4 | -------------------------------------------------------------------------------- /imageWatermarker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/imageWatermarker/README.md -------------------------------------------------------------------------------- /imageWatermarker/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/imageWatermarker/main.py -------------------------------------------------------------------------------- /imageWatermarker/requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow==7.2.0 2 | -------------------------------------------------------------------------------- /images2pdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/images2pdf/README.md -------------------------------------------------------------------------------- /images2pdf/imges2pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/images2pdf/imges2pdf.py -------------------------------------------------------------------------------- /images2pdf/requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow 2 | fpdf 3 | -------------------------------------------------------------------------------- /imdb_episode_ratings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/imdb_episode_ratings/README.md -------------------------------------------------------------------------------- /imdb_episode_ratings/scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/imdb_episode_ratings/scraper.py -------------------------------------------------------------------------------- /insta_video_downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/insta_video_downloader/README.md -------------------------------------------------------------------------------- /insta_video_downloader/instavideo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/insta_video_downloader/instavideo.py -------------------------------------------------------------------------------- /insta_video_downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /json-to-yaml/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/json-to-yaml/Readme.md -------------------------------------------------------------------------------- /json-to-yaml/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/json-to-yaml/example.json -------------------------------------------------------------------------------- /json-to-yaml/json2yaml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/json-to-yaml/json2yaml.py -------------------------------------------------------------------------------- /json-to-yaml/output.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/json-to-yaml/output.yaml -------------------------------------------------------------------------------- /json-to-yaml/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/json-to-yaml/requirements.txt -------------------------------------------------------------------------------- /logpye_log4j_search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/logpye_log4j_search/README.md -------------------------------------------------------------------------------- /logpye_log4j_search/logpye.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/logpye_log4j_search/logpye.py -------------------------------------------------------------------------------- /logpye_log4j_search/screenshot/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/logpye_log4j_search/screenshot/help.png -------------------------------------------------------------------------------- /mailing/README.md: -------------------------------------------------------------------------------- 1 | For linux/unix users : 2 | 3 | ./gmail_messenger.py 4 | -------------------------------------------------------------------------------- /mailing/gmail_messenger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/mailing/gmail_messenger.py -------------------------------------------------------------------------------- /medium_article_downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/medium_article_downloader/README.md -------------------------------------------------------------------------------- /medium_article_downloader/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/medium_article_downloader/helpers.py -------------------------------------------------------------------------------- /medium_article_downloader/medium.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/medium_article_downloader/medium.py -------------------------------------------------------------------------------- /medium_article_downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | bs4 -------------------------------------------------------------------------------- /send_sqs_messages_in_parallel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/send_sqs_messages_in_parallel/README.md -------------------------------------------------------------------------------- /send_sqs_messages_in_parallel/requirements.txt: -------------------------------------------------------------------------------- 1 | boto3==1.10.50 -------------------------------------------------------------------------------- /send_sqs_messages_in_parallel/send_to_sqs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/send_sqs_messages_in_parallel/send_to_sqs.py -------------------------------------------------------------------------------- /send_whatsapp_message/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/send_whatsapp_message/README.md -------------------------------------------------------------------------------- /send_whatsapp_message/Requirements.txt: -------------------------------------------------------------------------------- 1 | selenium -------------------------------------------------------------------------------- /send_whatsapp_message/whatsapp-message.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/send_whatsapp_message/whatsapp-message.py -------------------------------------------------------------------------------- /signature2png/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/signature2png/README.md -------------------------------------------------------------------------------- /signature2png/imgs/example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/signature2png/imgs/example.jpg -------------------------------------------------------------------------------- /signature2png/imgs/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/signature2png/imgs/result.png -------------------------------------------------------------------------------- /signature2png/signature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/signature2png/signature.py -------------------------------------------------------------------------------- /speak_like_yoda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/speak_like_yoda/README.md -------------------------------------------------------------------------------- /speak_like_yoda/requirements.txt: -------------------------------------------------------------------------------- 1 | random 2 | string -------------------------------------------------------------------------------- /speak_like_yoda/speak_like_yoda.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/speak_like_yoda/speak_like_yoda.py -------------------------------------------------------------------------------- /spotify_downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/spotify_downloader/README.md -------------------------------------------------------------------------------- /spotify_downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | spotdl==2.2.2 2 | -------------------------------------------------------------------------------- /spotify_downloader/spotify.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/spotify_downloader/spotify.py -------------------------------------------------------------------------------- /sudoku-solver/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/sudoku-solver/app.py -------------------------------------------------------------------------------- /sudoku-solver/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/sudoku-solver/readme.md -------------------------------------------------------------------------------- /sudoku-solver/sudoku_solver/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sudoku-solver/sudoku_solver/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/sudoku-solver/sudoku_solver/solver.py -------------------------------------------------------------------------------- /url_shortener/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/url_shortener/README.md -------------------------------------------------------------------------------- /url_shortener/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/url_shortener/requirements.txt -------------------------------------------------------------------------------- /url_shortener/url_shortener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/url_shortener/url_shortener.py -------------------------------------------------------------------------------- /vigenere_cipher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/vigenere_cipher/README.md -------------------------------------------------------------------------------- /vigenere_cipher/vigenere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/vigenere_cipher/vigenere.py -------------------------------------------------------------------------------- /yts_torrents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/yts_torrents/README.md -------------------------------------------------------------------------------- /yts_torrents/linkdowload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/yts_torrents/linkdowload.py -------------------------------------------------------------------------------- /yts_torrents/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/yts_torrents/requirements.txt -------------------------------------------------------------------------------- /yts_torrents/yts_am_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/yts_torrents/yts_am_api.py -------------------------------------------------------------------------------- /zabbix_api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/zabbix_api/README.md -------------------------------------------------------------------------------- /zabbix_api/dailyAlertMail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/zabbix_api/dailyAlertMail.py -------------------------------------------------------------------------------- /zabbix_api/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | Jinja2 3 | -------------------------------------------------------------------------------- /zabbix_api/templates/email_template.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/zabbix_api/templates/email_template.html -------------------------------------------------------------------------------- /zip_password_cracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/zip_password_cracker/README.md -------------------------------------------------------------------------------- /zip_password_cracker/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pythondeveloper6/Awesome-Python-Scripts/HEAD/zip_password_cracker/setup.py --------------------------------------------------------------------------------