Metadata-Version: 2.1
Name: skippy-pad
Version: 1.2.7
Summary: Simple. Comfortable. Powerful. notepad for www.scpwiki.com.
Home-page: https://github.com/skippy-dev/skippy/
Author: MrNereof
Author-email: mrnereof@gmail.com
License: GPLv3
Keywords: scp,wikidot,pyscp,skippy
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pypresence (==4.2.0)
Requires-Dist: requests (==2.25.1)
Requires-Dist: prettytable (==2.0.0)
Requires-Dist: pyscp (==1.1.19)
Requires-Dist: PyQt5 (==5.15.5)
Requires-Dist: toml (==0.10.2)
Provides-Extra: ftml
Requires-Dist: PyQtWebEngine (==5.15.5) ; extra == 'ftml'
Requires-Dist: pyftml (==0.1.2) ; extra == 'ftml'
Provides-Extra: preview
Requires-Dist: PyQtWebEngine (==5.15.5) ; extra == 'preview'

<p align="center">
  <img src="https://raw.githubusercontent.com/skippy-dev/skippy/main/img/skippy.svg" alt="skippy">
</p>

<p align="center">
  <a href="https://www.python.org/"><img src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg"></a>
  <a href="https://pypi.python.org/pypi/skippy-pad/"><img src="https://img.shields.io/pypi/l/skippy-pad.svg"></a>
  <a href="https://pypi.python.org/pypi/skippy-pad/"><img src="https://img.shields.io/pypi/v/skippy-pad.svg"></a>
  <a href="https://pypi.python.org/pypi/skippy-pad/"><img src="https://img.shields.io/pypi/pyversions/skippy-pad.svg"></a>
  <a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg"></a>
  <a href="https://GitHub.com/skippy-dev/skippy/"><img src="https://img.shields.io/github/downloads/skippy-dev/skippy/total.svg"></a>
</p>

<p align="center">
  <a href="https://discord.gg/jQgWsT2umu"><img src="https://img.shields.io/discord/836620906755129386.svg?label=Discord&logo=Discord&colorB=008aff&style=for-the-badge"></a>
</p>

<p align="center">
  <a href="https://GitHub.com/MrNereof/"><img src="http://ForTheBadge.com/images/badges/built-with-love.svg"></a>
</p>

<h3 align="center">
Skippy - Simple. Comfortable. Powerful. notepad for www.scpwiki.com
</h3>

<h2>
Installation
</h2>

If you have Python 3.7 or later you can install Skippy using pip:

```
$ python -m pip install skippy-pad
```

Also, if you haven't Python you can install compiled Skippy through <a href="https://github.com/skippy-dev/skippy/releases">Github releases</a>.

<h2>
Usage
</h2>

If you install Skippy through pip you can open console and write:

```
$ python -m skippy
```

<h2>
Features
</h2>

* Powerful functional
* Full preview
* Uploading pages with title, source, tags and files in one click
* Downloading pages with all data
* Easy to use plugin system
* Support all wikidot sites
* Autoupdating system
* Multi language interface
* Advanced autocomplete, suggestion and syntax engine to the Wikidot syntax
* and many other features!

<h2>
Screenshots
</h2>

<h3>
White theme
</h3>

<img src="https://raw.githubusercontent.com/skippy-dev/skippy/main/img/white.png">

<h3>
Black theme
</h3>

<img src="https://raw.githubusercontent.com/skippy-dev/skippy/main/img/black.png">

<h2>
Bugs/Requests
</h2>

Please use the <a href="https://github.com/skippy-dev/skippy/issues">GitHub issue tracker</a> to submit bugs or request features.

<h2>
Author
</h2>

* <a href="https://github.com/MrNereof">MrNereof</a> - owner of Skippy.
* <a href="http://www.wikidot.com/user:info/the-great-hippo">The Great Hippo</a> - original creator <a href="http://scpwiki.com/your-very-first-scp">Skippy as a character</a>.

<h2>
Donating
</h2>

* Buy me a coffee:

<a href="https://www.buymeacoffee.com/mrnereof" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

* Cryptocurrencies:
  * Binance Smart Chain (BSC) - 0x581cc7acbe921b1fa9fccbbfe008c86f68bc097d (BTC, ETH, DOGE and etc.)

## Sponsors

Skippy would like to thank the following organizations for graciously permitting us to use their services for free:

* [JetBrains](https://www.jetbrains.com/pycharm/) ([info](https://www.jetbrains.com/community/opensource/#support))

<h2>
License
</h2>

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt.


