본문 바로가기

카테고리 없음

introduction

introduction

introduction

look, It's info file also option file that make TaxModule

 


[ Example ] ( 1 )

#TaxLibFW/demo/alpha.x
tm><demo><alpha><1

[ Example ] ( 2 )

#TaxLibFW/demo/alpha.x
tm><demo><alpha><True

 

Actually It's Same SourseCode

(#~~ is just file name.., don't use that in real sourse code)

This code is split by '><', Oh... It Looks Cute!!


It may seem difficult to understand, because It's test Version.... haha;;


 

tm><demo><alpha><True

tm meens TaxModule, Tax0787 Moudle make mode!


tm><demo><alpha><True

I'll tell you that means about demo, alpha and True


 

tm><demo><alpha><True

demo's meens directory path (a project polder kek)

Wow E------------zey!


and...

tm><demo><alpha><True

alpha's meens module's name (project name)

hmm! E-zey!

 


tm><demo><alpha><True

True's meens "add python file that doing 'make Auto(Actually if execute this .py file doing) compile python sourse code file to pyc binarry python bytecode sourse code file' (makes be faster haha;;) (Python too slow, truthly I can't feels it make it fast..., I might be use c to cython....)"

so It's add the commpileing python files


 



yeah.., then look this!

#TaxLibFW/demo/alpha.scripter
def helloworld():
    print('me : hello world')
main:
    helloworld()
    print('world :',dirs())

oh..., what is "main" syntax in python....

As you know that I told you last part (my idea)

It's make for syntax to short  (mecro)

It's make this

#TaxLibFW/demo/alpha.py
from pkg import *
def helloworld():
    print('me : hello world')
def main():
    helloworld()
    print('world :',dirs())

if __name__=="__main__":main()

haha LoL


 

NOTE : look at the files, I'll tell you why It's good.

 


how about this?

from os import system
web=webbrowser,open
wait=time,sleep
json=json,load
shell=os,system
cd=os,chdir
md=os,mkdir
rd=os,rmdir
delet=os,remove
dirs=os,listdir
root=os,getcwd
exe=PyInstaller/__main__,run
Pyramiter=sys,argv
더보기
shell=os,system

hmm......, It's a comma...,

os,system

this means

from os import system

더보기

 

PyInstaller/__main__...? It's path......

exe=PyInstaller/__main__,run

hmm... It's..... path that...... Package


더보기
cd=os,chdir

what is "="?

It might be means.... like....

cd = from os import chdir

yeah.,,,

from os import chdir as cd

yeah, It is!

this means

from webbrowser import open as web
from time import sleep as wait
from json import load as json
from os import system as shell
from os import chdir as cd
from os import mkdir as md
from os import rmdir as rd
from os import remove as delet
from os import listdir as dirs
from os import getcwd as root
from PyInstaller.__main__ import run as exe
from sys import argv as Pyramiter

wow

" data-ke-type="html">
<>HTML 삽입
미리보기할 수 없는 소스
더보기

참고, HTML 특수 소스코드 (웬만해선 위그지그방식인 티스토리로 프론트엔드 하는것이 빠르게 포멧을 만들어요 ㅎ)

<html lang="ko">
<body>
<style>
.styled {
    border: 0;
    line-height: 2.5;
    padding: 0 20px;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #000;
    border-radius: 10px;
    background-color: rgba(220, 0, 0, 1);
    background-image: linear-gradient(to top left,
                                      rgba(0, 0, 0, .2),
                                      rgba(0, 0, 0, .2) 30%,
                                      rgba(0, 0, 0, 0));
    box-shadow: inset 2px 2px 3px rgba(255, 255, 255, .6),
                inset -2px -2px 3px rgba(0, 0, 0, .6);
}

.styled:hover {
    background-color: rgba(255, 0, 0, 1);
}

.styled:active {
    box-shadow: inset -2px -2px 3px rgba(255, 255, 255, .6),
                inset 2px 2px 3px rgba(0, 0, 0, .6);
}
</style>
<button class="favorite styled"
        type="button"
        onclick = "location.href = 'https://tax0787.github.io/TaxLibFW/' ">
    메인 화면으로 돌아가기
</button>
<button class="favorite styled"
        type="button"
        onclick = "location.href = 'https://taxos.tistory.com/entry/Subtract-TaxLibFW' ">
    이전
</button>
<button class="favorite styled"
        type="button"
        onclick = "location.href = 'https://taxos.tistory.com/entry/404' ">
    이후
</button>
</ody>
</html>