Metadata-Version: 2.1
Name: overpython
Version: 1.1.0
Summary: A pointless package designed to overcomplicate Python
Home-page: https://github.com/host12prog/overpython/
Author: supernova
Author-email: tomfleetwitter@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# overpython
Overcomplicated Python. Kinda pointless.
I got bored, so I made this pointless project.

Aside from overcomplicating Python, it also adds a few new functions such as newFile() and printnl().
There are a few things that completely defeat the purpose of overcomplicating Python, such as `from overpython import *`
# Installation
There's no official PyPi package right now. So just do the following:
  1. Download overpython as a zip file.
  2. Put overpython.py in a folder.
  3. Type `import overpython` as the first line
  4. Enjoy your abomination!
# Example code
```python
import overpython

calculation = overpython.add(420, 69)
overpython.println("Hello my habibi " + str(calculation))
overpython.pause()
```
Output:
```
Hello my habibi 489
Press the ENTER key to exit...
```

