Metadata-Version: 2.4
Name: mangomgr
Version: 0.1.0
Summary: A lightweight local code manager.
Author: Lasagna Mycloset
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

mangomgr is like "git" and it works on `Tkinter`, it is very simple



\##How to download via \*\*shell\*\*  \*\*ΓÜá∩╕Å INSURE NO TYPOS\*\*

`pip install mangomgr`



\##License

Mit license means do whatever you want with it



\##How to use it

very simple just:

```

import mangomgr as mgr # mgr alias (optional)

mgr.main() #only this

```



\## how to use



* Create repository button: Create repositores with names and you can save code version inside the repositories
* Commit button: A button to add code versions to your repositoru
* View repositores button: View repositores' code and versions
* Delete button: Delete entire repositories
