D0rganizer Code
Program to manage data and information
Status: Pre-Alpha
Brought to you by:
rchenwh1te
File | Date | Author | Commit |
---|---|---|---|
.idea | 2020-11-21 |
![]() |
[53cb69] Initial commit |
content | 2020-11-24 |
![]() |
[207806] Compiled version released |
data | 2020-11-24 |
![]() |
[a48ac8] Compiled version released |
modules | 2020-11-24 |
![]() |
[207806] Compiled version released |
D0rganizer | 2020-11-24 |
![]() |
[a48ac8] Compiled version released |
LICENSE | 2020-11-21 |
![]() |
[53cb69] Initial commit |
README.md | 2020-11-21 |
![]() |
[53cb69] Initial commit |
StreamDownloader | 2020-11-24 |
![]() |
[a48ac8] Compiled version released |
__main__.py | 2020-11-24 |
![]() |
[a48ac8] Compiled version released |
requirements.txt | 2020-11-21 |
![]() |
[53cb69] Initial commit |
D0rganizer is a case and data organizing program written in Python.
Download the source from SourceForge
Install the requirements.txt file using pip3:
pip3 install -r path/to/requirements.txt
Run the main.py file using python3
cd D0rganizer
python3 .
or:
python3 path/to/__main__.py
Visit the SourceForge documentation
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.