Giter Club home page Giter Club logo

Comments (3)

cisar2218 avatar cisar2218 commented on September 25, 2024

Issue with original name

is that a - character is not allowed. So import anything-anything for example is not allowed. Module names should follow this naming rules (official coding style advice for python):

Modules should have short, all-lowercase names. Underscores can be used in the module name if it improves readability. Python packages should also have short, all-lowercase names, although the use of underscores is discouraged.

Technical rules for naming of modules are identical as rules for naming variables: they must start with either a letter or an underscore and then be composed entirely of letters, digits, and/or underscores.

Names i considered:

Maybe we should consider a completely new name?

How I came with thumb-py (associations)

  • thumbnail, image, 3D printer, inserting, view, gcode, ...

from thumby.

roman-dvorak avatar roman-dvorak commented on September 25, 2024

The name should be more descriptive. I don't know (from name) what thumby or thumb-py does.

Especially if an executable application will be created for this.

I would suggest something like gcode_img_inserter, gcode_prew, img_inserter, gcode_thumb. Or maybe something in the style of gprew, gprewpy.

Having short names is good point. But it must not cause the name to be insufficiently descriptive.

from thumby.

cisar2218 avatar cisar2218 commented on September 25, 2024

Executable script has name gcode_img_inserter.py right now.

I suggest gcode_thumbnailer for the library because I feel like its descriptive and quite short at the same time. Is there any alternative that you prefer over my suggestion or should I change it?

from thumby.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.