Skip to content

NarmakTwo/PyTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PyTools

A Way to Use Python, Easier.

How to Install

Just copy this code, then make a new file in your project directory called PyTools.py, then paste the code in that file, then copy and paste the code below into the top of your file:

import PyTools
tools = PyTools.tools()

List of Functions

tools.file

scan()
append()
overwrite()
read()
create()
check()
delete()
chdir()
lsdir()
ls()

tools.string

chop()
listToString()
string()

tools.console

warn()
comment()
print()
pcw()
newline()
clear()
wue()

Look here to find out how to use the functions.

About

A Way to Use Python, Easier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages