Git Product home page Git Product logo

fastcopy's Introduction

Fast Copy

시연

소개

Easy Copy는 사용자가 지정한 항목들을 빠르고 정확하게 복사하는 프로그램입니다.
Python언어로 제공되며, 최대 8개의 항목을 지정할 수 있습니다.

사용방법

  • 소스코드를 사용 목적에 따라 수정합니다.
class main:
    def __init__(self):
        self.select1 = ['CD001002', '웹 프로그래밍']
        self.select2 = ['복사할항목1', '설명1']
        self.select3 = ['복사할항목2', '설명2']
        self.select4 = ['복사할항목3', '설명3']
        self.select5 = ['복사할항목4', '설명4']
        self.select6 = ['복사할항목5', '설명5']
        self.select7 = ['복사할항목6', '설명6']
        self.select8 = ['복사할항목7', '설명7']
  • select리스트의 첫번째가 복사할 내용, 두번째가 설명입니다.

  • Copy!! 버튼을 누르면 내용이 복사되며, 해당항목이 강조됩니다.

  • 파이썬 개발환경이 구축되지 않은 다른 컴퓨터에서 사용 시
    pyinstaller모듈을 사용해 실행파일로 Export하여 사용하는것을 권장합니다.

fastcopy's People

Contributors

seol-jy avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

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.