Skip to main content

A small package for games and file maintenance

Project description

What is this?

Linq.py is a simple py engine used mostly for file writing and as a game engine. It is not intended for commercial use but for personal use.

Commands

Fs

fs.write(content, path, filename)

This will write the content to a file specified in the path!

fs.read(path, log)

This will read from the specified path + file (./data/test.txt) and will print it if the log is True.

For printing single content: fs.read(path, True)

Output: Hey (example)

For printing with own words:

fs.read(path, 'i said') Output: I said Hey!

Game (NOT DONE YET)

Player

Player.setusername(name)

This will write the users name to a Data folder

Player.username()

This will print the players username

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Linq.py-0.0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

Linq.py-0.0.1-py3-none-any.whl (2.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page