# pythonTools **Repository Path**: youmisum/pythonTools ## Basic Information - **Project Name**: pythonTools - **Description**: some python tools maybe useful for you - **Primary Language**: Python - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-26 - **Last Updated**: 2022-11-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ``` file: youmitools.py fun: 1. paramcheck check the function parameter 2. deserted delete function you don't need 3. muti_for_simula generate a list of indexes ``` create a new repository on the command line ``` echo "# pythonTools" >> README.md git init git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/YoumiSum/pythonTools.git git push -u origin main ``` push an existing repository from the command line ``` git remote add origin https://github.com/YoumiSum/pythonTools.git git branch -M main git push -u origin main ```