Skip to main content

A collection of useful python programs.

Project description

Python-Charmers

header PyPI version GitHub version Python package Upload Python Package license

A collection of useful python programs.

Installation

  1. Install Python-Charmers (There are two ways to install):
    • Install from PyPI (recommended):
      $ sudo pip install Python-Charmers
      
    • Alternatively: install PyGuitar from the GitHub source:
      $ git clone https://github.com/iwasakishuto/Python-Charmers.git
      $ cd Python-Charmers
      $ sudo python setup.py install
      
  2. Install driver for selenium: Selenium requires a driver to interface with the chosen browser, so please visit the documentation to install it.
    # Example: Chrome
    # visit "chrome://settings/help" to check your chrome version.
    # visit "https://chromedriver.chromium.org/downloads" to check <Suitable.Driver.Version> for your chrome.
    $ wget https://chromedriver.storage.googleapis.com/<Suitable.Driver.Version>/chromedriver_mac64.zip
    $ unzip chromedriver_mac64.zip
    $ mv chromedriver /usr/local/bin/chromedriver
    $ chmod +x /usr/local/bin/chromedriver
    

Pyenv + Poetry

  • Pyenv is a python installation manager.
  • Poetry is a packaging and dependency manager.

I recommend you to use these tools to avoid the chaos of the python environment. See other sites for how to install these tools.

$ pyenv install 3.8.9
$ pyenv local 3.8.9
$ python -V
Python 3.8.9
$ poetry install 
$ poetry run pycharmers-show
$ poetry run book2img

CLI

CLI is a command line program that accepts text input to execute operating system functions.

command description
book2img Convert Book into Sequential Images.
cv-cascades Control the OpenCV cascade Examples.
cv-paper-scanner Paper Scanner using OpenCV.
cv-pencil-sketch Convert the image like a pencil drawing.
cv-window Use :meth:cvWindow <pycharmers.opencv.windows.cvWindow> to control frames.
lyricVideo Create a lyric Video.
form-auto-fill-in Auto fill in your form using your saved information (or answer on the spot).
openBrowser Display url using the default browser.
pdfmine Analyze PDF and extract various elements.
regexp-replacement String replacement in a file using regular expression
render-template Render templates.
requirements-create Create a requirements.text
pycharmers-show Show all Python-Charmers's command line programs.
tweetile Divide one image into three so that you can tweet beautifully.
video2gif Convert Video into Gif.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Python-Charmers-0.1.0.tar.gz (171.0 kB view hashes)

Uploaded Source

Built Distribution

Python_Charmers-0.1.0-py3-none-any.whl (181.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page