Skip to content

ceeGull/Gull-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 

Repository files navigation

 __                     ___  __              ___       __   __
/ _` |  | |    |       |__  |__)  /\   |\/| |__  |  | /  \ |__) |__/   / -- --
\__> \__/ |___ |___    |    |  \ /~~\  |  | |___ |/\| \__/ |  \ |  \  /    ______
                                                    Version: 1.017

The Framework that makes python faster to code

Hello world Example

Normal Python

print("Hello, World")

Gull Framework

p("Hello, World")

making a print box in normal Python

print(" --------------\n| Hello, Gull! |\n --------------")

making a print box in the Gull Framework

makeBox("Hello, Gull!")

Documentation is also in the code itself

Usage in my code

It's free to use for now

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages