These are python scripts I have created, modified or used. Some scripts are for fun, while others have valuable use in production.
There's now 164 python files in this repo.
Script | DocString |
---|---|
setup.py | No docstring provided. |
cb_scripts/nums_square_cube.py | Squares and Cubes for a range of numbers. |
cb_scripts/remove_common_words.py | Remove common words from text. |
cb_scripts/swapi.py | Python Generator - Crawl Star Wars API (swapi.io). |
cb_scripts/demo/aiohttp_demo.py | Demo of aiohttp package. |
cb_scripts/demo/difflib_demo.py | Example of difflib. |
cb_scripts/demo/async_hello_world.py | Hello, world. example using asyncio. |
cb_scripts/demo/__init__.py | No docstring provided. |
cb_scripts/demo/turtle_demo.py | Demo of the turtule module. |
cb_scripts/demo/asyncio_demo_2.py | Asyncio demo finding next prime numbers for a list. |
cb_scripts/demo/abc_demo.py | Abstract Base Class (ABC) testing. |
cb_scripts/demo/singledispatch_demo.py | Sample of functools.singledispatch. |
cb_scripts/demo/asyncio_demo.py | Demo on asyncio. |
cb_scripts/demo/itertools_demo.py | Itertools demo. |
cb_scripts/demo/car.py | Car class. |
cb_scripts/demo/monkey_patching.py | Monkey Patching - dynamically modify a class or module at runtime. |
cb_scripts/demo/hello_asyncio.py | Hello, World! Asyncio demo. |
cb_scripts/demo/shelve_.py | Shelve demo. |
cb_scripts/demo/multiprocessing_demo.py | multiprocessing demo. |
cb_scripts/prime_factorization.py | Prime Factorization. |
cb_scripts/remove_pyc.py | Search and remove pyc files. |
cb_scripts/crawl.py | Crawler. |
cb_scripts/basic_logging.py | Basic Logging template. |
cb_scripts/collatz_conjecture.py | Collatz Conjecture. |
cb_scripts/replace_x.py | Replace all code letters with X. |
cb_scripts/action_verb.py | Action Verbs. |
cb_scripts/date_info.py | Number of days from/until start/end of the month. |
cb_scripts/sort_clipboard_subprocess.py | Sort clipboard using subprocess module. |
cb_scripts/fizz_buzz.py | FizzBuzz Test. |
cb_scripts/fake_text.py | Fake text generator. |
cb_scripts/programming_quotes.py | Programming Quotes. |
cb_scripts/qb_rating.py | NFL Quarterback Rating. |
cb_scripts/binary_search.py | Binary Search Algorithm implmentation. |
cb_scripts/dict_utils.py | Dictonary Utils. |
cb_scripts/unlock.py | Unlock code. |
cb_scripts/roll_dice.py | Roll a die. |
cb_scripts/site_checker.py | Site Checker. |
cb_scripts/find_local_ips.py | Find all local ip addresses in an ip network. |
cb_scripts/delta_date.py | Return the delta of the current date. |
cb_scripts/flatten.py | Flatten iterable. |
cb_scripts/youtube.py | YouTube utilities. |
cb_scripts/ad/account_expiration.py | Account Expiration |
cb_scripts/latest_python_version.py | Get the latest version number of Python. |
cb_scripts/readme.py | Generate the README.md file a repo. |
cb_scripts/windows_idletime.py | Windows Idletime - move mouse on idle time. |
cb_scripts/coin_flip.py | Coin Flip. |
cb_scripts/nameo/caller.py | Bingo caller. |
cb_scripts/nameo/drum.py | Bingo Drum class. |
cb_scripts/nameo/ball.py | Bingo ball class. |
cb_scripts/nameo/app.py | No docstring provided. |
cb_scripts/nameo/main.py | Nameo main. |
cb_scripts/nameo/bingo_card.py | Bingo card generator. |
cb_scripts/useful_information.py | Useful Information. |
cb_scripts/html_download.py | Download HTML page using standard library. |
cb_scripts/url_shortener.py | Shorten URLs using TinyURL. |
cb_scripts/ifttt/__init__.py | No docstring provided. |
cb_scripts/ifttt/ifttt_event_trigger.py | IFTTT Maker Webhooks event trigger. |
cb_scripts/circles.py | No docstring provided. |
cb_scripts/time_zone.py | Time Zone - Resolve what time is it? |
cb_scripts/iTunes.py | Python Script to get the Track, Artist and Album from iTunes. |
cb_scripts/traffic_light.py | Traffic light simulation. |
cb_scripts/images/convert.py | Convert an image using Pillow. |
cb_scripts/bored.py | Bored - Suggest an activity with boredapi.com. |
cb_scripts/article_fetcher.py | Get Articles from website urls. |
cb_scripts/external_ip.py | External IP - using requests, get the extrenal IP Address. |
cb_scripts/bst.py | Binary Search Tree. |
cb_scripts/home_dir.py | Home directory. |
cb_scripts/leap_year.py | Leap Year tester. |
cb_scripts/weather_forecast/__init__.py | Weather from OpenWeatherMap. |
cb_scripts/useful_commands.py | Useful commands. |
cb_scripts/baseball/batter.py | No docstring provided. |
cb_scripts/baseball/__init__.py | No docstring provided. |
cb_scripts/baseball/pitcher.py | No docstring provided. |
cb_scripts/baseball/player.py | No docstring provided. |
cb_scripts/words_per_minute.py | Calculate the words per minute of text. |
cb_scripts/clock.py | Simple clock using tkinter. |
cb_scripts/hour_chime.py | Play sound file at the top of every hour. |
cb_scripts/print_months.py | Print the calendars for last, this, and next |
cb_scripts/md_list_maker.py | Markdown list maker. |
cb_scripts/latest_python_download.py | Download latest Python from FTP site. |
cb_scripts/cipher/aes_cipher.py | AES encryption using PyCrypto. |
cb_scripts/cipher/cipher.py | Cipher for encryption/decryption. |
cb_scripts/cipher/rotational_cipher.py | Rotational Cipher. |
cb_scripts/cipher/reckon.py | Reckon - simple substitution cipher. |
cb_scripts/nyj_live_score.py | Get the New York Jets schedule and scores of a season from NFL.com. |
cb_scripts/weather.py | Weather from weather.gov. |
cb_scripts/envvars.py | Environment Variables. |
cb_scripts/virtualenv_env_requirements.py | List Virtual Environment Python versions. |
cb_scripts/weekday_wrapper.py | Useful Weekday wrappers. |
cb_scripts/lyrics.py | How does it go? - Lyrics scraper. |
cb_scripts/__init__.py | No docstring provided. |
cb_scripts/fantasy_matchup_week.py | Week number matchups for Fantasy Baseball. |
cb_scripts/print_file_contents.py | Print file contents. |
cb_scripts/ping_scan.py | Ping Scan |
cb_scripts/game_on.py | Game on. |
cb_scripts/fantasy_keepers.py | Get Fantasy Baseball Keepers from years past. |
cb_scripts/sitstand.py | Script to tell me to Sitdown and Standup throughout the day. |
cb_scripts/clipboard_history.py | Clipboard History. |
cb_scripts/rock_paper_scissors.py | Rock, Paper, scissors. |
cb_scripts/http_server.py | Python Http server ("Hello, World!"). |
cb_scripts/dug_dice.py | Dug Dice. |
cb_scripts/what_next.py | What next? |
cb_scripts/city_times/__init__.py | No docstring provided. |
cb_scripts/city_times/app.py | No docstring provided. |
cb_scripts/lock_screen.py | Lock the Screen. |
cb_scripts/wordle_starter.py | Wordle word starter. |
cb_scripts/biggest_file.py | Find Biggest file. |
cb_scripts/indenter.py | Indentor using context manager. |
cb_scripts/packtpub_free_learning.py | Packt Free Learning book. |
cb_scripts/meaning.py | Look up the meaning of a word. |
cb_scripts/mouse_mover.py | Mouse Mover. |
cb_scripts/tw.py | Wrapper for textwrap module. |
cb_scripts/breathe.py | Rhythmic breathing. |
cb_scripts/location.py | Location data based on External IP address. |
cb_scripts/five_oclock_whistle.py | Five O'clock Whistle. |
cb_scripts/find_all_links.py | Find all links from url. |
cb_scripts/random_name.py | Random Name - Generate a random name. |
cb_scripts/divisors.py | Divisors: Find all the divisors of a number. |
cb_scripts/html_decorators.py | HTML Decorators Example. |
cb_scripts/db_template.py | SQLite3 database creation. |
cb_scripts/sorting/merge_sort.py | Merge Sort. |
cb_scripts/sorting/insertion_sort.py | Insertion Sort. |
cb_scripts/sorting/bubble_sort.py | Bubble Sort. |
cb_scripts/monty_hall.py | Monty Hall Game. |
cb_scripts/n_digit_pi.py | Find Pi to the nth digit. |
cb_scripts/fake_names_addresses.py | Fake Names and addresses. |
cb_scripts/today_holiday.py | Today Holiday? |
cb_scripts/salutation.py | Salutation. |
cb_scripts/case.py | Switch variable case. |
cb_scripts/make_gif.py | Create gif from directory. |
cb_scripts/find_files.py | Find all files matching a pattern. |
cb_scripts/timetogo.py | Time to go. |
cb_scripts/random_password_gen.py | Class based random password generator. Uses string, random, sys modules. |
cb_scripts/time_since.py | Time since a given date. |
cb_scripts/correct_mistakes.py | Digital Mistakes kata. |
cb_scripts/next_prime_number.py | Next Prime Number. |
cb_scripts/superbowl_numbers.py | Get the numbers for the superbowl box pools. |
cb_scripts/sort_clipboard.py | Sort Clipboard using pyperclip. |
cb_scripts/screenshot.py | Take a Screenshot. |
cb_scripts/isogram.py | Isogram - determine if a word is an isogram. |
cb_scripts/word_count.py | Count words and the three most common ones. |
cb_scripts/logging_example.py | logging example. |
cb_scripts/distinct_file_finder.py | Distinct Files in directory. |
cb_scripts/execution_time.py | Execution Time. |
cb_scripts/list_virtualenvs.py | List all virtualenvs. |
cb_scripts/dev_utils.py | Collection of Utilities. |
cb_scripts/itertools_recipes.py | Itertools Recipes. |
cb_scripts/mta_service.py | Python Script to get the status of MTA Service. |
cb_scripts/move_folder_files.py | Move files to another folder. |
cb_scripts/fibonacci.py | Fibonacci. |
cb_scripts/two_sum.py | Two Sums. |
cb_scripts/list_modules.py | List modules used in Python files. |
cb_scripts/latest_python_FTP_version.py | Get the latest stable version number of Python from FTP site. |
cb_scripts/random_quote.py | Random Quote: Pick a Quote at random from a text file. |
cb_scripts/inquisitor.py | List file type info. |
cb_scripts/sieve_of_eratosthenes.py | Sieve of Eratosthenes. |
cb_scripts/rain.py | Rain. Tell if rain is in forecast. |
cb_scripts/arrange_files.py | Arrange Files - File organizer. |
cb_scripts/coffee_repo_master.py | Create Coffee-Repo Master list. |
cb_scripts/csv_to_json.py | Convert CSV file to JSON file. |
cb_scripts/internet_test.py | Internet working. |
cb_scripts/default_pw_generator.py | Default initial password generator. |
cb_scripts/coffee_repo_archive.py | Archive Coffee-Repo list in README.md. |
cb_scripts/uplink/github.py | GitHub consumer using uplink package. |