├── 2048 ├── 2048.py ├── colors.py └── readme.md ├── .github └── workflows │ └── PULL_REQUEST_TEMPLATE.md ├── .gitignore ├── AI_for_Guess_the_number ├── AI_for_Guess_the_number.py ├── README.md └── Requirements ├── Algebra-Solver ├── Algebra-Solver.py ├── README.MD └── requirements.txt ├── Artificial-intelligence_bot ├── README.md ├── ai.aiml ├── bot.py ├── load.xml └── requirements.txt ├── Attachment_Unique_Mail ├── README.md ├── native_script.py ├── requirements.txt └── smtp_script.py ├── Battery_notification ├── Battery_notification.py └── README.md ├── Better_CSV_Storage ├── README.md ├── better_csv_storage.py └── dummy_data.csv ├── Bitcoin-Price-GUI ├── README.md └── bitcoin-price.py ├── CONTRIBUTING.md ├── CSV-to-Excel ├── README.md ├── example input.csv ├── example output.xlsx ├── main.py └── requirements.txt ├── 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 ├── Countdown ├── README.md ├── numbers-round.py └── requirements.txt ├── CricBuzz_Score_Update ├── README.md ├── cricbuzz_scrap.py └── requirements.txt ├── Crypt_Socket ├── README.md ├── cryptSocket_cliente.py ├── cryptSocket_servidor.py └── requirements.txt ├── Cryptocurrency-Prices ├── README.md ├── cryptocurrency-prices.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 ├── Database-As-Storage ├── Database-As-Storage.py ├── README.md └── requirements.txt ├── Directory-organizer ├── Directory-oraganiser.py └── README.md ├── Directory_Tree_Generator ├── README.md ├── directory_tree_generator.py └── requirements.txt ├── 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 ├── FileMagic_Organizer ├── README.md └── main.py ├── File_Carving ├── Images │ ├── Output.PNG │ └── test_image.jpg ├── README.MD ├── carving.py └── requirements.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 ├── Get_Time_TimezoneWise ├── README.md ├── get_times.py └── requirements.txt ├── Git_repo_creator ├── README.md └── git_repo_creator.py ├── Github-Review-Bot ├── README.md ├── main.py └── requirements.txt ├── 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 ├── Harry-Potter-Cloak ├── HarryPotterCloak.py ├── README.md └── 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 ├── PDF_Password_Decrypter ├── README.md └── main.py ├── PDFsplitter ├── PDFsplitter.py ├── README.md └── requirements.txt ├── PX-to-REM ├── README.md ├── converter.py └── px_to_rem.py ├── Password_Strength-checker ├── README.md └── strength-checker.py ├── PdfToAudio ├── README.md ├── pdf_to_audiobook.py └── requirements.txt.txt ├── Ping_Server ├── Ping_server.py ├── README.md └── requirements.txt ├── Plagiarism_detector ├── README.md └── plagiarism.py ├── Port_Scanner ├── README.md └── port_scanner.py ├── Pressure_Converter ├── README.md ├── pressure_converter_script.py └── requirements.txt ├── 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 ├── QR-code-generator ├── QR-generator.py └── README.md ├── 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 ├── Steg_Tool ├── README.md ├── image.png ├── secret.txt └── steg.py ├── Subtitle-downloader ├── README.md ├── main.py └── requirements.txt ├── TTS_Text_to_Speech_Mp3 ├── README.md ├── requirements.txt └── run.py ├── Take_screenshot ├── README.md ├── requirements.txt ├── screenshot.py └── test.png ├── Tambola_Ticket_Generator ├── README.MD ├── main.py └── requirements.txt ├── Task-Scheduler ├── Readme.md ├── requirements.txt └── scheduler.py ├── TestMyInternetSpeed ├── README.md ├── TestMySpeed.py └── requirements.txt ├── TicTacToe_AI_and_2_players ├── README.md ├── Requirements.txt ├── TicTacToe2players.py ├── TicTacToeAI.py └── TicTacToeVsAI.py ├── 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 ├── Website_Url_Detector ├── README.md ├── detect_urls.py └── requirements.txt ├── 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 ├── Word_Frequency_Counter ├── README.md ├── count_word_freq.py ├── requirements.txt ├── test_file.txt └── test_file_freq_dist.txt ├── Work_Log_Generator ├── README.rst ├── requirements.txt ├── resources │ ├── icone.ico │ ├── loader.gif │ └── save.png └── work_log.py ├── X_Scrapper ├── README.md ├── requirements.txt └── x_scraper.py ├── Youtube_Video_Downloader ├── README.md ├── download_video.py └── requirements.txt ├── asymmetric_cryptography ├── README.md ├── asymmetric.py └── requirements.txt ├── automated_calendar ├── automated_calendar.py └── requirements.txt ├── automated_email ├── README.md ├── automated_email.py └── requirements.txt ├── caesar_cipher ├── README.md └── caesar.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 ├── csv_to_json ├── README.md ├── convert.py ├── img │ ├── CLI.jpg │ ├── after.jpg │ └── before.jpg └── 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 ├── google_meet_joiner ├── README.md ├── assets │ └── finalJoinMeet.png ├── main.py ├── meeting_ids.txt ├── meeting_times.txt └── 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 ├── ipaddress ├── README.md ├── main.py └── requirments.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 ├── py_based_music_player ├── README.md ├── css │ ├── main │ │ ├── music.css │ │ └── sidebar.css │ ├── outside │ │ └── all.min.css │ └── webfonts │ │ ├── css2.css │ │ ├── fa-solid-900.ttf │ │ ├── fa-solid-900.woff │ │ ├── fa-solid-900.woff2 │ │ └── lato.css ├── js │ ├── main │ │ ├── music.js │ │ ├── music_list.js │ │ └── sidebar.js │ └── outside │ │ ├── fa.js │ │ └── jquery-3.6.1.min.js ├── music.html └── py_based_music_player.py ├── 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/hastagAB/Awesome-Python-Scripts/HEAD/.github/workflows/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/.gitignore -------------------------------------------------------------------------------- /2048/2048.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/2048/2048.py -------------------------------------------------------------------------------- /2048/colors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/2048/colors.py -------------------------------------------------------------------------------- /2048/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/2048/readme.md -------------------------------------------------------------------------------- /AI_for_Guess_the_number/AI_for_Guess_the_number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/AI_for_Guess_the_number/AI_for_Guess_the_number.py -------------------------------------------------------------------------------- /AI_for_Guess_the_number/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/AI_for_Guess_the_number/README.md -------------------------------------------------------------------------------- /AI_for_Guess_the_number/Requirements: -------------------------------------------------------------------------------- 1 | no requirements, just have python installed. :) 2 | -------------------------------------------------------------------------------- /Algebra-Solver/Algebra-Solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Algebra-Solver/Algebra-Solver.py -------------------------------------------------------------------------------- /Algebra-Solver/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Algebra-Solver/README.MD -------------------------------------------------------------------------------- /Algebra-Solver/requirements.txt: -------------------------------------------------------------------------------- 1 | sympy 2 | -------------------------------------------------------------------------------- /Artificial-intelligence_bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Artificial-intelligence_bot/README.md -------------------------------------------------------------------------------- /Artificial-intelligence_bot/ai.aiml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Artificial-intelligence_bot/ai.aiml -------------------------------------------------------------------------------- /Artificial-intelligence_bot/bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Artificial-intelligence_bot/bot.py -------------------------------------------------------------------------------- /Artificial-intelligence_bot/load.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Artificial-intelligence_bot/load.xml -------------------------------------------------------------------------------- /Artificial-intelligence_bot/requirements.txt: -------------------------------------------------------------------------------- 1 | aiml 2 | -------------------------------------------------------------------------------- /Attachment_Unique_Mail/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Attachment_Unique_Mail/README.md -------------------------------------------------------------------------------- /Attachment_Unique_Mail/native_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Attachment_Unique_Mail/native_script.py -------------------------------------------------------------------------------- /Attachment_Unique_Mail/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Attachment_Unique_Mail/requirements.txt -------------------------------------------------------------------------------- /Attachment_Unique_Mail/smtp_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Attachment_Unique_Mail/smtp_script.py -------------------------------------------------------------------------------- /Battery_notification/Battery_notification.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Battery_notification/Battery_notification.py -------------------------------------------------------------------------------- /Battery_notification/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Battery_notification/README.md -------------------------------------------------------------------------------- /Better_CSV_Storage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Better_CSV_Storage/README.md -------------------------------------------------------------------------------- /Better_CSV_Storage/better_csv_storage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Better_CSV_Storage/better_csv_storage.py -------------------------------------------------------------------------------- /Better_CSV_Storage/dummy_data.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Better_CSV_Storage/dummy_data.csv -------------------------------------------------------------------------------- /Bitcoin-Price-GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Bitcoin-Price-GUI/README.md -------------------------------------------------------------------------------- /Bitcoin-Price-GUI/bitcoin-price.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Bitcoin-Price-GUI/bitcoin-price.py -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /CSV-to-Excel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/CSV-to-Excel/README.md -------------------------------------------------------------------------------- /CSV-to-Excel/example input.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/CSV-to-Excel/example input.csv -------------------------------------------------------------------------------- /CSV-to-Excel/example output.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/CSV-to-Excel/example output.xlsx -------------------------------------------------------------------------------- /CSV-to-Excel/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/CSV-to-Excel/main.py -------------------------------------------------------------------------------- /CSV-to-Excel/requirements.txt: -------------------------------------------------------------------------------- 1 | openpyxl -------------------------------------------------------------------------------- /Checksum/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Checksum/README.md -------------------------------------------------------------------------------- /Checksum/checksum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Checksum/checksum.py -------------------------------------------------------------------------------- /Clean_up_photo_directory/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Clean_up_photo_directory/README.md -------------------------------------------------------------------------------- /Clean_up_photo_directory/clean_up_photo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Clean_up_photo_directory/clean_up_photo.py -------------------------------------------------------------------------------- /Codechef-Code-Submitter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Codechef-Code-Submitter/README.md -------------------------------------------------------------------------------- /Codechef-Code-Submitter/automated-submission.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Color_to_BW_Converter/README.md -------------------------------------------------------------------------------- /Color_to_BW_Converter/bw_convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Color_to_BW_Converter/sample_image.jpg -------------------------------------------------------------------------------- /Contact-Distribution/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Contact-Distribution/README.md -------------------------------------------------------------------------------- /Contact-Distribution/contact-distribution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Contact-Distribution/contact-distribution.py -------------------------------------------------------------------------------- /Contact-Distribution/docs/images/cpanel_encaminhadores01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Contact-Distribution/docs/images/cpanel_encaminhadores01.jpg -------------------------------------------------------------------------------- /Contact-Distribution/docs/images/cpanel_encaminhadores02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Contact-Distribution/docs/images/cpanel_encaminhadores02.jpg -------------------------------------------------------------------------------- /Contact-Distribution/lastseller.txt: -------------------------------------------------------------------------------- 1 | 0 -------------------------------------------------------------------------------- /Countdown/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Countdown/README.md -------------------------------------------------------------------------------- /Countdown/numbers-round.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Countdown/numbers-round.py -------------------------------------------------------------------------------- /Countdown/requirements.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /CricBuzz_Score_Update/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/CricBuzz_Score_Update/README.md -------------------------------------------------------------------------------- /CricBuzz_Score_Update/cricbuzz_scrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Crypt_Socket/README.md -------------------------------------------------------------------------------- /Crypt_Socket/cryptSocket_cliente.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Crypt_Socket/cryptSocket_cliente.py -------------------------------------------------------------------------------- /Crypt_Socket/cryptSocket_servidor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Crypt_Socket/cryptSocket_servidor.py -------------------------------------------------------------------------------- /Crypt_Socket/requirements.txt: -------------------------------------------------------------------------------- 1 | simple-crypt 2 | -------------------------------------------------------------------------------- /Cryptocurrency-Prices/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Cryptocurrency-Prices/README.md -------------------------------------------------------------------------------- /Cryptocurrency-Prices/cryptocurrency-prices.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Cryptocurrency-Prices/cryptocurrency-prices.py -------------------------------------------------------------------------------- /Cryptocurrency-Prices/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | bs4 3 | colorama -------------------------------------------------------------------------------- /Cryptocurrency-converter/CryptoConverter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Cryptocurrency-converter/CryptoConverter.py -------------------------------------------------------------------------------- /Cryptocurrency-converter/MainWindow.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Cryptocurrency-converter/MainWindow.py -------------------------------------------------------------------------------- /Cryptocurrency-converter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Current_City_Weather/README.md -------------------------------------------------------------------------------- /Current_City_Weather/Weather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/DOH-Dig/README.md -------------------------------------------------------------------------------- /DOH-Dig/doh-dig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/DOH-Dig/doh-dig -------------------------------------------------------------------------------- /DOH-Dig/requirements.txt: -------------------------------------------------------------------------------- 1 | docopt 2 | requests 3 | -------------------------------------------------------------------------------- /Database-As-Storage/Database-As-Storage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Database-As-Storage/Database-As-Storage.py -------------------------------------------------------------------------------- /Database-As-Storage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Database-As-Storage/README.md -------------------------------------------------------------------------------- /Database-As-Storage/requirements.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Directory-organizer/Directory-oraganiser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Directory-organizer/Directory-oraganiser.py -------------------------------------------------------------------------------- /Directory-organizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Directory-organizer/README.md -------------------------------------------------------------------------------- /Directory_Tree_Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Directory_Tree_Generator/README.md -------------------------------------------------------------------------------- /Directory_Tree_Generator/directory_tree_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Directory_Tree_Generator/directory_tree_generator.py -------------------------------------------------------------------------------- /Directory_Tree_Generator/requirements.txt: -------------------------------------------------------------------------------- 1 | walkdir==0.4.1 2 | -------------------------------------------------------------------------------- /Download-page-as-pdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Download-page-as-pdf/README.md -------------------------------------------------------------------------------- /Download-page-as-pdf/download-page-as-pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Download-page-as-pdf/download-page-as-pdf.py -------------------------------------------------------------------------------- /Download-page-as-pdf/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Download-page-as-pdf/requirements.txt -------------------------------------------------------------------------------- /English_Theasauras/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/English_Theasauras/README.md -------------------------------------------------------------------------------- /English_Theasauras/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/English_Theasauras/app.py -------------------------------------------------------------------------------- /English_Theasauras/data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/English_Theasauras/data.json -------------------------------------------------------------------------------- /Excel_Files_Merger/Combine excel files into 1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Excel_Files_Merger/Combine excel files into 1.py -------------------------------------------------------------------------------- /Excel_Files_Merger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Excel_Files_Merger/README.md -------------------------------------------------------------------------------- /Excel_to_ListofList/ExcelToList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Excel_to_ListofList/ExcelToList.py -------------------------------------------------------------------------------- /Excel_to_ListofList/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Excel_to_ListofList/excel_to_list_usage.py -------------------------------------------------------------------------------- /Excel_to_ListofList/input.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Face_recognition/Image_recognition.ipynb -------------------------------------------------------------------------------- /Face_recognition/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Face_recognition/README.md -------------------------------------------------------------------------------- /Face_recognition/haarcascade_frontalface_default.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Face_recognition/haarcascade_frontalface_default.xml -------------------------------------------------------------------------------- /Face_recognition/morgan.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Face_recognition/morgan.jpg -------------------------------------------------------------------------------- /Face_recognition/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Face_recognition/requirements.txt -------------------------------------------------------------------------------- /Fibonacci_Sequence_Generator/Fibonacci.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Fibonacci_Sequence_Generator/Fibonacci.py -------------------------------------------------------------------------------- /Fibonacci_Sequence_Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Fibonacci_Sequence_Generator/README.md -------------------------------------------------------------------------------- /File-Explorer-Dialog-Box/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/File-Explorer-Dialog-Box/select_file_pyqt.py -------------------------------------------------------------------------------- /File-Explorer-Dialog-Box/select_file_tk.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/File-Explorer-Dialog-Box/select_file_tk.py -------------------------------------------------------------------------------- /File-Organizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/File-Organizer/README.md -------------------------------------------------------------------------------- /File-Organizer/file-organizer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/File-Organizer/file-organizer.py -------------------------------------------------------------------------------- /File-Organizer/requirements.txt: -------------------------------------------------------------------------------- 1 | colorama -------------------------------------------------------------------------------- /File-Sharing-Bot/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/File-Sharing-Bot/README.md -------------------------------------------------------------------------------- /File-Sharing-Bot/bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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 | -------------------------------------------------------------------------------- /FileMagic_Organizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/FileMagic_Organizer/README.md -------------------------------------------------------------------------------- /FileMagic_Organizer/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/FileMagic_Organizer/main.py -------------------------------------------------------------------------------- /File_Carving/Images/Output.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/File_Carving/Images/Output.PNG -------------------------------------------------------------------------------- /File_Carving/Images/test_image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/File_Carving/Images/test_image.jpg -------------------------------------------------------------------------------- /File_Carving/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/File_Carving/README.MD -------------------------------------------------------------------------------- /File_Carving/carving.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/File_Carving/carving.py -------------------------------------------------------------------------------- /File_Carving/requirements.txt: -------------------------------------------------------------------------------- 1 | os 2 | binascii -------------------------------------------------------------------------------- /Find-PhoneNumber-in-String/Find-PhoneNumber-in-String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Find-PhoneNumber-in-String/Find-PhoneNumber-in-String.py -------------------------------------------------------------------------------- /Find-PhoneNumber-in-String/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Find-PhoneNumber-in-String/README.md -------------------------------------------------------------------------------- /Flash-card-Challenge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/README.md -------------------------------------------------------------------------------- /Flash-card-Challenge/flash_card_challenge.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/flash_card_challenge.txt -------------------------------------------------------------------------------- /Flash-card-Challenge/french_food.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/french_food.txt -------------------------------------------------------------------------------- /Flash-card-Challenge/metric.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/metric.txt -------------------------------------------------------------------------------- /Flash-card-Challenge/quizzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/quizzer.py -------------------------------------------------------------------------------- /Flash-card-Challenge/state_capitals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Flash-card-Challenge/state_capitals.txt -------------------------------------------------------------------------------- /Folder Locker & Hider/app.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/app.png -------------------------------------------------------------------------------- /Folder Locker & Hider/application.pyw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/application.pyw -------------------------------------------------------------------------------- /Folder Locker & Hider/icons/back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/icons/back.png -------------------------------------------------------------------------------- /Folder Locker & Hider/icons/choose_folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/icons/choose_folder.png -------------------------------------------------------------------------------- /Folder Locker & Hider/icons/lock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/icons/lock.png -------------------------------------------------------------------------------- /Folder Locker & Hider/icons/unlock.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/icons/unlock.png -------------------------------------------------------------------------------- /Folder Locker & Hider/locker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/locker.py -------------------------------------------------------------------------------- /Folder Locker & Hider/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder Locker & Hider/readme.md -------------------------------------------------------------------------------- /Folder_Manager/Exception.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder_Manager/Exception.txt -------------------------------------------------------------------------------- /Folder_Manager/Folder_Manager.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder_Manager/Folder_Manager.py -------------------------------------------------------------------------------- /Folder_Manager/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder_Manager/Readme.md -------------------------------------------------------------------------------- /Folder_Manager/all-file-extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Folder_Manager/all-file-extensions.json -------------------------------------------------------------------------------- /FramedText/FramedText.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/FramedText/FramedText.py -------------------------------------------------------------------------------- /FramedText/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/FramedText/Readme.md -------------------------------------------------------------------------------- /Get_Time_TimezoneWise/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Get_Time_TimezoneWise/README.md -------------------------------------------------------------------------------- /Get_Time_TimezoneWise/get_times.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Get_Time_TimezoneWise/get_times.py -------------------------------------------------------------------------------- /Get_Time_TimezoneWise/requirements.txt: -------------------------------------------------------------------------------- 1 | pytz 2 | -------------------------------------------------------------------------------- /Git_repo_creator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Git_repo_creator/README.md -------------------------------------------------------------------------------- /Git_repo_creator/git_repo_creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Git_repo_creator/git_repo_creator.py -------------------------------------------------------------------------------- /Github-Review-Bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Github-Review-Bot/README.md -------------------------------------------------------------------------------- /Github-Review-Bot/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Github-Review-Bot/main.py -------------------------------------------------------------------------------- /Github-Review-Bot/requirements.txt: -------------------------------------------------------------------------------- 1 | selenium -------------------------------------------------------------------------------- /Github_Bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Github_Bot/README.md -------------------------------------------------------------------------------- /Github_Bot/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Github_Bot/main.py -------------------------------------------------------------------------------- /Github_Bot/readme_assets/img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Github_Bot/readme_assets/img.png -------------------------------------------------------------------------------- /Github_Bot/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Github_Bot/requirements.txt -------------------------------------------------------------------------------- /HTML_Table_to_List/HTMLTableToList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/HTML_Table_to_List/HTMLTableToList.py -------------------------------------------------------------------------------- /HTML_Table_to_List/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Handwriting_Recognizer/Handwriting_Recognizer_DNN_classifier.py -------------------------------------------------------------------------------- /Handwriting_Recognizer/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy 2 | tensorflow 3 | -------------------------------------------------------------------------------- /Harry-Potter-Cloak/HarryPotterCloak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Harry-Potter-Cloak/HarryPotterCloak.py -------------------------------------------------------------------------------- /Harry-Potter-Cloak/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Harry-Potter-Cloak/README.md -------------------------------------------------------------------------------- /Harry-Potter-Cloak/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy 2 | opencv -------------------------------------------------------------------------------- /IMDBQuerier/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/IMDBQuerier/.gitignore -------------------------------------------------------------------------------- /IMDBQuerier/ClassFilm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/IMDBQuerier/ClassFilm.py -------------------------------------------------------------------------------- /IMDBQuerier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/IMDBQuerier/README.md -------------------------------------------------------------------------------- /IMDBQuerier/chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/IMDBQuerier/chromedriver.exe -------------------------------------------------------------------------------- /IMDBQuerier/css/list_style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/IMDBQuerier/css/list_style.css -------------------------------------------------------------------------------- /IMDBQuerier/film_content_parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/IMDBQuerier/film_content_parser.py -------------------------------------------------------------------------------- /IMDBQuerier/html_creator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/IMDBQuerier/html_creator.py -------------------------------------------------------------------------------- /IMDBQuerier/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/IMDBQuerier/main.py -------------------------------------------------------------------------------- /IMDBQuerier/parser_config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Image-Circulator/README.md -------------------------------------------------------------------------------- /Image-Circulator/image_circulator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Image-Circulator/image_circulator.py -------------------------------------------------------------------------------- /Image-Circulator/requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow 2 | -------------------------------------------------------------------------------- /Image_Compressor/Image.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Image_Compressor/Image.jpg -------------------------------------------------------------------------------- /Image_Compressor/Image_Compressor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Image_Compressor/Image_Compressor.py -------------------------------------------------------------------------------- /Image_Compressor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Image_Compressor/README.md -------------------------------------------------------------------------------- /ImportanceChecker/ImportanceChecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/ImportanceChecker/ImportanceChecker.py -------------------------------------------------------------------------------- /ImportanceChecker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/ImportanceChecker/README.md -------------------------------------------------------------------------------- /ImportanceChecker/requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4 2 | google -------------------------------------------------------------------------------- /InstadpShower/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/InstadpShower/README.md -------------------------------------------------------------------------------- /InstadpShower/dppage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/InstadpShower/dppage.py -------------------------------------------------------------------------------- /InstadpShower/requirements.txt: -------------------------------------------------------------------------------- 1 | beautifulsoup4 2 | requests 3 | -------------------------------------------------------------------------------- /Keylogger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Keylogger/README.md -------------------------------------------------------------------------------- /Keylogger/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Keylogger/requirements.txt -------------------------------------------------------------------------------- /Keylogger/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Keylogger/script.py -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /Location_Of_Adress/locator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Minecraft_server_in_background/README.md -------------------------------------------------------------------------------- /Minecraft_server_in_background/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Minecraft_server_in_background/run.py -------------------------------------------------------------------------------- /Minecraft_server_in_background/start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Minecraft_server_in_background/start.sh -------------------------------------------------------------------------------- /PDF2text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PDF2text/README.md -------------------------------------------------------------------------------- /PDF2text/requirements.txt: -------------------------------------------------------------------------------- 1 | pdftotext 2 | -------------------------------------------------------------------------------- /PDF2text/script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PDF2text/script.py -------------------------------------------------------------------------------- /PDF_Password_Decrypter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PDF_Password_Decrypter/README.md -------------------------------------------------------------------------------- /PDF_Password_Decrypter/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PDF_Password_Decrypter/main.py -------------------------------------------------------------------------------- /PDFsplitter/PDFsplitter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PDFsplitter/PDFsplitter.py -------------------------------------------------------------------------------- /PDFsplitter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PDFsplitter/README.md -------------------------------------------------------------------------------- /PDFsplitter/requirements.txt: -------------------------------------------------------------------------------- 1 | PyPDF2==3.0.1 2 | -------------------------------------------------------------------------------- /PX-to-REM/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PX-to-REM/README.md -------------------------------------------------------------------------------- /PX-to-REM/converter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PX-to-REM/converter.py -------------------------------------------------------------------------------- /PX-to-REM/px_to_rem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PX-to-REM/px_to_rem.py -------------------------------------------------------------------------------- /Password_Strength-checker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Password_Strength-checker/README.md -------------------------------------------------------------------------------- /Password_Strength-checker/strength-checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Password_Strength-checker/strength-checker.py -------------------------------------------------------------------------------- /PdfToAudio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PdfToAudio/README.md -------------------------------------------------------------------------------- /PdfToAudio/pdf_to_audiobook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PdfToAudio/pdf_to_audiobook.py -------------------------------------------------------------------------------- /PdfToAudio/requirements.txt.txt: -------------------------------------------------------------------------------- 1 | PyPDF2 2 | pyttsx3 -------------------------------------------------------------------------------- /Ping_Server/Ping_server.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Ping_Server/Ping_server.py -------------------------------------------------------------------------------- /Ping_Server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Ping_Server/README.md -------------------------------------------------------------------------------- /Ping_Server/requirements.txt: -------------------------------------------------------------------------------- 1 | Telethon 2 | twilio 3 | requests 4 | -------------------------------------------------------------------------------- /Plagiarism_detector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Plagiarism_detector/README.md -------------------------------------------------------------------------------- /Plagiarism_detector/plagiarism.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Plagiarism_detector/plagiarism.py -------------------------------------------------------------------------------- /Port_Scanner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Port_Scanner/README.md -------------------------------------------------------------------------------- /Port_Scanner/port_scanner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Port_Scanner/port_scanner.py -------------------------------------------------------------------------------- /Pressure_Converter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Pressure_Converter/README.md -------------------------------------------------------------------------------- /Pressure_Converter/pressure_converter_script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Pressure_Converter/pressure_converter_script.py -------------------------------------------------------------------------------- /Pressure_Converter/requirements.txt: -------------------------------------------------------------------------------- 1 | doctest -------------------------------------------------------------------------------- /Pretty-CSV/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Pretty-CSV/README.md -------------------------------------------------------------------------------- /Pretty-CSV/pretty-csv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Pretty-CSV/pretty-csv.py -------------------------------------------------------------------------------- /Proxy-Request/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Proxy-Request/README.md -------------------------------------------------------------------------------- /Proxy-Request/proxy_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/PyRecorder/README.md -------------------------------------------------------------------------------- /PyRecorder/py_recorder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PyRecorder/py_recorder.py -------------------------------------------------------------------------------- /PyRecorder/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/PyRecorder/requirements.txt -------------------------------------------------------------------------------- /Py_Cleaner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Py_Cleaner/README.md -------------------------------------------------------------------------------- /Py_Cleaner/Screenshot 2020-06-24 at 12.27.00 PM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Py_Cleaner/Screenshot 2020-06-24 at 12.27.00 PM.png -------------------------------------------------------------------------------- /Py_Cleaner/bg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Py_Cleaner/bg.gif -------------------------------------------------------------------------------- /Py_Cleaner/folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Py_Cleaner/folder.png -------------------------------------------------------------------------------- /Py_Cleaner/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Py_Cleaner/main.py -------------------------------------------------------------------------------- /QR-code-generator/QR-generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/QR-code-generator/QR-generator.py -------------------------------------------------------------------------------- /QR-code-generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/QR-code-generator/README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/README.md -------------------------------------------------------------------------------- /RSA-key-pairs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/RSA-key-pairs/README.md -------------------------------------------------------------------------------- /RSA-key-pairs/key-pair-generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/RSA_Algorithm/README.md -------------------------------------------------------------------------------- /RSA_Algorithm/RSA_Algorithm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/RSA_Algorithm/RSA_Algorithm.png -------------------------------------------------------------------------------- /RSA_Algorithm/RSA_algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/RSA_Algorithm/RSA_algorithm.py -------------------------------------------------------------------------------- /RSA_Communication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/RSA_Communication/README.md -------------------------------------------------------------------------------- /RSA_Communication/RSA.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/RSA_Communication/RSA.py -------------------------------------------------------------------------------- /Random_Email_Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Random_Email_Generator/README.md -------------------------------------------------------------------------------- /Random_Email_Generator/Random_email_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/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/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Random_Names_Generator/README.md -------------------------------------------------------------------------------- /Random_Names_Generator/Random_Name_Generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Random_Names_Generator/Random_Name_Generator.py -------------------------------------------------------------------------------- /Random_Password_Generator/PasswordGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Random_Password_Generator/PasswordGenerator.py -------------------------------------------------------------------------------- /Random_Password_Generator/Passwords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Random_Password_Generator/Passwords.txt -------------------------------------------------------------------------------- /Random_Password_Generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Random_Password_Generator/README.md -------------------------------------------------------------------------------- /Random_Password_Generator/createPassword.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Remove-Duplicate-Files/README.md -------------------------------------------------------------------------------- /Remove-Duplicate-Files/removeDuplicateFiles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Remove-Duplicate-Files/removeDuplicateFiles.py -------------------------------------------------------------------------------- /Rock-Paper-Scissor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Rock-Paper-Scissor/README.md -------------------------------------------------------------------------------- /Rock-Paper-Scissor/Rock-Paper-Scissor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Rock-Paper-Scissor/Rock-Paper-Scissor.py -------------------------------------------------------------------------------- /SSH_Host_Adder/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/SSH_Host_Adder/README.md -------------------------------------------------------------------------------- /SSH_Host_Adder/ssh_adder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/SSH_Host_Adder/ssh_adder -------------------------------------------------------------------------------- /SSH_Host_Adder/ssh_adder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/SSH_Host_Adder/ssh_adder.py -------------------------------------------------------------------------------- /SimpleWebpageParser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/SimpleWebpageParser/README.md -------------------------------------------------------------------------------- /SimpleWebpageParser/SimpleWebpageParser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/SimpleWebpageParser/webpage_parser.py -------------------------------------------------------------------------------- /Slideshare-Downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Slideshare-Downloader/slideshare_downloader.py -------------------------------------------------------------------------------- /SmsYourLocation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/SmsYourLocation/README.md -------------------------------------------------------------------------------- /SmsYourLocation/SmsYourLocation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/SmsYourLocation/SmsYourLocation.py -------------------------------------------------------------------------------- /Squid-Proxy-Installer-for-Ubuntu16/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Squid-Proxy-Installer-for-Ubuntu16/README.md -------------------------------------------------------------------------------- /Squid-Proxy-Installer-for-Ubuntu16/Squid_Proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Squid-Proxy-Installer-for-Ubuntu16/Squid_Proxy.py -------------------------------------------------------------------------------- /Steg_Tool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Steg_Tool/README.md -------------------------------------------------------------------------------- /Steg_Tool/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Steg_Tool/image.png -------------------------------------------------------------------------------- /Steg_Tool/secret.txt: -------------------------------------------------------------------------------- 1 | secret -------------------------------------------------------------------------------- /Steg_Tool/steg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Steg_Tool/steg.py -------------------------------------------------------------------------------- /Subtitle-downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Subtitle-downloader/README.md -------------------------------------------------------------------------------- /Subtitle-downloader/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Subtitle-downloader/main.py -------------------------------------------------------------------------------- /Subtitle-downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /TTS_Text_to_Speech_Mp3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/TTS_Text_to_Speech_Mp3/README.md -------------------------------------------------------------------------------- /TTS_Text_to_Speech_Mp3/requirements.txt: -------------------------------------------------------------------------------- 1 | gTTS 2 | -------------------------------------------------------------------------------- /TTS_Text_to_Speech_Mp3/run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/TTS_Text_to_Speech_Mp3/run.py -------------------------------------------------------------------------------- /Take_screenshot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Take_screenshot/screenshot.py -------------------------------------------------------------------------------- /Take_screenshot/test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Take_screenshot/test.png -------------------------------------------------------------------------------- /Tambola_Ticket_Generator/README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Tambola_Ticket_Generator/README.MD -------------------------------------------------------------------------------- /Tambola_Ticket_Generator/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Tambola_Ticket_Generator/main.py -------------------------------------------------------------------------------- /Tambola_Ticket_Generator/requirements.txt: -------------------------------------------------------------------------------- 1 | numpy==1.22.0 2 | tabulate==0.8.7 3 | -------------------------------------------------------------------------------- /Task-Scheduler/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Task-Scheduler/Readme.md -------------------------------------------------------------------------------- /Task-Scheduler/requirements.txt: -------------------------------------------------------------------------------- 1 | pytz==2021.3 2 | -------------------------------------------------------------------------------- /Task-Scheduler/scheduler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Task-Scheduler/scheduler.py -------------------------------------------------------------------------------- /TestMyInternetSpeed/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/TestMyInternetSpeed/README.md -------------------------------------------------------------------------------- /TestMyInternetSpeed/TestMySpeed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/TestMyInternetSpeed/TestMySpeed.py -------------------------------------------------------------------------------- /TestMyInternetSpeed/requirements.txt: -------------------------------------------------------------------------------- 1 | speedtest-cli -------------------------------------------------------------------------------- /TicTacToe_AI_and_2_players/README.md: -------------------------------------------------------------------------------- 1 | author: Omar Sameh 2 | email: o.s.dr.who@gmail.com 3 | no requirments enjoy! -------------------------------------------------------------------------------- /TicTacToe_AI_and_2_players/Requirements.txt: -------------------------------------------------------------------------------- 1 | None! enjoy! -------------------------------------------------------------------------------- /TicTacToe_AI_and_2_players/TicTacToe2players.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/TicTacToe_AI_and_2_players/TicTacToe2players.py -------------------------------------------------------------------------------- /TicTacToe_AI_and_2_players/TicTacToeAI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/TicTacToe_AI_and_2_players/TicTacToeAI.py -------------------------------------------------------------------------------- /TicTacToe_AI_and_2_players/TicTacToeVsAI.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/TicTacToe_AI_and_2_players/TicTacToeVsAI.py -------------------------------------------------------------------------------- /To Do Bot/Procfile: -------------------------------------------------------------------------------- 1 | worker: python bot.py 2 | -------------------------------------------------------------------------------- /To Do Bot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/To Do Bot/README.md -------------------------------------------------------------------------------- /To Do Bot/bot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/To Do Bot/bot.py -------------------------------------------------------------------------------- /To Do Bot/dbhelper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/To Do Bot/dbhelper.py -------------------------------------------------------------------------------- /To Do Bot/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Toonify/README.md -------------------------------------------------------------------------------- /Toonify/toonify-API-1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Toonify/toonify-API-1.py -------------------------------------------------------------------------------- /Toonify/toonify-API-2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Toonify/toonify-API-2.py -------------------------------------------------------------------------------- /Toonify/toonify-opencv.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Toonify/toonify-opencv.py -------------------------------------------------------------------------------- /Top_News/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Top_News/Readme.md -------------------------------------------------------------------------------- /Top_News/coolnews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Top_News/coolnews.py -------------------------------------------------------------------------------- /Top_News/requirements.txt: -------------------------------------------------------------------------------- 1 | requests==2.31.0 2 | bs4==0.0.1 -------------------------------------------------------------------------------- /TranslateCLI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/TranslateCLI/README.md -------------------------------------------------------------------------------- /TranslateCLI/Translate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/TranslateCLI/Translate.py -------------------------------------------------------------------------------- /TranslateCLI/requirements.txt: -------------------------------------------------------------------------------- 1 | googletrans 2 | -------------------------------------------------------------------------------- /Tweets_Tool/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Tweets_Tool/LICENSE -------------------------------------------------------------------------------- /Tweets_Tool/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Tweets_Tool/README.md -------------------------------------------------------------------------------- /Tweets_Tool/Tool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Tweets_Tool/Tool.py -------------------------------------------------------------------------------- /Tweets_Tool/example.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Tweets_Tool/example.csv -------------------------------------------------------------------------------- /Tweets_Tool/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Tweets_Tool/main.py -------------------------------------------------------------------------------- /Tweets_Tool/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Tweets_Tool/requirements.txt -------------------------------------------------------------------------------- /Tweets_Tool/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Tweets_Tool/setup.py -------------------------------------------------------------------------------- /Upload_files_to_s3/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Upload_files_to_s3/README.md -------------------------------------------------------------------------------- /Upload_files_to_s3/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Upload_files_to_s3/requirements.txt -------------------------------------------------------------------------------- /Upload_files_to_s3/upload_files_to_s3.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Upload_files_to_s3/upload_files_to_s3.py -------------------------------------------------------------------------------- /Website-Blocker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Website-Blocker/README.md -------------------------------------------------------------------------------- /Website-Blocker/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Website-Blocker/hosts -------------------------------------------------------------------------------- /Website-Blocker/website_blocker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Website-Blocker/website_blocker.py -------------------------------------------------------------------------------- /Website_Url_Detector/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Website_Url_Detector/README.md -------------------------------------------------------------------------------- /Website_Url_Detector/detect_urls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Website_Url_Detector/detect_urls.py -------------------------------------------------------------------------------- /Website_Url_Detector/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Website_Url_Detector/requirements.txt -------------------------------------------------------------------------------- /Wifi-Password/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Wifi-Password/README.md -------------------------------------------------------------------------------- /Wifi-Password/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Wifi-Password/main.py -------------------------------------------------------------------------------- /Wifi-Password/requirements.txt: -------------------------------------------------------------------------------- 1 | subprocess 2 | -------------------------------------------------------------------------------- /Wikipedia-Search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Wikipedia-Search/README.md -------------------------------------------------------------------------------- /Wikipedia-Search/pywikisearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Wikipedia-Search/pywikisearch.py -------------------------------------------------------------------------------- /Wikipedia-Search/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Wikipedia-Search/requirements.txt -------------------------------------------------------------------------------- /Word-generator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Word-generator/README.md -------------------------------------------------------------------------------- /Word-generator/dictionary.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Word-generator/dictionary.txt -------------------------------------------------------------------------------- /Word-generator/gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Word-generator/gen.py -------------------------------------------------------------------------------- /Word-generator/isEng.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Word-generator/isEng.py -------------------------------------------------------------------------------- /Word_Frequency_Counter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Word_Frequency_Counter/README.md -------------------------------------------------------------------------------- /Word_Frequency_Counter/count_word_freq.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Word_Frequency_Counter/count_word_freq.py -------------------------------------------------------------------------------- /Word_Frequency_Counter/requirements.txt: -------------------------------------------------------------------------------- 1 | argparse 2 | nltk==3.4.5 3 | re 4 | string -------------------------------------------------------------------------------- /Word_Frequency_Counter/test_file.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Word_Frequency_Counter/test_file.txt -------------------------------------------------------------------------------- /Word_Frequency_Counter/test_file_freq_dist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Word_Frequency_Counter/test_file_freq_dist.txt -------------------------------------------------------------------------------- /Work_Log_Generator/README.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/Work_Log_Generator/resources/icone.ico -------------------------------------------------------------------------------- /Work_Log_Generator/resources/loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Work_Log_Generator/resources/loader.gif -------------------------------------------------------------------------------- /Work_Log_Generator/resources/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Work_Log_Generator/resources/save.png -------------------------------------------------------------------------------- /Work_Log_Generator/work_log.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/Work_Log_Generator/work_log.py -------------------------------------------------------------------------------- /X_Scrapper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/X_Scrapper/README.md -------------------------------------------------------------------------------- /X_Scrapper/requirements.txt: -------------------------------------------------------------------------------- 1 | tweepy==4.3.0 2 | -------------------------------------------------------------------------------- /X_Scrapper/x_scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/X_Scrapper/x_scraper.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/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/asymmetric_cryptography/README.md -------------------------------------------------------------------------------- /asymmetric_cryptography/asymmetric.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/asymmetric_cryptography/asymmetric.py -------------------------------------------------------------------------------- /asymmetric_cryptography/requirements.txt: -------------------------------------------------------------------------------- 1 | pycrypto 2 | -------------------------------------------------------------------------------- /automated_calendar/automated_calendar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/automated_calendar/automated_calendar.py -------------------------------------------------------------------------------- /automated_calendar/requirements.txt: -------------------------------------------------------------------------------- 1 | pkg-resources==0.0.0 2 | -------------------------------------------------------------------------------- /automated_email/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/automated_email/README.md -------------------------------------------------------------------------------- /automated_email/automated_email.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/automated_email/automated_email.py -------------------------------------------------------------------------------- /automated_email/requirements.txt: -------------------------------------------------------------------------------- 1 | smtplib 2 | json 3 | -------------------------------------------------------------------------------- /caesar_cipher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/caesar_cipher/README.md -------------------------------------------------------------------------------- /caesar_cipher/caesar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/caesar_cipher/caesar.py -------------------------------------------------------------------------------- /cli_calculator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/cli_calculator/README.md -------------------------------------------------------------------------------- /cli_calculator/calc/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/cli_calculator/calc/__init__.py -------------------------------------------------------------------------------- /cli_calculator/calc/args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/cli_calculator/calc/args.py -------------------------------------------------------------------------------- /cli_calculator/calc/calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/cli_calculator/calc/calc.py -------------------------------------------------------------------------------- /cli_calculator/tests/test_calc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/cli_calculator/tests/test_calc.py -------------------------------------------------------------------------------- /codeforcesChecker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/codeforcesChecker/README.md -------------------------------------------------------------------------------- /codeforcesChecker/checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/codeforcesChecker/checker.py -------------------------------------------------------------------------------- /codeforcesChecker/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/codeforcesChecker/main.py -------------------------------------------------------------------------------- /codeforcesChecker/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/codeforcesChecker/requirements.txt -------------------------------------------------------------------------------- /covid_visualiser/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/covid_visualiser/README.md -------------------------------------------------------------------------------- /covid_visualiser/capital_data.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/covid_visualiser/capital_data.json -------------------------------------------------------------------------------- /covid_visualiser/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/covid_visualiser/main.py -------------------------------------------------------------------------------- /covid_visualiser/map.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/covid_visualiser/map.html -------------------------------------------------------------------------------- /covid_visualiser/requirements.txt: -------------------------------------------------------------------------------- 1 | folium==0.10.1 2 | -------------------------------------------------------------------------------- /csv_to_json/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/csv_to_json/README.md -------------------------------------------------------------------------------- /csv_to_json/convert.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/csv_to_json/convert.py -------------------------------------------------------------------------------- /csv_to_json/img/CLI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/csv_to_json/img/CLI.jpg -------------------------------------------------------------------------------- /csv_to_json/img/after.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/csv_to_json/img/after.jpg -------------------------------------------------------------------------------- /csv_to_json/img/before.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/csv_to_json/img/before.jpg -------------------------------------------------------------------------------- /csv_to_json/requirements.txt: -------------------------------------------------------------------------------- 1 | csv 2 | json -------------------------------------------------------------------------------- /elastic-snapshot/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/elastic-snapshot/README.md -------------------------------------------------------------------------------- /elastic-snapshot/elastic-snapshot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/elastic-snapshot/elastic-snapshot.py -------------------------------------------------------------------------------- /elastic-snapshot/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/elastic-snapshot/requirements.txt -------------------------------------------------------------------------------- /extended_ip_address_info/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/extended_ip_address_info/README.md -------------------------------------------------------------------------------- /extended_ip_address_info/extended_ip_address_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/file-encrypt-decrypt/Pipfile -------------------------------------------------------------------------------- /file-encrypt-decrypt/Pipfile.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/file-encrypt-decrypt/Pipfile.lock -------------------------------------------------------------------------------- /file-encrypt-decrypt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/file-encrypt-decrypt/README.md -------------------------------------------------------------------------------- /file-encrypt-decrypt/crypt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/file-encrypt-decrypt/crypt.py -------------------------------------------------------------------------------- /git_automation/.my_commands.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/git_automation/.my_commands.sh -------------------------------------------------------------------------------- /git_automation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/git_automation/create.py -------------------------------------------------------------------------------- /git_automation/requirements.txt: -------------------------------------------------------------------------------- 1 | selenium 2 | PyGithub 3 | python-dotenv 4 | -------------------------------------------------------------------------------- /google_meet_joiner/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/google_meet_joiner/README.md -------------------------------------------------------------------------------- /google_meet_joiner/assets/finalJoinMeet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/google_meet_joiner/assets/finalJoinMeet.png -------------------------------------------------------------------------------- /google_meet_joiner/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/google_meet_joiner/main.py -------------------------------------------------------------------------------- /google_meet_joiner/meeting_ids.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/google_meet_joiner/meeting_ids.txt -------------------------------------------------------------------------------- /google_meet_joiner/meeting_times.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/google_meet_joiner/meeting_times.txt -------------------------------------------------------------------------------- /google_meet_joiner/requirements.txt: -------------------------------------------------------------------------------- 1 | PyAutoGUI==0.9.53 2 | schedule==1.1.0 -------------------------------------------------------------------------------- /imageWatermarker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/imageWatermarker/README.md -------------------------------------------------------------------------------- /imageWatermarker/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/imageWatermarker/main.py -------------------------------------------------------------------------------- /imageWatermarker/requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow==10.2.0 2 | -------------------------------------------------------------------------------- /images2pdf/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/images2pdf/README.md -------------------------------------------------------------------------------- /images2pdf/imges2pdf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/images2pdf/imges2pdf.py -------------------------------------------------------------------------------- /images2pdf/requirements.txt: -------------------------------------------------------------------------------- 1 | Pillow 2 | fpdf 3 | -------------------------------------------------------------------------------- /imdb_episode_ratings/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/imdb_episode_ratings/README.md -------------------------------------------------------------------------------- /imdb_episode_ratings/scraper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/imdb_episode_ratings/scraper.py -------------------------------------------------------------------------------- /insta_video_downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/insta_video_downloader/README.md -------------------------------------------------------------------------------- /insta_video_downloader/instavideo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/insta_video_downloader/instavideo.py -------------------------------------------------------------------------------- /insta_video_downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /ipaddress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/ipaddress/README.md -------------------------------------------------------------------------------- /ipaddress/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/ipaddress/main.py -------------------------------------------------------------------------------- /ipaddress/requirments.txt: -------------------------------------------------------------------------------- 1 | requests 2 | -------------------------------------------------------------------------------- /json-to-yaml/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/json-to-yaml/Readme.md -------------------------------------------------------------------------------- /json-to-yaml/example.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/json-to-yaml/example.json -------------------------------------------------------------------------------- /json-to-yaml/json2yaml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/json-to-yaml/json2yaml.py -------------------------------------------------------------------------------- /json-to-yaml/output.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/json-to-yaml/output.yaml -------------------------------------------------------------------------------- /json-to-yaml/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/json-to-yaml/requirements.txt -------------------------------------------------------------------------------- /logpye_log4j_search/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/logpye_log4j_search/README.md -------------------------------------------------------------------------------- /logpye_log4j_search/logpye.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/logpye_log4j_search/logpye.py -------------------------------------------------------------------------------- /logpye_log4j_search/screenshot/help.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/logpye_log4j_search/screenshot/help.png -------------------------------------------------------------------------------- /mailing/README.md: -------------------------------------------------------------------------------- 1 | For linux/unix users : 2 | 3 | File Link 4 | -------------------------------------------------------------------------------- /mailing/gmail_messenger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/mailing/gmail_messenger.py -------------------------------------------------------------------------------- /medium_article_downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/medium_article_downloader/README.md -------------------------------------------------------------------------------- /medium_article_downloader/helpers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/medium_article_downloader/helpers.py -------------------------------------------------------------------------------- /medium_article_downloader/medium.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/medium_article_downloader/medium.py -------------------------------------------------------------------------------- /medium_article_downloader/requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | bs4 -------------------------------------------------------------------------------- /py_based_music_player/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/README.md -------------------------------------------------------------------------------- /py_based_music_player/css/main/music.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/css/main/music.css -------------------------------------------------------------------------------- /py_based_music_player/css/main/sidebar.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/css/main/sidebar.css -------------------------------------------------------------------------------- /py_based_music_player/css/outside/all.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/css/outside/all.min.css -------------------------------------------------------------------------------- /py_based_music_player/css/webfonts/css2.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/css/webfonts/css2.css -------------------------------------------------------------------------------- /py_based_music_player/css/webfonts/fa-solid-900.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/css/webfonts/fa-solid-900.ttf -------------------------------------------------------------------------------- /py_based_music_player/css/webfonts/fa-solid-900.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/css/webfonts/fa-solid-900.woff -------------------------------------------------------------------------------- /py_based_music_player/css/webfonts/fa-solid-900.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/css/webfonts/fa-solid-900.woff2 -------------------------------------------------------------------------------- /py_based_music_player/css/webfonts/lato.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/css/webfonts/lato.css -------------------------------------------------------------------------------- /py_based_music_player/js/main/music.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/js/main/music.js -------------------------------------------------------------------------------- /py_based_music_player/js/main/music_list.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/js/main/music_list.js -------------------------------------------------------------------------------- /py_based_music_player/js/main/sidebar.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/js/main/sidebar.js -------------------------------------------------------------------------------- /py_based_music_player/js/outside/fa.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/js/outside/fa.js -------------------------------------------------------------------------------- /py_based_music_player/js/outside/jquery-3.6.1.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/js/outside/jquery-3.6.1.min.js -------------------------------------------------------------------------------- /py_based_music_player/music.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/music.html -------------------------------------------------------------------------------- /py_based_music_player/py_based_music_player.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/py_based_music_player/py_based_music_player.py -------------------------------------------------------------------------------- /send_sqs_messages_in_parallel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/send_sqs_messages_in_parallel/send_to_sqs.py -------------------------------------------------------------------------------- /send_whatsapp_message/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/send_whatsapp_message/whatsapp-message.py -------------------------------------------------------------------------------- /signature2png/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/signature2png/README.md -------------------------------------------------------------------------------- /signature2png/imgs/example.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/signature2png/imgs/example.jpg -------------------------------------------------------------------------------- /signature2png/imgs/result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/signature2png/imgs/result.png -------------------------------------------------------------------------------- /signature2png/signature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/signature2png/signature.py -------------------------------------------------------------------------------- /speak_like_yoda/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/speak_like_yoda/speak_like_yoda.py -------------------------------------------------------------------------------- /spotify_downloader/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/spotify_downloader/spotify.py -------------------------------------------------------------------------------- /sudoku-solver/app.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/sudoku-solver/app.py -------------------------------------------------------------------------------- /sudoku-solver/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/sudoku-solver/sudoku_solver/solver.py -------------------------------------------------------------------------------- /url_shortener/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/url_shortener/README.md -------------------------------------------------------------------------------- /url_shortener/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/url_shortener/requirements.txt -------------------------------------------------------------------------------- /url_shortener/url_shortener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/url_shortener/url_shortener.py -------------------------------------------------------------------------------- /vigenere_cipher/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/vigenere_cipher/README.md -------------------------------------------------------------------------------- /vigenere_cipher/vigenere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/vigenere_cipher/vigenere.py -------------------------------------------------------------------------------- /yts_torrents/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/yts_torrents/README.md -------------------------------------------------------------------------------- /yts_torrents/linkdowload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/yts_torrents/linkdowload.py -------------------------------------------------------------------------------- /yts_torrents/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/yts_torrents/requirements.txt -------------------------------------------------------------------------------- /yts_torrents/yts_am_api.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/yts_torrents/yts_am_api.py -------------------------------------------------------------------------------- /zabbix_api/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/zabbix_api/README.md -------------------------------------------------------------------------------- /zabbix_api/dailyAlertMail.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/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/hastagAB/Awesome-Python-Scripts/HEAD/zabbix_api/templates/email_template.html -------------------------------------------------------------------------------- /zip_password_cracker/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/zip_password_cracker/README.md -------------------------------------------------------------------------------- /zip_password_cracker/setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hastagAB/Awesome-Python-Scripts/HEAD/zip_password_cracker/setup.py --------------------------------------------------------------------------------